File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ This is a trivial Java EE 7 sample.
1414. Deploy SNAPSHOT version to local Nexus including javadoc and sources
1515jars: `mvn deploy -P release`
1616. Perform RELEASE : `mvn release:prepare release:perform`
17- .. versions changes and tag committed to github
17+ .. versions changes and tag are committed to github
1818.. all tests run
19- * deployment to local Nexus including WAR, javadoc and sources
19+ .. WAR is deployed to Wildfly
20+ .. deployment to local Nexus including WAR, javadoc and sources
2021. Alternatively to deploy RELEASE version (e.g. 2.0) to Nexus without github integration
21- .. ' mvn versions:set -DnewVersion=2.0'
22- .. ' mvn deploy -P release'
22+ .. ` mvn versions:set -DnewVersion=2.0`
23+ .. ` mvn deploy -P release`
2324
You can’t perform that action at this time.
0 commit comments