Versions Compared

Key

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

...

The links will take you to current location of the subversion branches that are being worked on. The initial effort is centered around two of the source trees: pentaho and pentaho-metadata.

Building with Maven


Note
titleMaven version

We have been using maven version 2.0.5 to build with. It may work with other versions, but this has not been tested. 


In each of the projects, there is a directory named "maven" that contains the maven modules. For example, for the pentaho project you have:

...

Note
titleSite problems

If you encounter problems with this command, try using the -U flag. This will update the versions of plugins that maven uses. For example:

Code Block


mvn -U site


Pentaho

The pentaho source trees produces a number of different artifacts, as described in the current Ant build.xml and deployment_build.xml. (There is also a dev_build.xml.) With a maven build, the most common structure is to have one maven module per artifact to be generated.

...