Wiki source code of maven-woproject-plugin
Version 43.1 by Henrique Prange on 2006/10/20 14:44
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == Description == | ||
2 | |||
3 | "maven-woproject-plugin" is a plug-in for development of WebObjects applications and frameworks in the context of Maven. | ||
4 | |||
5 | == Goals == | ||
6 | |||
7 | === ##org.objectstyle.woproject.maven2:woproject: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 woproject:bootstrap | ||
22 | |||
23 | {{/noformat}} | ||
24 | |||
25 | //TODO// (Maven 1 links) | ||
26 | |||
27 | * [[Preparing the Project]] | ||
28 | * [[Maven Goals]] |