aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-03-12 11:48:16 -0500
committerJim Hahn <jrh3@att.com>2021-03-12 11:48:27 -0500
commit9fd1dcc45394698e21a83857bf6473d427692ff8 (patch)
tree7a1ffba4b68341020f1bc4363b4222ccab5fccfc
parent29169f6f4277264995a7338820e6e3ae1a6eb28e (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: I80ff9b98fb1c63d17fd371b3a762f674ed7ed653 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--pom.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/pom.xml b/pom.xml
index e89bfff8..27f15b9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,35 +97,4 @@
</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>