Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <plugin>
  2. <artifactId>maven-javadoc-plugin</artifactId>
  3. <version>2.8.1</version>
  4. <executions>
  5. <execution>
  6. <id>attach-javadocs</id>
  7. <goals>
  8. <goal>jar</goal>
  9. </goals>
  10. </execution>
  11. </executions>
  12. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement