diff options
author | Jim Hahn <jrh3@att.com> | 2021-04-15 16:06:59 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-04-15 16:09:57 -0400 |
commit | 81fa844641005a34c5e3c498707ef49bbe61278a (patch) | |
tree | b16835d83eba6cf1f85981f40285e97c3e40446f | |
parent | 34eabe4fb2e76f613381b1edf263d0c534a55c99 (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>
-rw-r--r-- | pom.xml | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -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 |