Wiki source code of Building the woproject source code with maven
Version 3.1 by Ulrich Köster on 2006/11/10 04:33
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Currently you have to checkout and build maven-woproject-plugin manually. | ||
2 | |||
3 | Grab the latest from the [[svn>>SVN]]. | ||
4 | |||
5 | Building woproject requires webobjects 5.3.2. | ||
6 | |||
7 | cd into the woproject/maven2/maven-woboostrap-plugin and invoke mvn install. | ||
8 | |||
9 | ##dieselpower:/Projekte/woproject/workspace/woproject/maven2/maven-wobootstrap-plugin ulrich$ mvn install## | ||
10 | |||
11 | Import the webobjects frameworks into the repository. [[Add webobjects jars to the local repositiory]] | ||
12 | |||
13 | cd into the woproject directory and invoke mvn. | ||
14 | |||
15 | [[image:Bild 1.png]] | ||
16 | |||
17 | The build should succeed: | ||
18 | [[image:mvn_build_woproject_succed.png]] | ||
19 | |||
20 | What happend during the build? | ||
21 | |||
22 | Maven created a local repository under .m2/repository. The repository is full of artifacts and should contain the maven-woproject-plugin under | ||
23 | .m2/repository/org/objectstyle/woproject/maven2/maven-woproject-plugin. | ||
24 | |||
25 | [[image:maven-woproject-plugin-inthelocalrepo.png]] |