Attach Javadoc

This commit is contained in:
Trustin Lee 2011-12-09 18:39:05 +09:00
parent 040bc7c683
commit 974002a498

View File

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