Skip to content

Commit

Permalink
Use new property names for the maven plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp authored and rafabene committed Jan 25, 2013
1 parent 1fda7f3 commit 5833980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cluster-ha-singleton/README.md
Expand Up @@ -60,7 +60,7 @@ _NOTE: The following build command assumes you have configured your Maven user s
4. This will deploy `service/target/jboss-as-cluster-ha-singleton-service.jar` to the running instance of the server.
5. Type this command to deploy the archive to the second server (or more) and replace hostname and port depend on your settings:

mvn jboss-as:deploy -Ddeploy.hostname=localhost -Ddeploy.port=10099
mvn jboss-as:deploy -Djboss-as.port=10099

6. This will deploy `service/target/jboss-as-cluster-ha-singleton-service.jar` to the running instance of the additional server.

Expand Down Expand Up @@ -104,7 +104,7 @@ Undeploy the Archive
3. When you are finished testing, type this command to undeploy the archive:

mvn jboss-as:undeploy
mvn jboss-as:undeploy -Ddeploy.hostname=localhost -Ddeploy.port=10099
mvn jboss-as:undeploy -Djboss-as.port=10099


Run the Quickstart in JBoss Developer Studio or Eclipse
Expand Down
2 changes: 1 addition & 1 deletion ejb-asynchronous/README.md
Expand Up @@ -86,7 +86,7 @@ Undeploy the Archive
3. When you are finished testing, type this command to undeploy the archive:

mvn jboss-as:undeploy
mvn jboss-as:undeploy -Ddeploy.hostname=localhost -Ddeploy.port=10099
mvn jboss-as:undeploy -Djboss-as.port=10099


Run the Quickstart in JBoss Developer Studio or Eclipse
Expand Down

0 comments on commit 5833980

Please sign in to comment.