Building the woproject source code with maven

Version 2.1 by Ulrich Köster on 2006/11/10 04:33

Currently you have to checkout and build maven-woproject-plugin manually.

Grab the latest from the svn.

Building woproject requires webobjects 5.3.2.

cd into the woproject/maven2/maven-woboostrap-plugin and invoke mvn install.

dieselpower:/Projekte/woproject/workspace/woproject/maven2/maven-wobootstrap-plugin ulrich$ mvn install

Import the webobjects frameworks into the repository. Add webobjects jars to the local repositiory

cd into the woproject directory and invoke mvn.

Bild 1.png

The build should succeed:
mvn_build_woproject_succed.png

What happend during the build?

Maven created a local repository under .m2/repository. The repository is full of artifacts and should contain the maven-woproject-plugin under
.m2/repository/org/objectstyle/woproject/maven2/maven-woproject-plugin.

maven-woproject-plugin-inthelocalrepo.png