Skip to content

Commit d042fb6

Browse files
committed
reorganizing
1 parent 83f6860 commit d042fb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ This is a trivial Java EE 7 sample.
1010
. Deploy application WAR to WildFly: `mvn wildfly:deploy`
1111
. Install to local Maven repository: `mvn install`
1212
.. repo in '~/.m2/repository'
13-
. Deploy SNAPSHOT version to local Nexus: `mvn deploy`
14-
. Deploy SNAPSHOT version to local Nexus including javadoc and sources
15-
jars: `mvn deploy -P release`
13+
. Deploy SNAPSHOT version to local Nexus
14+
.. Only binary: `mvn deploy`
15+
.. Binary, including javadoc and sources jars: `mvn deploy -P release`
1616
. Perform RELEASE : `mvn release:prepare release:perform`
1717
.. versions changes and tag are committed to github
1818
.. all tests run
1919
.. WAR is deployed to Wildfly
2020
.. deployment to local Nexus including WAR, javadoc and sources
21-
. Alternatively to deploy RELEASE version (e.g. 2.0) to Nexus without github integration
21+
. Alternatively to deploy RELEASE version (e.g. 2.0) to Nexus without GitHub integration
2222
.. `mvn versions:set -DnewVersion=2.0`
2323
.. `mvn deploy -P release`
2424

0 commit comments

Comments
 (0)