Don’t Build the Maven Jar

I’m using the maven-assembly-plugin to build a zip for some static content in a maven module. But when I build the whole project I also end up getting a jar file for that module. To avoid this use one of two tricks –  either specify your build as a type “pom” or  tell the jar plugin to […]