This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new dfa0c5b ANY23-525 Remove maven-war-plugin configuration from build
lifecycle (#217)
dfa0c5b is described below
commit dfa0c5bd18b0731e743a65e057f0edf72835302f
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Fri Oct 22 16:03:58 2021 -0700
ANY23-525 Remove maven-war-plugin configuration from build lifecycle (#217)
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1e52ca5..2ef9252 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,7 +290,6 @@
<apache-rat-plugin.version>0.13</apache-rat-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
- <maven-war-plugin.version>3.2.3</maven-war-plugin.version>
<maven-invoker-plugin.version>3.2.2</maven-invoker-plugin.version>
<spotbugs-maven-plugin.version>4.3.0</spotbugs-maven-plugin.version>
<forbiddenapis.version>3.2</forbiddenapis.version>
@@ -607,12 +606,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <version>${maven-war-plugin.version}</version>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>${maven-invoker-plugin.version}</version>
</plugin>