We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e0fbb commit 6af1fecCopy full SHA for 6af1fec
buildDocker.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-# the Maven build needs to be run with Jdk 11!
+# the Maven build needs to be run with Jdk 17!
3
#./mvnw clean install -Dnpm.test.script=test-chromium
4
./mvnw clean install -Ddocker=true
5
docker build -t angular2guy/angular2andjavaee:latest --build-arg EAR_FILE=carrental-ear.ear --no-cache .
carrental-web/pom.xml
@@ -148,7 +148,7 @@
148
<failOnMissingWebXml>false</failOnMissingWebXml>
149
<webResources>
150
<resource>
151
- <directory>${basedir}/target/angular/carrental/dist/testproject</directory>
+ <directory>${basedir}/target/angular/carrental/dist/testproject/browser/</directory>
152
<includes>
153
<include>**/*.*</include>
154
</includes>
0 commit comments