summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-04-15 16:06:59 -0400
committerJim Hahn <jrh3@att.com>2021-04-15 16:09:57 -0400
commit81fa844641005a34c5e3c498707ef49bbe61278a (patch)
treeb16835d83eba6cf1f85981f40285e97c3e40446f /pom.xml
parent34eabe4fb2e76f613381b1edf263d0c534a55c99 (diff)
Address plugin-not-found issues
Removed references to archetype-packaging and lifecycle-mapping, where unnecessary due to pom inheritance. Issue-ID: POLICY-3136 Change-Id: Iae3278accea933a18224f10b63a01658948b39db 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 2104698..d6c31c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,37 +92,6 @@
</dependencies>
</dependencyManagement>
- <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>
-
<profiles>
<profile>
<!--This profile is used to store Eclipse m2e settings only. It has no