Generate all-in-one javadoc

This commit is contained in:
Trustin Lee 2012-06-13 11:05:42 +09:00
parent 234bd78efa
commit 6b996722aa

View File

@ -76,6 +76,22 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<executions>
<execution>
<id>javadoc</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<attach>false</attach>
</configuration>
</execution>
</executions>
</plugin>
<!-- Disable animal sniffer -->
<plugin>