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 --- odlparent-lite/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'odlparent-lite/pom.xml') 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 + + + + + + -- cgit 1.2.3-korg