We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1329d03 commit fd69d35Copy full SHA for fd69d35
1 file changed
README.asciidoc
@@ -14,10 +14,11 @@ This is a trivial Java EE 7 sample.
14
. Deploy SNAPSHOT version to local Nexus including javadoc and sources
15
jars: `mvn deploy -P release`
16
. Perform RELEASE : `mvn release:prepare release:perform`
17
-.. versions changes and tag committed to github
+.. versions changes and tag are committed to github
18
.. all tests run
19
-* deployment to local Nexus including WAR, javadoc and sources
+.. WAR is deployed to Wildfly
20
+.. deployment to local Nexus including WAR, javadoc and sources
21
. Alternatively to deploy RELEASE version (e.g. 2.0) to Nexus without github integration
-.. 'mvn versions:set -DnewVersion=2.0'
22
-.. 'mvn deploy -P release'
+.. `mvn versions:set -DnewVersion=2.0`
23
+.. `mvn deploy -P release`
24
0 commit comments