From e5cd396487f186c407f8abc15f6b95d037ea1687 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max" Date: Thu, 1 Oct 2020 16:42:37 -0400 Subject: 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) Change-Id: Icbbab7258867052095c9212e9d2773816cb53302 --- .gitignore | 2 ++ .../fluent-builder-maven-plugin/pom.xml | 30 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/.gitignore b/.gitignore index 79d2c94622..c57b142a05 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ packages/root-pack-extras/config-resources/mariadb/db-sql-scripts/main-schemas/M **/bin/ /tattletale/ /.metadata/ +**/.sts4-cache +**/.java-version 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 @@ fluent-builder-maven-plugin maven-plugin + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + descriptor + + [3.6.0,) + + + + false + + + + + + + + + org.apache.maven.plugins -- cgit 1.2.3-korg