Skip to content

Commit fcb58a6

Browse files
committed
updating instructions based upon Manfred's email
1 parent d0fd49d commit fcb58a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This is a trivial Java EE 7 sample.
99
. Start WildFly as: `./bin/standalone.sh`
1010
. Deploy to WildFly: `mvn wildfly:deploy`
1111
. 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`
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`
1415

0 commit comments

Comments
 (0)