aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-03-12 11:37:08 -0500
committerJim Hahn <jrh3@att.com>2021-03-12 11:38:01 -0500
commit924e9a02758f8560e164c043bea57c3a0e3752cd (patch)
treeb272cbcae2e41211eeaf1e7d26bee1a3125bd208 /pom.xml
parent83bd1674eaa0fb90fe76eca8bdde7988540aea49 (diff)
Address plugin-not-found issues
Removed references to archetype-packaging and lifecycle-mapping, where unnecessary due to pom inheritance. Issue-ID: POLICY-3126 Change-Id: I2eb4f9756b787ce7f9c2d0304710d19d7e778a18 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/pom.xml b/pom.xml
index 81b506159..89a52956f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,34 +79,6 @@
</dependencies>
</plugin>
</plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <versionRange>2.17,)</versionRange>
- <goals>
- <goal>check</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
<modules>