File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5454 <version .plugin.maven-javadoc-plugin>3.11.2</version .plugin.maven-javadoc-plugin>
5555 <version .plugin.maven-release-plugin>2.2.2</version .plugin.maven-release-plugin>
5656 <version .plugin.maven-deploy-plugin>3.1.3</version .plugin.maven-deploy-plugin>
57+ <maven-war-plugin .version>3.4.0</maven-war-plugin .version>
5758
5859 <!-- Version of maven extensions -->
5960 <version .extension.wagon-webdav>1.0-beta-2</version .extension.wagon-webdav>
234235 <artifactId >maven-deploy-plugin </artifactId >
235236 <version >${version.plugin.maven-deploy-plugin} </version >
236237 </plugin >
238+ <plugin >
239+ <groupId >org.apache.maven.plugins</groupId >
240+ <artifactId >maven-war-plugin</artifactId >
241+ <version >${maven-war-plugin.version} </version >
242+ </plugin >
237243
238244 <plugin >
239245 <groupId >org.eclipse.jetty.ee10</groupId >
You can’t perform that action at this time.
0 commit comments