Versions Compared

Key

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

...

The "distribution" stuff is in the distribution module. After building all the stuff aboveAt top level, you can go into the distribution subdirectory and run:

Code Block
$ mvn install -Peverything

and that which will build both a src kit and a binary kit in target. Alternatively, top level, you can runcause EVERYTHING to build in one shot, including the distribution modules that are normally excluded. To speed it up, you can use the fastinstall profile with it:

Code Block
$ mvn install -Peverything

...

,fastinstall

Deploying snapshots

To deploy a snapshot (Apache committers only), run

...