diff options
author | Jim Hahn <jrh3@att.com> | 2021-03-12 11:48:16 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-03-12 11:48:27 -0500 |
commit | 9fd1dcc45394698e21a83857bf6473d427692ff8 (patch) | |
tree | 7a1ffba4b68341020f1bc4363b4222ccab5fccfc /pom.xml | |
parent | 29169f6f4277264995a7338820e6e3ae1a6eb28e (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -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> |