File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1515 <maven .compiler.source>1.8</maven .compiler.source>
1616 <maven .compiler.target>1.8</maven .compiler.target>
17- <failOnMissingWebXml >false</failOnMissingWebXml >
18- <!-- Plugin versions -->
19- <version .liberty-maven-plugin>3.2</version .liberty-maven-plugin>
20- <version .maven-war-plugin>3.2.3</version .maven-war-plugin>
2117 </properties >
2218
2319 <dependencies >
4036 <plugin >
4137 <groupId >org.apache.maven.plugins</groupId >
4238 <artifactId >maven-war-plugin</artifactId >
43- <version >${version.maven-war-plugin} </version >
39+ <version >3.2.3 </version >
4440 </plugin >
4541 <!-- Enable liberty-maven plugin -->
4642 <plugin >
4743 <groupId >io.openliberty.tools</groupId >
4844 <artifactId >liberty-maven-plugin</artifactId >
49- <version >${version.liberty-maven-plugin} </version >
45+ <version >3.2 </version >
5046 </plugin >
5147 <plugin >
5248 <groupId >com.github.eirslett</groupId >
Original file line number Diff line number Diff line change 1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1515 <maven .compiler.source>1.8</maven .compiler.source>
1616 <maven .compiler.target>1.8</maven .compiler.target>
17- <failOnMissingWebXml >false</failOnMissingWebXml >
18- <!-- Plugin versions -->
19- <version .liberty-maven-plugin>3.2</version .liberty-maven-plugin>
20- <version .maven-war-plugin>3.2.3</version .maven-war-plugin>
2117 </properties >
2218
2319 <dependencies >
4036 <plugin >
4137 <groupId >org.apache.maven.plugins</groupId >
4238 <artifactId >maven-war-plugin</artifactId >
43- <version >${version.maven-war-plugin} </version >
39+ <version >3.2.3 </version >
4440 </plugin >
4541 <!-- Enable liberty-maven plugin -->
4642 <plugin >
4743 <groupId >io.openliberty.tools</groupId >
4844 <artifactId >liberty-maven-plugin</artifactId >
49- <version >${version.liberty-maven-plugin} </version >
45+ <version >3.2 </version >
5046 </plugin >
5147 <plugin >
5248 <groupId >com.github.eirslett</groupId >
You can’t perform that action at this time.
0 commit comments