Skip to content

Instantly share code, notes, and snippets.

@edalquist
Created March 19, 2012 13:56
Show Gist options
  • Save edalquist/2113174 to your computer and use it in GitHub Desktop.
Save edalquist/2113174 to your computer and use it in GitHub Desktop.
Parent Plugin Conf
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment