Stop building test-jar for sal-dummy-distributed-datastore 75/40175/2
authorStephen Kitt <skitt@redhat.com>
Fri, 10 Jun 2016 15:48:54 +0000 (17:48 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Mon, 13 Jun 2016 13:02:03 +0000 (13:02 +0000)
Newer versions of maven-jar-plugin no longer support multiple outputs
with the same classifier, so the dual "jar" and "test-jar" goals here
cause an error. Since test-jar ends up being empty, and it isn't used
anywhere else, this patch simply drops the maven-jar-plugin
configuration so it only builds a standard JAR (and the shaded
all-in-one).

Change-Id: Iadc3def3df2f4ff1e9ac647c538b9fe2c4001ca4
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml

index 0ea13fad68d2cd7b46e683b790051f26566ba1de..fc790d94c191e3808477816dc81d933f29270af8 100644 (file)
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jar</goal>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>