Skip to content

Commit

Permalink
Update readme #32
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jan 22, 2019
1 parent 8b1ea7f commit 32e9354
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web/javamoney-payment-cdi-event/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ Configure Maven
If you have not yet done so, you must [Configure Maven](../README.md#mavenconfiguration) before testing the quickstarts.


Start JBoss Enterprise Application Platform 6 or JBoss WildFly 7 with the Web Profile
Start a Java EE 8 container like WildFly 13 and higher with the Web Profile
-------------------------

1. Open a command line and navigate to the root of the JBoss server directory.
1. Open a command line and navigate to the root of the Wildfly server directory.
2. The following shows the command line to start the server with the web profile:

For Linux: JBOSS_HOME/bin/standalone.sh
Expand All @@ -64,10 +64,10 @@ Start JBoss Enterprise Application Platform 6 or JBoss WildFly 7 with the Web Pr
Build and Deploy the Example
-------------------------

_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#buildanddeploy) for complete instructions and additional options._
_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Example](../README.md#buildanddeploy) for complete instructions and additional options._

1. Make sure you have started the JBoss Server as described above.
2. Open a command line and navigate to the root directory of this quickstart.
1. Make sure you have started the Wildfly Server as described above.
2. Open a command line and navigate to the root directory of this example.
3. Type this command to build and deploy the archive:

mvn clean package jboss-as:deploy
Expand All @@ -91,9 +91,9 @@ Undeploy the Archive
mvn jboss-as:undeploy


Run the Quickstart in JBoss Developer Studio or Eclipse
Run the Example in JBoss Developer Studio or Eclipse
-------------------------------------
You can also start the server and deploy the quickstarts from Eclipse using JBoss tools. For more information, see [Use JBoss Developer Studio or Eclipse to Run the Quickstarts](../README.md#useeclipse)
You can also start the server and deploy the examples from Eclipse using JBoss tools. For more information, see [Use JBoss Developer Studio or Eclipse to Run the Quickstarts](../README.md#useeclipse)


Debug the Application
Expand Down

0 comments on commit 32e9354

Please sign in to comment.