Advertisement
Javi

maven

Dec 9th, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <build>
  2. <plugins>
  3. <plugin>
  4. <groupId>org.apache.maven.plugins</groupId>
  5. <artifactId>maven-javadoc-plugin</artifactId>
  6. <executions>
  7. <execution>
  8. <id>attach-javadocs</id>
  9. <goals>
  10. <goal>jar</goal>
  11. </goals>
  12. </execution>
  13. </executions>
  14. </plugin>
  15. </plugins>
  16. </build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement