Skip to content

Commit 3703c66

Browse files
committed
fix: update
1 parent bbb76cf commit 3703c66

File tree

7 files changed

+353
-324
lines changed

7 files changed

+353
-324
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/wildfly/wildfly:27.0.0.Final-jdk17
1+
FROM quay.io/wildfly/wildfly:26.1.2.Final-jdk17
22
VOLUME /tmp
33
ARG EAR_FILE
44
ADD carrental-ear/target/${EAR_FILE} /opt/jboss/wildfly/standalone/deployments/

carrental-web/.classpath

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" output="target/classes" path="src/main/java">
3+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
44
<attributes>
5-
<attribute name="optional" value="true"/>
65
<attribute name="maven.pomderived" value="true"/>
6+
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
1010
<attributes>
11-
<attribute name="test" value="true"/>
12-
<attribute name="optional" value="true"/>
1311
<attribute name="maven.pomderived" value="true"/>
1412
</attributes>
1513
</classpathentry>
16-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
14+
<classpathentry kind="src" output="target/classes" path="src/main/java">
1715
<attributes>
16+
<attribute name="optional" value="true"/>
1817
<attribute name="maven.pomderived" value="true"/>
19-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
2018
</attributes>
2119
</classpathentry>
22-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
20+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
2321
<attributes>
22+
<attribute name="optional" value="true"/>
2423
<attribute name="maven.pomderived" value="true"/>
24+
<attribute name="test" value="true"/>
2525
</attributes>
2626
</classpathentry>
2727
<classpathentry kind="output" path="target/classes"/>
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project-modules id="moduleCoreId"
3-
project-version="1.5.0">
4-
<wb-module deploy-name="carrental-web">
5-
<wb-resource deploy-path="/"
6-
source-path="/target/m2e-wtp/web-resources" />
7-
<wb-resource deploy-path="/"
8-
source-path="/src/main/webapp" tag="defaultRootSource" />
9-
<wb-resource deploy-path="/WEB-INF/classes"
10-
source-path="/src/main/java" />
11-
<property name="java-output-path"
12-
value="/carrental-web/target/classes" />
13-
<property name="context-root" value="carrental-web" />
14-
<property name="component.exclusion.patterns" />
15-
<property name="component.inclusion.patterns" />
16-
</wb-module>
1+
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2+
3+
<wb-module deploy-name="carrental-web">
4+
5+
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
6+
7+
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
8+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
9+
10+
<property name="java-output-path" value="/carrental-web/target/classes"/>
11+
12+
<property name="context-root" value="carrental-web"/>
13+
14+
<property name="component.exclusion.patterns"/>
15+
16+
<property name="component.inclusion.patterns"/>
17+
18+
</wb-module>
19+
1720
</project-modules>

carrental-web/.settings/org.eclipse.wst.common.project.facet.core.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<faceted-project>
33
<installed facet="jst.jaxrs" version="2.0"/>
44
<installed facet="jst.jsf" version="2.2"/>
5-
<installed facet="jst.web" version="3.0"/>
65
<installed facet="jst.cdi" version="1.2"/>
76
<installed facet="jboss.m2" version="1.0"/>
87
<installed facet="java" version="17"/>
8+
<installed facet="jst.web" version="4.0"/>
99
</faceted-project>

0 commit comments

Comments
 (0)