I'm attempting to reproduce the problem. With a fresh checkout of
trunk, and a totally empty maven 2 repository:
Running 'mvn install pluto:install -DinstallDir=/path/to/tomcat' results in:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-pluto-plugin' does not
exist or no valid version could be found
But, if run only 'mvn install', the installation works fine. Then after
'mvn install' completes, I can run 'mvn pluto:install
-DinstallDir=/path/to/tomcat' with no problems.
HTH,
Elliot
Elliot Metsger wrote:
Craig,
So far I've had no problems on more than one machine. I'll do some more
digging.
In the mean time can you send me the output using mvn -X? That will
spew tons of information but right now that's all I can think of to run
this issue down.
Elliot
[EMAIL PROTECTED] wrote:
I still have the same problems with the new InstallationDependency
class even after I made these changes:
1. Worked with a newly checked out trunk distribution
2. Worked with a new local pluto maven repository.
I also was able to modify build-dist.xml when I reverted
InstallationDependancy to build with Tomcat 5.5.15 to fix PLUTO-253.
Has anybody else been able to get the pluto:install maven goal to work
with the new InstallationDependency class?
TIA
/Craig