Changes for page Maven Create WO Application Project
Last modified by Ulrich Köster on 2010/10/03 00:55
From version 14.1
edited by Lachlan Deck
on 2009/04/04 17:38
on 2009/04/04 17:38
Change comment:
remove obsolete warning
To version 15.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
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ldeck1 +XWiki.probert - Content
-
... ... @@ -1,29 +1,27 @@ 1 -= Using ApplePlug-in =1 += Using m2eclipse and woapplication-archetype = 2 2 3 - Moreinformation [[here>>Apple Maven Nightly Builds]].3 +{{id name="m2eclipse"/}} 4 4 5 - =Usingm2eclipse{{idvalue="m2eclipse"}}{{/id}}=5 +The tutorial below supposes you already have installed [[m2eclipse>>url:http://m2eclipse.codehaus.org/||shape="rect"]] plug-in. You also have to copy the archetype catalog to your local repository as described [[here>>doc:WOL.woapplication-archetype]]. For more information about how to configure Maven to build WebObjects applications, see [[this tutorial>>doc:WOL.Quick Start]]. 6 6 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]]. 8 - 9 9 == Step 1: Create New Maven Project == 10 10 11 -Select the m2eclipse wizard to create a new Maven Project. ||align="center"]]9 +Select the m2eclipse wizard to create a new Maven Project.[[image:attach:m2eclipse_wizard_1.png]] 12 12 13 13 == Step 2: Select the Project Location == 14 14 15 -Choose the project location for your project. ||align="center"]]13 +Choose the project location for your project.[[image:attach:m2eclipse_wizard_4.png]] 16 16 17 17 == Step 3: Select the WebObjects Application Archetype == 18 18 19 -Select the Local catalog. [[image:m2eclipse_wizard_2.png ||align="center"]]20 -Choose the WebObjects Application archetype as the template for the new project. ||align="center"]]17 +Select the Local catalog. [[image:attach:m2eclipse_wizard_2.png]] 18 +Choose the WebObjects Application archetype as the template for the new project.[[image:attach:m2eclipse_wizard_3.png]] 21 21 22 22 == Step 4: Define the Project Properties == 23 23 24 24 Define the properties that best describe the new project (groupId, artifactId, version and package). 25 25 26 -**Note**: use the SNAPSHOT suffix in project's version to identify as in development version. [[image:m2eclipse_wizard_5.png ||align="center"]]24 +**Note**: use the SNAPSHOT suffix in project's version to identify as in development version. [[image:attach:m2eclipse_wizard_5.png]] 27 27 You also have to provide 3 specific properties of woapplication-archetype. 28 28 29 29 * **WebObjectsVersion**: the WebObjects version. ... ... @@ -30,4 +30,4 @@ 30 30 * **WonderSupport**: type 'yes' to add support to Wonder or 'no' otherwise. 31 31 * **TrueWarSupport**: type 'yes' to add the configuration required to build the application as true WAR or 'no' if you want to build as WOA. 32 32 33 -Finish and you have a WebObjects project following the Maven standard layout. ||align="center"]]31 +Finish and you have a WebObjects project following the Maven standard layout.[[image:attach:m2eclipse_wizard_6.png]]