<project>
<!-- put the usual packaging, dependencies etc. here.-->
<build>
<resources>
<resource>
<!-- include JAVA scources in JAR -->
<!-- this is for development only,
the production JAR should not have the sources
see http://stackoverflow.com/questions/25779900/how-to-include-source-file-java-file-parallel-to-class-file-in-the-generated -->
<directory>src/main/java</directory>
</resource>
</resources>
</build>
</project>