Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

With maven2

You can use

Code Block
mvn -Dmaven.test.skip=true install

With maven1

Try the following

Code Block
maven -Dmaven.test.skip=true

Or to run a specific goal

Code Block
maven -Dmaven.test.skip=true jar