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