Update the readme with 'mvn clean deploy -DBUILD_NUM=${BUILD_NUMBER}'.

This commit is contained in:
Deklan Dieterly 2014-03-14 15:28:01 -06:00
parent 23429294a9
commit 1acf0dd377
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@
To deploy to nexus, just run the command below, inserting a version number that is greater than the current nexus version (this command is usually performed by Jenkins):
```
mvn deploy -DBUILD_NUM=[version_number]
mvn deploy -DBUILD_NUM=${BUILD_NUMBER}
```