Re: mvn install:help and mvn help:describe for install plugin are at odds ...

2011-10-18 Thread hendrul
Repository metadata says the lastest version is 2.3.1, why maven resolves this plugin prefix (install) version to 2.2. I dont want to use the plugin registry mecanism, I want to know why maven is behaving like this??? -- View this message in context: http://maven.40175.n5.nabble.com/mvn-install

Re: mvn install:help and mvn help:describe for install plugin are at odds ...

2010-03-24 Thread Wayne Fay
> [INFO] org.apache.maven.plugins:maven-install-plugin:2.3 ... > org.apache.maven.plugins:maven-install-plugin:2.2 Perhaps it was added in 2.3? I don't know this for sure, but assume you can check the source code or docs and figure it out. Wayne --

mvn install:help and mvn help:describe for install plugin are at odds ...

2010-03-24 Thread Kedar Mhaswade
Is this a bug? mvn help:describe goal suggests that standard maven install plugin has three goals: install:help, install:install and install:install-file. On doing mvn install:help however, maven says there is no such goal! Here is the entire interaction: vp2c01a-dhcp147:example kedar$ mvn -v Ap