15
Nexusステージングリポジトリの問題のため、mvn release:perform
を再実行する必要があります。理想的には新しいGitタグを作成せずに、最初の実行で作成したものを再利用する必要があります。リリースを実行する方法:指定されたGitタグから実行しますか?
私は
mvn release:perform
-DconnectionUrl=scm:git:[email protected]:ops4j/org.ops4j.pax.exam2.git
-Dtag=exam-reactor-3.3.0
と
mvn release:perform
-DconnectionUrl=scm:git:[email protected]:ops4j/org.ops4j.pax.exam2.git
-Dscm.tag=exam-reactor-3.3.0
を試みたが、タグ/ブランチパラメータはGitリポジトリに転送されていないため、両方のケースでは、クローンが失敗します。
[INFO] --- maven-release-plugin:2.4:perform (default-cli) @ exam-reactor ---
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd /home/hwellmann/work/org.ops4j.pax.exam2/target && git clone --branch [email protected]:ops4j/org.ops4j.pax.exam2.git /home/hwellmann/work/org.ops4j.pax.exam2/target/checkout
注: release.properties
と他のものはmvn release:prepare
で作成されました。
私はJIRAの問題を見ていきます... 'mvn deploy'は成果物に署名せず、Javadocを生成しません。そして、私が言ったように、 'release.properties'はなくなったので、私はそれを微調整することはできません。 –
それを微調整しないでください:これらの2つのプロパティだけを設定して新しいファイルを作成してください。 – Joe