Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1423125 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Gilles Sadowski committed Dec 17, 2012
1 parent 34bddc5 commit f36deac
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions doc/release/release.howto.txt
Expand Up @@ -131,16 +131,12 @@ Create and transfer the artefacts to the Nexus server (a.k.a. "deploy").

Because the artefacts must be cryptographically signed, this step requires that
a profile named "release" exists in the maven "settings.xml" configuration file
which will contain the idientifier of your GPG key (cf. sample "settings.xml"
which will contain the identifier of your GPG key (cf. sample "settings.xml"
file).

You can then run the commands
You can then run

$ mvn clean

and

$ mvn deploy -Prelease
$ mvn -DskipTests=true clean deploy -Prelease

which will transfer the artefacts to the Nexus repository located at
https://repository.apache.org/index.html#stagingRepositories
Expand Down

0 comments on commit f36deac

Please sign in to comment.