File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 2626
2727Deploy Signed Artifacts
2828
29- Without this plugin you would deploy your project like this:
29+ Without this plugin you deploy your project like this:
3030
3131+----------+
3232mvn deploy
3333+----------+
3434
3535 If you have configured this plugin according to the instructions in the
36- {{{../usage.html}usage page}} then you just need to specify the passphrase for
37- your private key on the command line. Like this:
36+ {{{../usage.html}usage page}}, you just need to specify the passphrase for
37+ your private key on the command line like this:
3838
3939+----------+
4040mvn deploy -Dgpg.passphrase=thephrase
@@ -43,18 +43,10 @@ mvn deploy -Dgpg.passphrase=thephrase
4343 If you don't specify a passphrase, it will prompt for one.
4444
4545
46-
47- * Issue with invalid signatures on the POM files
48-
49- Maven 2.0.5 fixes a problem where the POM files would end up changing between
50- signing them and deploying them. If the signatures on the POM files are invalid,
51- make sure you upgrade to Maven 2.0.5.
52-
53-
5446* Install/Deploy without configuring the plugin in the POM
5547
56- Currently this is not easily accomplished. gpg signs the artifacts attached to the
57- build at the point that gpg runs. However, we want to "inject" the gpg into the phases.
48+ Currently this is not easily accomplished. gpg signs the artifacts attached to the
49+ build at the point that gpg runs. However, we want to "inject" the gpg into the phases.
5850 What MIGHT work is:
5951
6052+----------+
You can’t perform that action at this time.
0 commit comments