Hey Fred:
I only fixed the incorrect maven group id (the maven-pluto-plugin should
have installed under org/apache/pluto/maven-pluto-plugin).
I haven't yet fixed the issue with mvn pluto:install. I don't think
you're doing anything wrong.
As a workaround try:
mvn org.apache.pluto:maven-pluto-plugin:install -DinstallDir=/path/to/tomcat
Elliot
Fred Thiele wrote:
On Wednesday 04 October 2006 23:07, Elliot Metsger wrote:
Try using a clean checkout. You might also want to remove all
maven-pluto-plugin artifacts from your local repo. I just committed a
fix for this.
Also, FYI see the archive on this here:
http://www.nabble.com/groupId-for-the-pluto-maven-plugin-tf2334127.html#a64
97851
The correct groupId for the maven-pluto-plugin *is* org.apache.pluto, we
had been mistakenly using org.apache.maven.plugins and recently
corrected it.
Thanks for letting us know- much appreciated!
Elliot
Hi Elliot,
I tried again as you suggested. For reproducing the problem:
1) $ find ~/.m2/ -iname "*pluto*" | xargs rm -rf
2) clean checkout
results:
3) $ mvn install
runs fine.
4) $ mvn pluto:install -DinstallDir="$CATALINA_HOME"
fails at for the same reason you talked about in the thread mentioned above.
Am I doing something wrong?