Produce a javadoc file for the uber jar

This commit is contained in:
Endolf 2018-06-01 19:33:07 +01:00
parent c826412056
commit f37172befd

View file

@ -65,6 +65,18 @@
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<includeDependencySources>true</includeDependencySources>
<dependencySourceExcludes>
<dependencySourceExclude>net.java.jinput:osx-plugin</dependencySourceExclude>
<dependencySourceExclude>net.java.jinput:linux-plugin</dependencySourceExclude>
<dependencySourceExclude>net.java.jinput:windows-plugin</dependencySourceExclude>
<dependencySourceExclude>net.java.jinput:wintab-plugin</dependencySourceExclude>
</dependencySourceExcludes>
</configuration>
</plugin>
<plugin>
<groupId>com.googlecode.mavennatives</groupId>
<artifactId>maven-nativedependencies-plugin</artifactId>