How to make jar files include both java sources and class files with maven?
The Maven Source Plugin creates a jar archive of the source files of the current project. The jar file is, by default, created in the project’s target directory. If you want to make a jar file which includes both java sources and class files you can use Resources element as specified below xml snippet. After this [...]
Read the rest of this entry »