Project

General

Profile

機能 #362

[App Engine] Cloud SDK ベースの Maven プラグインへの移行

Added by みぞ @mizo0203 over 7 years ago. Updated over 7 years ago.

Status:
完了
Priority:
通常
Start date:
03/10/2018
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

Java App Engine SDK ベースのプラグイン(com.google.appengine.appengine-maven)を使用していて、新しい Google Cloud SDK に移行する場合は、新しい Google Cloud SDK ベースのプラグイン(com.google.cloud.tools.appengine-maven)に移行する必要があります。

https://cloud.google.com/appengine/docs/standard/java/tools/migrate-maven

  1. Cloud SDK ベースのプラグインを pom.xml ファイルに追加します。

上記の groupId 要素は誤りと思われる。

正: <groupId>com.google.appengine</groupId>
誤: <groupId>com.google.cloud.tools</groupId>

<build>
    <plugins>
       ….
          <plugin>
            <groupId>com.google.cloud.tools</groupId>
            <artifactId>appengine-maven-plugin</artifactId>
            <version>1.3.1</version>
            <configuration>
                <project>your-project-name-goes-here</project>
                <version>1</version>
            </configuration>
        </plugin>
       ….
    </plugins>
</build>
#1

Updated by みぞ @mizo0203 over 7 years ago

  • Description updated (diff)
#2

Updated by 古明地こいし @redmizo_info over 7 years ago

Commit: cd76d0576b57bd200188db45a5076c4200c8ab22
https://github.com/mizo0203/komeiji-bot/commit/cd76d0576b57bd200188db45a5076c4200c8ab22
Author: みぞ@CrazyBeatCoder mizo0203@mizo0203.com
Date: 2018-03-10 (Sat, 10 Mar 2018)

Log Message:


[App Engine] Change Java App Engine SDK-based Maven plugin to new Google Cloud SDK-based Maven plugin. fixes #362 @2h30m

#3

Updated by みぞ @mizo0203 over 7 years ago

  • Status changed from 新規 to 完了
  • % Done changed from 0 to 100

更新履歴 github|cd76d0576b57bd200188db45a5076c4200c8ab22 で適用されました。

#4

Updated by 古明地こいし @redmizo_info over 7 years ago

Commit: cd76d0576b57bd200188db45a5076c4200c8ab22
https://github.com/mizo0203/komeiji-bot/commit/cd76d0576b57bd200188db45a5076c4200c8ab22
Author: みぞ@CrazyBeatCoder mizo0203@mizo0203.com
Date: 2018-03-10 (Sat, 10 Mar 2018)

Log Message:


[App Engine] Change Java App Engine SDK-based Maven plugin to new Google Cloud SDK-based Maven plugin. fixes #362 @2h30m

Also available in: Atom PDF