Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use case

Command

Quick smoke test

mvn clean install -o

Build everything

mvn clean install -D modules=all -o

Quick build of site + docs

mvn site-deploy -o

Full build of site + docs

mvn site-deploy -D modules=standard -D site=full -o

Build everything Quick build + site + docs for single module (eg, applib)

mvn clean install site-deploy -D modules=applib -o

...