Re: How to add third-party extension to maven-plugin

2013-05-14 Thread Aurélien Bourdon
Solved in adding the ${MAVEN_HOME}/lib/ext directory to the original maven3-agent's classworlds.conf file and in adding -Dclassworlds.conf= to the MAVEN_OPTS variable. My classworlds.conf file looks like (note the optionally add of ${maven.home}/lib/ext/*.jar): # # mostly copied as-is from $MAV

How to add third-party extension to maven-plugin

2013-05-13 Thread Aurélien Bourdon
Hi all, I would like to add a third-party extension (e.g https://github.com/johnjcool/and-activation-profile-selector) to my Maven builds. However, any of my following actions were doomed to failure... 1. Add the extension .jar to my $MAVEN_HOME/lib/ext directory 2. Add the extension .jar to my