File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Building an image and running a container
44Development workflow
55====================
66
7- Locally without Docker
7+ Locally without Docker on Thorntail
88----------------------
99
1010```
@@ -14,9 +14,17 @@ mvn thorntail:run -Pthorntail
1414
1515Navigate to 127.0.0.1:8080 or http://127.0.0.1:8080/index.xhtml to see the app.
1616
17- It is also possible to build and deploy to Open Liberty using the Liberty profile. To build the MP Starter
18- app, use: ` mvn package liberty:run -Pliberty ` and then browse to http://localhost:9080/mp-starter/ to test
19- the app.
17+ Locally without Docker on Open Liberty
18+ ----------------------
19+
20+ Build and deploy to Open Liberty using the Liberty profile. To build the MP Starter app, use:
21+
22+ ```
23+ mvn package liberty:run -Pliberty
24+
25+ ```
26+
27+ Natigate to http://localhost:9080/mp-starter/ to test the app.
2028
2129Docker build
2230------------
Original file line number Diff line number Diff line change 242242 </dependencies >
243243 <build >
244244 <plugins >
245+ <plugin >
246+ <groupId >org.apache.maven.plugins</groupId >
247+ <artifactId >maven-war-plugin</artifactId >
248+ <version >3.3.1</version >
249+ <configuration >
250+ <failOnMissingWebXml >false</failOnMissingWebXml >
251+ </configuration >
252+ </plugin >
245253 <plugin >
246254 <groupId >io.openliberty.tools</groupId >
247255 <artifactId >liberty-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments