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 $MAVEN_HOME/lib directory 3. Add the extension .jar to my .jenkins/plugins/maven-plugin/WEB-INF/lib directory 4. Create the .jenkins/plugins/maven-plugin/WEB-INF/lib/ext directory and add the extension .jar to it Is anyone has a clue? Note that when I directly use my Maven installation it just fine. It seems to be related to the Jenkins maven-plugin and the way to add a third-party extension to it. Regards, Aurelien -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
