File tree Expand file tree Collapse file tree
cics-java-liberty-restapp-app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545 <build >
4646 <plugins >
47+ <!-- Maven Compiler Plugin -->
48+ <plugin >
49+ <groupId >org.apache.maven.plugins</groupId >
50+ <artifactId >maven-compiler-plugin</artifactId >
51+ <version >3.13.0</version >
52+ </plugin >
53+
4754 <!-- WAR plugin build-->
4855 <plugin >
4956 <groupId >org.apache.maven.plugins</groupId >
5360 <failOnMissingWebXml >false</failOnMissingWebXml >
5461 <archive >
5562 <addMavenDescriptor >false</addMavenDescriptor >
56- </archive >
63+ </archive >
5764 </configuration >
5865 </plugin >
5966
Original file line number Diff line number Diff line change 5050 <!-- ================================================================ -->
5151 <build >
5252 <plugins >
53- <!-- Maven Compiler Plugin with release parameter -->
53+ <!-- Maven Compiler Plugin -->
5454 <plugin >
5555 <groupId >org.apache.maven.plugins</groupId >
5656 <artifactId >maven-compiler-plugin</artifactId >
5757 <version >3.13.0</version >
58- <configuration >
59- <release >${java.version} </release >
60- </configuration >
6158 </plugin >
6259 </plugins >
6360 </build >
You can’t perform that action at this time.
0 commit comments