File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The application this project produces is designed to be run on a **Java EE 6** c
1919
20201 . ** Checkout and Build JSR 354**
2121
22- Checkout [ JavaMoney] ( https://github.com/JavaMoney/javamoney ) in the main " javamoney" project run
22+ Checkout [ JavaMoney] ( https://github.com/JavaMoney/javamoney ) in the ** javamoney** project home run
2323
2424 mvn clean install
2525
@@ -39,6 +39,16 @@ The application this project produces is designed to be run on a **Java EE 6** c
3939 -DgroupId=jfl -DartifactId=jfl -Dversion=1.6.1 -Dpackaging=jar
4040
4141
42+ Starting the Application
43+ ---------------------------------------------------------------------------
44+
45+ Start with Jetty
46+ -------------------------
47+
48+ The easiest way to start the application is via the Maven Jetty Plugin. Run
49+
50+ mvn jetty:run -P jetty
51+
4252Start JBoss Enterprise Application Platform 6 or JBoss AS 7.1
4353-------------------------
4454
Original file line number Diff line number Diff line change 367367 <groupId >jfl</groupId >
368368 <artifactId >jfl</artifactId >
369369 </dependency >
370-
370+
371371 <dependency >
372372 <groupId >javax.servlet</groupId >
373373 <artifactId >servlet-api</artifactId >
404404 </plugins >
405405 </build >
406406 <profiles >
407+ <profile >
408+ <id >jetty</id >
409+ <build >
410+ <plugins >
411+ <plugin >
412+ <groupId >org.mortbay.jetty</groupId >
413+ <artifactId >jetty-maven-plugin</artifactId >
414+ </plugin >
415+ </plugins >
416+ </build >
417+ </profile >
418+
407419 <profile >
408420 <!-- When built in OpenShift the 'openshift' profile will be used when
409421 invoking mvn. -->
You can’t perform that action at this time.
0 commit comments