summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-03-12 12:00:11 -0500
committerJim Hahn <jrh3@att.com>2021-03-12 12:00:21 -0500
commit122fa2e71c89cbfb55369906d9928934dfb8d69c (patch)
tree390d0d387858200002501579a97d22defb4afb3f /pom.xml
parent54aec03827c19cc0685aa6b7cb605bdddc0ee3c3 (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: Ic48a4482b44f40000549bacf9627894e608977a3 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/pom.xml b/pom.xml
index d8c5831f..820c7bea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,35 +122,4 @@
<url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>
-
- <build>
- <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>
</project>