yosauron schrieb:
I've tried to compile without using tests. I've used this sentence:
%./build.sh -Dmave.test.skip=true install


There's a typo in your command:

It should be:
mvn -Dmaven.test.skip=true install

See

http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html

for reference.

Good luck!

Martin

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

Reply via email to