Skip to content

Commit 02c0028

Browse files
committed
Merge pull request #3 from mosabua/docupdate
Docupdate
2 parents f478db0 + fd69d35 commit 02c0028

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.asciidoc

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,18 @@ This is a trivial Java EE 7 sample.
77
http://download.jboss.org/wildfly/8.2.0.Final/wildfly-8.2.0.Final.zip
88
and unzip.
99
. Start WildFly as: `./bin/standalone.sh`
10-
. Deploy to WildFly: `mvn wildfly:deploy`
11-
. Install to local repo: `mvn install`
12-
. Deploy SNAPSHOT to local Nexus: `mvn deploy`
13-
. Deploy RELEASE to local Nexus: `mvn release:prepare release:perform`
14-
. Deploy RELEASE to local Nexus (attach sources and javadoc): `mvn release:prepare release:perform -P release`
10+
. Deploy application WAR to WildFly: `mvn wildfly:deploy`
11+
. Install to local Maven repository: `mvn install`
12+
.. 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`
16+
. Perform RELEASE : `mvn release:prepare release:perform`
17+
.. versions changes and tag are committed to github
18+
.. all tests run
19+
.. 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
22+
.. `mvn versions:set -DnewVersion=2.0`
23+
.. `mvn deploy -P release`
1524

0 commit comments

Comments
 (0)