From 064339251724b56bbafeef2fabca88f6b1b18eb5 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 9 Aug 2019 10:51:41 -0700 Subject: [PATCH] Disable additional-install Add a plugin which will disable to additional-install execution of the maven-install-plugin. This corrects an issue where this plugin causes an error during building on certain systems. Change-Id: I90a13c2f18f65332a776646647f58fb4d10b1f00 Signed-off-by: Patrick Brady Issue-ID: APPC-1699 --- binding-parent/pom.xml | 17 +++++++++++++++++ bundle-parent/pom.xml | 16 ++++++++++++++++ feature-repo-parent/pom.xml | 16 ++++++++++++++++ odlparent-lite/pom.xml | 16 ++++++++++++++++ pom.xml | 16 ++++++++++++++++ single-feature-parent/pom.xml | 17 +++++++++++++++++ 6 files changed, 98 insertions(+) diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index c25d200..89888a1 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -167,4 +167,21 @@ limitations under the License. + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + additional-install + none + + + + + + diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 97292c7..70cac9a 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -35,4 +35,20 @@ limitations under the License. + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + additional-install + none + + + + + + diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 48c89b4..9dfd165 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -49,4 +49,20 @@ limitations under the License. + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + additional-install + none + + + + + + diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 6877751..d8c6a71 100644 --- a/odlparent-lite/pom.xml +++ b/odlparent-lite/pom.xml @@ -50,4 +50,20 @@ limitations under the License. + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + additional-install + none + + + + + + diff --git a/pom.xml b/pom.xml index d90f25d..27528e9 100755 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,22 @@ limitations under the License. + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + additional-install + none + + + + + + binding-parent bundle-parent diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 6745cc8..32a06a1 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -81,4 +81,21 @@ limitations under the License. + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + additional-install + none + + + + + + -- 2.16.6