From 064339251724b56bbafeef2fabca88f6b1b18eb5 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 9 Aug 2019 10:51:41 -0700 Subject: 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 --- feature-repo-parent/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'feature-repo-parent') 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 + + + + + + -- cgit 1.2.3-korg