File tree 7 files changed +353
-324
lines changed
java/ch/xxx/carrental/ui/config
7 files changed +353
-324
lines changed Original file line number Diff line number Diff line change 1
- FROM quay.io/wildfly/wildfly:27.0.0 .Final-jdk17
1
+ FROM quay.io/wildfly/wildfly:26.1.2 .Final-jdk17
2
2
VOLUME /tmp
3
3
ARG EAR_FILE
4
4
ADD carrental-ear/target/${EAR_FILE} /opt/jboss/wildfly/standalone/deployments/
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry kind =" src " output = " target/classes " path =" src/main/java " >
3
+ <classpathentry kind =" con " path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER " >
4
4
<attributes >
5
- <attribute name =" optional" value =" true" />
6
5
<attribute name =" maven.pomderived" value =" true" />
6
+ <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
7
7
</attributes >
8
8
</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 " >
10
10
<attributes >
11
- <attribute name =" test" value =" true" />
12
- <attribute name =" optional" value =" true" />
13
11
<attribute name =" maven.pomderived" value =" true" />
14
12
</attributes >
15
13
</classpathentry >
16
- <classpathentry kind =" con " path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER " >
14
+ <classpathentry kind =" src " output = " target/classes " path =" src/main/java " >
17
15
<attributes >
16
+ <attribute name =" optional" value =" true" />
18
17
<attribute name =" maven.pomderived" value =" true" />
19
- <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
20
18
</attributes >
21
19
</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 " >
23
21
<attributes >
22
+ <attribute name =" optional" value =" true" />
24
23
<attribute name =" maven.pomderived" value =" true" />
24
+ <attribute name =" test" value =" true" />
25
25
</attributes >
26
26
</classpathentry >
27
27
<classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change 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
+
17
20
</project-modules >
Original file line number Diff line number Diff line change 2
2
<faceted-project >
3
3
<installed facet =" jst.jaxrs" version =" 2.0" />
4
4
<installed facet =" jst.jsf" version =" 2.2" />
5
- <installed facet =" jst.web" version =" 3.0" />
6
5
<installed facet =" jst.cdi" version =" 1.2" />
7
6
<installed facet =" jboss.m2" version =" 1.0" />
8
7
<installed facet =" java" version =" 17" />
8
+ <installed facet =" jst.web" version =" 4.0" />
9
9
</faceted-project >
You can’t perform that action at this time.
0 commit comments