Changes for page maven-wolifecycle-plugin
Last modified by Ulrich Köster on 2007/02/09 11:42
From version 41.1
edited by Ulrich Köster
on 2006/11/07 03:20
on 2006/11/07 03:20
Change comment:
There is no comment for this version
To version 44.1
edited by Henrique Prange
on 2006/10/20 14:44
on 2006/10/20 14:44
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. uli1 +XWiki.hprange - Content
-
... ... @@ -2,20 +2,27 @@ 2 2 3 3 "maven-woproject-plugin" is a plug-in for development of WebObjects applications and frameworks in the context of Maven. 4 4 5 -== Lifecyle==5 +== Goals == 6 6 7 - Lifecyleforfor WebObjectsprojects.7 +=== ##org.objectstyle.woproject.maven2:woproject:bootstrap## === 8 8 9 - Forthemoment, this projectisbasedonthexistingantstuff.9 +Bootstrap goal for WebObjects projects. Copy all necessary WebObjects jars into local maven repository. 10 10 11 - ===ExampleWOFramework===11 +For the moment, this goal only works for MacOS X and Windows. 12 12 13 -This goaldoesneedpreviousconfiguration.13 +This plug-in only requires to be executed once. 14 14 15 - Fromthe pom.xml15 +=== Example === 16 16 17 - ===ExampleWOApplication===17 +This goal doesn't need any previous configuration. Just execute the following command: 18 18 19 - This goal doesneed previous configuration.19 +{{noformat}} 20 20 21 -From the pom.xml 21 +mvn woproject:bootstrap 22 + 23 +{{/noformat}} 24 + 25 +//TODO// (Maven 1 links) 26 + 27 +* [[Preparing the Project]] 28 +* [[Maven Goals]]