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

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -