Skip to content

Commit 6af1fec

Browse files
committed
fix: build
1 parent f6e0fbb commit 6af1fec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildDocker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# the Maven build needs to be run with Jdk 11!
2+
# the Maven build needs to be run with Jdk 17!
33
#./mvnw clean install -Dnpm.test.script=test-chromium
44
./mvnw clean install -Ddocker=true
55
docker build -t angular2guy/angular2andjavaee:latest --build-arg EAR_FILE=carrental-ear.ear --no-cache .

carrental-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<failOnMissingWebXml>false</failOnMissingWebXml>
149149
<webResources>
150150
<resource>
151-
<directory>${basedir}/target/angular/carrental/dist/testproject</directory>
151+
<directory>${basedir}/target/angular/carrental/dist/testproject/browser/</directory>
152152
<includes>
153153
<include>**/*.*</include>
154154
</includes>

0 commit comments

Comments
 (0)