diff options
author | Jim Hahn <jrh3@att.com> | 2021-04-15 16:12:33 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-04-15 16:12:44 -0400 |
commit | c8627ef850a74535b8031272e061a5a78816cc83 (patch) | |
tree | 6368f0c1da0fdf0f95204b825e8bb63a41bd63e7 /pom.xml | |
parent | 76943d7778b79f2c341899839d413afb998d93be (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: I7483ccd96876f9babb64c0899eb03d6cf0b195f2
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -65,35 +65,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> |