mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-20 23:50:24 +01:00
Produce a javadoc file for the uber jar
This commit is contained in:
parent
c826412056
commit
f37172befd
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue