Skip to content

Commit b245b80

Browse files
authored
Merge pull request #5 from apache/elharo-patch-1
[MNGSITE-393] remove pre-Maven 3 workarounds
2 parents acf9ded + 973fd98 commit b245b80

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

src/site/apt/examples/deploy-signed-artifacts.apt

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626

2727
Deploy 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
+----------+
3232
mvn 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
+----------+
4040
mvn 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
+----------+

0 commit comments

Comments
 (0)