From 635977adac7f9c78cfbe9cf7e080330d07848df3 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 23 Oct 2017 18:43:45 +0200 Subject: [PATCH] Remove duplicate (identical) maven-jar-plugin to fix Maven WARNING [WARNING] Some problems were encountered while building the effective model for org.opendaylight.genius:mdsalutil-api:bundle:0.4.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-jar-plugin @ line 164, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. Change-Id: I5360209dfbbb0d13ee9e33ffcfc7ff22dd3fcbff Signed-off-by: Michael Vorburger --- mdsalutil/mdsalutil-api/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/mdsalutil/mdsalutil-api/pom.xml b/mdsalutil/mdsalutil-api/pom.xml index 66d9ce383..28164e5ed 100644 --- a/mdsalutil/mdsalutil-api/pom.xml +++ b/mdsalutil/mdsalutil-api/pom.xml @@ -150,17 +150,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - org.apache.maven.plugins maven-jar-plugin -- 2.36.6