rm unneeded plug-in from maven

This commit is contained in:
Terence Parr 2015-07-14 14:40:21 -07:00
parent b395127e73
commit fcd1e54289
1 changed files with 0 additions and 16 deletions

View File

@ -62,22 +62,6 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>package</phase>
<configuration>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
</configuration>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>