Skip to content

Commit

Permalink
reorganizing
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-gupta committed Mar 5, 2015
1 parent 83f6860 commit d042fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ This is a trivial Java EE 7 sample.
. Deploy application WAR to WildFly: `mvn wildfly:deploy`
. Install to local Maven repository: `mvn install`
.. repo in '~/.m2/repository'
. Deploy SNAPSHOT version to local Nexus: `mvn deploy`
. Deploy SNAPSHOT version to local Nexus including javadoc and sources
jars: `mvn deploy -P release`
. Deploy SNAPSHOT version to local Nexus
.. Only binary: `mvn deploy`
.. Binary, including javadoc and sources jars: `mvn deploy -P release`
. Perform RELEASE : `mvn release:prepare release:perform`
.. versions changes and tag are committed to github
.. all tests run
.. WAR is deployed to Wildfly
.. deployment to local Nexus including WAR, javadoc and sources
. Alternatively to deploy RELEASE version (e.g. 2.0) to Nexus without github integration
. Alternatively to deploy RELEASE version (e.g. 2.0) to Nexus without GitHub integration
.. `mvn versions:set -DnewVersion=2.0`
.. `mvn deploy -P release`

0 comments on commit d042fb6

Please sign in to comment.