Re: mvn -Dplugin=install help:describe

2008-03-19 Thread Alexandre Touret
that to check the installed plugins I need execute mvn -Dplugin=install help:describe But when I run this command it fails with a build failure Plugin could not be found. I also tried mvn -U -Dplugin=install help:describe but the same result - can't find the plugin. The output

Re: mvn -Dplugin=install help:describe

2008-03-19 Thread Alexandre Touret
arch: i386 Family: unix The FAQ indicates that to check the installed plugins I need execute mvn -Dplugin=install help:describe But when I run this command it fails with a build failure Plugin could not be found. I also tried mvn -U -Dplugin=install help:describe

Re: mvn -Dplugin=install help:describe

2008-03-19 Thread Heinrich Nirschl
Maven does not know the short name of the install plugin because this plugin is missing in the metadata file on central: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-metadata.xml The workaround is to use the full plugin name: mvn help:describe

Re: mvn -Dplugin=install help:describe

2008-03-19 Thread cody zhang
thanks! it's ok! :) 2008/3/20, Heinrich Nirschl [EMAIL PROTECTED]: Maven does not know the short name of the install plugin because this plugin is missing in the metadata file on central: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-metadata.xml The workaround is to use

mvn -Dplugin=install help:describe

2008-03-18 Thread Agile Aspect
Hi - I just installed Maven 2.0.8 as per instructions. Running mvn --version yields Maven version: 2.0.8 Java version: 1.6.0_03 OS name: linux version: 2.6.17.13 arch: i386 Family: unix The FAQ indicates that to check the installed plugins I need execute mvn -Dplugin=install

Re: mvn -Dplugin=install help:describe

2008-03-18 Thread Wayne Fay
2.0.8 as per instructions. Running mvn --version yields Maven version: 2.0.8 Java version: 1.6.0_03 OS name: linux version: 2.6.17.13 arch: i386 Family: unix The FAQ indicates that to check the installed plugins I need execute mvn -Dplugin=install help:describe But when

Re: mvn -Dplugin=install help:describe

2008-03-18 Thread Agile Aspect
execute mvn -Dplugin=install help:describe But when I run this command it fails with a build failure Plugin could not be found. I also tried mvn -U -Dplugin=install help:describe but the same result - can't find the plugin. The output is enclosed. There doesn't appear to be a FAQ entry