Thanks for answer matinh!

Worse luck! Thats not the problem. I have tried the build on the shell als
well and the result is surprising!

Maven could not find the Plugin. Even a  simple task like compiler:compile
failed because of the same problem With eclipse compiler:compile works fine!
Maybe there is a coherence.:wistle:
But my environment variables say this:

JAVA_HOME=/usr/lib/jvm/java-6-sun
M2_HOME=/home/marcus/progs/apache-maven-2.0.9
M2=$M2_HOME/bin
PATH=$M2:$JAVA_HOME/bin:$PATH
M2_REPO=/home/marcus/.m2/repository

I have no Idea. :confused:


matinh wrote:
> 
> On Sunday 27 April 2008 mgehring wrote:
>> I have a problem to run release:prepare! The build process stops with the
>> Message:
>> "Reason: Can't run goal clean verify"
> 
> "clean verify" is not one goal, it is two phases: the "clean" phase and 
> the "verify" phase. It seems like you eventually specified the 
> string "clean verify" with quotes where no quotes would be allowed (or 
> similar). Search your pom.xml for the string "clean verify" to locate the 
> problem.
> 
> hth,
> - martin
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-release%3Aperform-tp16923146s177p16966488.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to