Attach Javadoc

This commit is contained in:
Trustin Lee 2011-12-09 18:38:49 +09:00
parent 85d94a0c4f
commit 37f9d16b89

View File

@ -489,10 +489,10 @@
<version>2.8</version>
<executions>
<execution>
<id>generate-javadoc</id>
<id>attach-javadoc</id>
<phase>package</phase>
<goals>
<goal>javadoc</goal>
<goal>jar</goal>
</goals>
</execution>
</executions>