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:
parent
34bddc56ae
commit
f36deaccf2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue