diff options
author | Jim Hahn <jrh3@att.com> | 2021-03-12 12:00:11 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-03-12 12:00:21 -0500 |
commit | 122fa2e71c89cbfb55369906d9928934dfb8d69c (patch) | |
tree | 390d0d387858200002501579a97d22defb4afb3f | |
parent | 54aec03827c19cc0685aa6b7cb605bdddc0ee3c3 (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>
-rw-r--r-- | pom.xml | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -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> |