Changes for page Maven Create WO Application Project
Last modified by Ulrich Köster on 2010/10/03 00:55
From version 6.1
edited by Pascal Robert
on 2010/10/03 00:55
on 2010/10/03 00:55
Change comment:
There is no comment for this version
To version 9.1
edited by Henrique Prange
on 2008/06/27 20:02
on 2008/06/27 20:02
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.pr obert1 +XWiki.hprange - Content
-
... ... @@ -1,6 +1,10 @@ 1 += Using Apple Plug-in = 2 + 3 +More information [[here>>Apple Maven Nightly Builds]]. 4 + 1 1 = Using m2eclipse and woapplication-archetype {{id value="m2eclipse"}}{{/id}} = 2 2 3 -The tutorial below supposes you already have installed [[m2eclipse>>http://m2eclipse.codehaus.org/]] plug-in. You also have to copy the archetype catalog to your local repository as described [[here>> WOL:woapplication-archetype]]. For more information about how to configure Maven to build WebObjects applications, see [[this tutorial>>WOL:Quick Start]].7 +The tutorial below supposes you already have installed [[m2eclipse>>http://m2eclipse.codehaus.org/]] plug-in. You also have to copy the archetype catalog to your local repository as described [[here>>woapplication-archetype]]. For more information about how to configure Maven to build WebObjects applications, see [[this tutorial>>Quick Start]]. 4 4 5 5 == Step 1: Create New Maven Project == 6 6 ... ... @@ -26,4 +26,10 @@ 26 26 * **WonderSupport**: type 'yes' to add support to Wonder or 'no' otherwise. 27 27 * **TrueWarSupport**: type 'yes' to add the configuration required to build the application as true WAR or 'no' if you want to build as WOA. 28 28 33 +{{warning}} 34 + 35 +At time of writing, the m2eclipse wizard didn't support default value for these properties. So, you always have to provide them. 36 + 37 +{{/warning}} 38 + 29 29 Finish and you have a WebObjects project following the Maven standard layout. [[image:m2eclipse_wizard_6.png||align="center"]]