Mavenはプロジェクトのバージョンを「x.x.x-SNAPSHOT」のように管理するのが標準のようだ。 「SNAPSHOT」は開発中を示す。 Mavenで管理しているJyazoのプロジェクトのソースをGitHubで管理しようとすると、リリース時に次のようなオペレーションになってしまう。 pom.xml内に書かれているプロジェクトのバージョンから「-SNAPSHOT」を削除 git commit -aを実行 git tagを実行 git push origin masterを実行 pom.xml内のプロジェクトのバージョンを挙げて「-SNAPSHOT」を追加 git commit -aを実行 git push origin masterを実行
I want to execute Linux shell commands with Maven. Here is what I tried: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.1.1</version> <executions> <execution> <goals> <goal>exec</goal> </goals> </execution> </executions> <configuration> <executable>hostname</executable> </configuration> </plugin>
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く