Versions Compared

Key

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

...

Headless Maven-based build (without requiring Eclipse IDE)

  1. download Maven 3.0 from http://maven.apache.org/download.htmlImage Added. Please note and make sure you do get & use Maven 3.0 (latest at the time of writing this Maven 3.0-alpha-6), and not just a Maven 2.2.1, which will NOT WORK.
  2. check-out the https://svn.apache.org/repos/asf/openjpa/devtools/trunk/Image Added (not just the individual project directories, but really the trunk, so that you also have the pom.xml at the root...)
  3. do a "mvn install" at the root. This will be VERY SLOW at first invocation, as it downloads lot's into
    your local maven repo, including many Eclipse artefacts. Subsequent calls will as usual be much faster.
  4. in the directory "org.apache.openjpa.eclipse.site/target" there will be a completely ready Eclipse Update Site (which is what gets be pushed to some HTTP server and the URL of which is given to end-users to install the whole thing)Maven v3.0

This should ideally be set-up on a public build server, e.g. on the http://hudson.zones.apache.org/hudson/ ?