You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

With maven2

You can use

mvn -Dmaven.test.skip=true install

With maven1

Try the following

maven -Dmaven.test.skip=true

Or to run a specific goal

maven -Dmaven.test.skip=true jar
  • No labels