Wiki source code of maven-wobootstrap-plugin

Version 13.1 by Ulrich Köster on 2006/11/07 03:16

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