maven - Exclude jar being added in eclipse .classpath on "mvn eclipse:Eclipse" command -
I'm adding a jar to Eclipse. Classpath file on running Mvn eclipse: eclipse command How do I get it?
You can use the exclusions parameter described here:
See also :
Comments
Post a Comment