Versions Compared

Key

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

...

This project builds a number of different artifacts, including a zip file with a startup script, javadoc, and source zips and a jar. These artifacts are generated automatically by doing a complete build:

Code Block
mvn javadoc:javadoc
Code Block

mvn assembly:assemblyclean install

Using the commands above this module compiles the pentaho-meta jar, runs the unit tests, and creates the following zips:

...