Skip to content

Commit

Permalink
removing javadoc plugin declaration (this is defined, in the correct …
Browse files Browse the repository at this point in the history
…order in the parent)
  • Loading branch information
Sonatype Release Machine committed Dec 29, 2011
1 parent 39a41e4 commit 42b8f1a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pom.xml
Expand Up @@ -144,28 +144,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
<maxmemory>1g</maxmemory>
<links>
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
</links>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
Expand Down

0 comments on commit 42b8f1a

Please sign in to comment.