Commit 270275f0 authored by Johannes Schindelin's avatar Johannes Schindelin

Include all .java sources in the .jar file

Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent 457771e8
......@@ -27,6 +27,11 @@
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment