I am using a different plugin (ant4eclipse) to jar my files. What is the best way to avoid the maven-jar plugin from executing?
- I tried to remove the
<plugin>maven-jar-plugin</plugin>
- I tried to
<exclude> ** / * < / exclude>
- I tried to
<skip>true</skip>
None worked