File tree Expand file tree Collapse file tree 5 files changed +5
-55
lines changed
Expand file tree Collapse file tree 5 files changed +5
-55
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,3 @@ mvnw failsafe:integration-test
106106
107107To view the test results, look at the console output or look under
108108directory ` target/failsafe-reports `
109-
110-
111- # Build jul-25-6
Original file line number Diff line number Diff line change 99 <version >1.0-SNAPSHOT</version >
1010 <packaging >war</packaging >
1111
12- <!-- Just Testing Something else -->
12+ <!-- Just Testing Something-->
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
16- <maven .compiler.release>17</maven .compiler.release>
16+ <maven .compiler.source>11</maven .compiler.source>
17+ <maven .compiler.target>11</maven .compiler.target>
1718 <!-- Plugin versions -->
1819 <version .liberty-maven-plugin>3.7.1</version .liberty-maven-plugin>
1920 <version .maven-failsafe-plugin>3.0.0</version .maven-failsafe-plugin>
7980 <serverName >sampleAppServer</serverName >
8081 </configuration >
8182 </plugin >
82- <!-- Plugin to run functional tests 1 -->
83+ <!-- Plugin to run functional tests -->
8384 <plugin >
8485 <groupId >org.apache.maven.plugins</groupId >
8586 <artifactId >maven-failsafe-plugin</artifactId >
103104 </plugin >
104105 </plugins >
105106 </build >
106- </project >
107+ </project >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments