Removed javadoc aggregation for now

This commit is contained in:
Michael Minella
2016-11-03 23:01:34 -05:00
parent fa5cb4f242
commit 0660057e85

14
pom.xml
View File

@@ -176,13 +176,13 @@
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>aggregate</id>
<phase>package</phase>
<goals>
<goal>aggregate</goal>
</goals>
</execution>
<!--<execution>-->
<!--<id>aggregate</id>-->
<!--<phase>package</phase>-->
<!--<goals>-->
<!--<goal>aggregate</goal>-->
<!--</goals>-->
<!--</execution>-->
</executions>
</plugin>
<plugin>