updated plugin management section to cover plugin 38/113438/1
authorBenjamin, Max <max.benjamin@att.com>
Thu, 1 Oct 2020 20:42:37 +0000 (16:42 -0400)
committerBenjamin, Max (mb388a) <mb388a@att.com>
Thu, 1 Oct 2020 20:42:37 +0000 (16:42 -0400)
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

.gitignore
graph-inventory/fluent-builder-maven-plugin/pom.xml

index 79d2c94..c57b142 100644 (file)
@@ -23,3 +23,5 @@ packages/root-pack-extras/config-resources/mariadb/db-sql-scripts/main-schemas/M
 **/bin/
 /tattletale/
 /.metadata/
+**/.sts4-cache
+**/.java-version
index 87f5138..6e59d0d 100644 (file)
@@ -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>