aboutsummaryrefslogtreecommitdiffstats
path: root/graph-inventory
diff options
context:
space:
mode:
authorBenjamin, Max <max.benjamin@att.com>2020-10-01 16:42:37 -0400
committerBenjamin, Max (mb388a) <mb388a@att.com>2020-10-01 16:42:37 -0400
commite5cd396487f186c407f8abc15f6b95d037ea1687 (patch)
treea19f722b211f0d48cd8de791e4d563763c2d2f05 /graph-inventory
parentabe12dca0faad2a6d79750d559d2a80fe8532996 (diff)
updated plugin management section to cover plugin
updated plugin management section to cover plugin in eclipse Issue-ID: SO-3283 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icbbab7258867052095c9212e9d2773816cb53302
Diffstat (limited to 'graph-inventory')
-rw-r--r--graph-inventory/fluent-builder-maven-plugin/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/graph-inventory/fluent-builder-maven-plugin/pom.xml b/graph-inventory/fluent-builder-maven-plugin/pom.xml
index 87f5138b4b..6e59d0d893 100644
--- a/graph-inventory/fluent-builder-maven-plugin/pom.xml
+++ b/graph-inventory/fluent-builder-maven-plugin/pom.xml
@@ -9,6 +9,36 @@
<artifactId>fluent-builder-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<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-plugin-plugin</artifactId>
+ <goals>
+ <goal>descriptor</goal>
+ </goals>
+ <versionRange>[3.6.0,)</versionRange>
+ </pluginExecutionFilter>
+ <action>
+ <execute>
+ <runOnIncremental>false</runOnIncremental>
+ </execute>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>