Wiki source code of maven-wobootstrap-plugin
Version 12.1 by Ulrich Köster on 2006/11/07 03:16
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == Description == | ||
2 | |||
3 | "maven-wobootstrap-plugin" is a plug-in for importing woframeworks into the local maven repository. | ||
4 | |||
5 | == Goals == | ||
6 | |||
7 | === ##org.objectstyle.woproject.maven2:wobootstrap:bootstrap## === | ||
8 | |||
9 | Bootstrap goal for WebObjects projects. Copy all necessary WebObjects jars into local maven repository. | ||
10 | |||
11 | For the moment, this goal only works for MacOS X and Windows. | ||
12 | |||
13 | This plug-in only requires to be executed once. | ||
14 | |||
15 | === Example === | ||
16 | |||
17 | This goal doesn't need any previous configuration. Just execute the following command: | ||
18 | |||
19 | {{noformat}} | ||
20 | |||
21 | mvn wobootstrap:bootstrap | ||
22 | |||
23 | {{/noformat}} |