[ANN] Maven-2 Integration 1.2.3

Available for IDEA 6.0 (note that the plugin does not run under IDEA 5 anymore) through IDEA's built-in plugin manager, directly from IDEA's plugin page or from the homepage http://quebbemann.kicks-ass.net/idea-maven-plugin/download.html

This version is a bugfix release. Please checkout the release notes below and also the documentation on http://quebbemann.kicks-ass.net/idea-maven-plugin


Bug

  • Maven process exits because of classpath error when using Maven version 2.0.6


Any feedback or comments are greatly appreciated.

This will be the last release of the plugin because it has moved (together with the Maven Reloaded plugin) to the Mevenide project on Codehaus. Information can be found at: http://mevenide.codehaus.org/m2-site/mevenide2-idea/

We hope to release a version of the plugin soon.

Ralf

0
1 comment

Running a phase indicating options in the input field under the buttons, i.e. "-PmyProfile -Dmaven.test.skip=true" produces:
/jvm-path/bin/java -classpath /libs-path/maven-2.0.6/boot/classworlds-1.1.jar -Dclassworlds.conf=/libs-path/maven-2.0.6/bin/m2.conf -Dmaven.home=/libs-path/maven-2.0.6 org.codehaus.classworlds.Launcher -PmyProfile -Dmaven.test.skip=true -Dtest=skip -f /project-path/pom.xml clean compile install
but the profile setting is ignored, and the resources are filtered using the default profile.
if i run the previous line in a shell it works fine

greetings
Alejandro

0

Please sign in to leave a comment.