Print at Mar 15, 2010 8:51:56 AM

Posted by jfrantzius at Aug 16, 2008 10:23:50 AM
Re: Maven 2 - 1.2.0-beta-5
If you want to build datanucleus itself using maven2, the docs on doing that most conveniently aren't up-to-date, unfortunately. In case you didn't figure out yourself already, there are two parent POMs now:

  • platform/maven2-parent/trunk/pom.xml
  • test/test.maven2.parent/trunk/pom.xml

(yes we should settle for either "-" or "." in the names ;)

If you do a "mvn clean install" of both in the given order, the platform and tests are built and installed. Precondition is a SVN checkout that preserves the directory structure in SVN (aka "deep checkout").