Tina Schliemann wrote:
Hi

It is a normal minus sign. That comes from copying out of the console.

That’s the command I use

mvn install –Dmaven.test.skip=true

Then your console uses the wrong minus sign :) Compare:

mvn install –Dmaven.test.skip=true (yours)
mvn install -Dmaven.test.skip=true (mine)

-Lukas



-----Ursprüngliche Nachricht-----
Von: Lukas Theussl [mailto:[email protected]]
Gesendet: Donnerstag, 16. September 2010 11:08
An: Maven Users List
Betreff: Re: Building ODE with Maven



Tina Schliemann wrote:
Hi,

I try to build the apache ode with maven.



With that command mvn install –Dmaven.test.skip=true I get that error



[ERROR] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Invalid task -ûDmaven.test.skip=true': you must specify a valid
lifecycle

You are using an invalid character for the cl option -D, it should be a
normal minus sign.

HTH,
-Lukas



   phase, or a goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pl

uginVersion:goal



The building of the elipse files with that command mvn eclipse:eclipse
works
fine



Can u pls help me?



Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to