rolling back previous accidental push on changes to pom.xml files

This commit is contained in:
317959997 2015-11-30 10:25:12 -05:00
parent 845dd22942
commit 83223ae6d0
2 changed files with 2 additions and 7 deletions

View File

@ -154,7 +154,7 @@
<reporting>
<outputDirectory>target/site</outputDirectory>
<plugins>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
@ -189,7 +189,6 @@
</reportSet>
</reportSets>
</plugin>
-->
</plugins>
</reporting>
<dependencies>

View File

@ -118,7 +118,6 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
@ -143,7 +142,6 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
@ -202,9 +200,7 @@
<executions>
<execution>
<id>attach-javadocs</id>
<!--
<phase>verify</phase>
-->
<goals>
<goal>jar</goal>
</goals>
@ -540,7 +536,7 @@
<repositories>
<repository>
<id>sonatype-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>