We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fd49d commit fcb58a6Copy full SHA for fcb58a6
README.asciidoc
@@ -9,6 +9,7 @@ This is a trivial Java EE 7 sample.
9
. 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 -P release`
13
-. Deploy RELEASE to local Nexus: `mvn release:prepare release:perform -P release`
+. Deploy SNAPSHOT to local Nexus: `mvn deploy`
+. 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`
15
0 commit comments