I\'m a Maven newbie, so I apologize if this is something trivial. Basically, I am developing a webapp, and I am using Maven to manage the project. I have
Use maven-jar-plugin, see :
Example:
org.apache.maven.plugins maven-jar-plugin **/service/* make-a-jar compile jar