File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ This is a trivial Java EE 7 sample.
10
10
. Deploy application WAR to WildFly: `mvn wildfly:deploy`
11
11
. Install to local Maven repository: `mvn install`
12
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`
13
+ . Deploy SNAPSHOT version to local Nexus
14
+ .. Only binary: `mvn deploy`
15
+ .. Binary, including javadoc and sources jars: `mvn deploy -P release`
16
16
. Perform RELEASE : `mvn release:prepare release:perform`
17
17
.. versions changes and tag are committed to github
18
18
.. all tests run
19
19
.. WAR is deployed to Wildfly
20
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
21
+ . Alternatively to deploy RELEASE version (e.g. 2.0) to Nexus without GitHub integration
22
22
.. `mvn versions:set -DnewVersion=2.0`
23
23
.. `mvn deploy -P release`
24
24
You can’t perform that action at this time.
0 commit comments