No need to explicitly add a jar goal when it implicitly exists already for a jar module.

This commit is contained in:
Anthony Whitford
2015-09-06 11:18:56 -07:00
parent 7b47b7549d
commit 51e66354b0

View File

@@ -110,13 +110,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>test-jar</id>
<phase>package</phase>