Documentation.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1423125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-12-17 20:32:42 +00:00
parent 34bddc56ae
commit f36deaccf2
1 changed files with 3 additions and 7 deletions

View File

@ -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 Because the artefacts must be cryptographically signed, this step requires that
a profile named "release" exists in the maven "settings.xml" configuration file 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). file).
You can then run the commands You can then run
$ mvn clean $ mvn -DskipTests=true clean deploy -Prelease
and
$ mvn deploy -Prelease
which will transfer the artefacts to the Nexus repository located at which will transfer the artefacts to the Nexus repository located at
https://repository.apache.org/index.html#stagingRepositories https://repository.apache.org/index.html#stagingRepositories