Hi -
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#a6497851
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
[EMAIL PROTECTED] wrote:
Hi,
i had a problem installing pluto-1.1 using
svn checkout https://svn.apache.org/repos/asf/portals/pluto/trunk/ pluto
The maven-pluto-plugin is installed in the local maven repository under
org.apache.maven.plugins. In the pom.xml of pluto-testsuite you find a
dependency to org.apache.pluto. I replaced it by the correct namespace
(o.a.maven.plugins) and it now mvn-installs fine.
I noticed this when I cleaned out my m2-repository prior to installing pluto.
I just wanted to let you know this.