use jar-no-fork goal of javadoc plugin instead of jar goal

This commit is contained in:
Sebastian Sdorra
2011-10-05 09:14:36 +02:00
parent 16a57c400e
commit 6cb91bf580

View File

@@ -182,7 +182,7 @@
<id>attach-javadoc</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>