Removed redundant maven-compiler-plugin declaration.

This commit is contained in:
Anthony Whitford
2015-09-13 10:22:44 -07:00
parent 3fad29a709
commit c4d8d7abf4

View File

@@ -190,10 +190,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>