Changes for page Maven Create WO Application Project
Last modified by Ulrich Köster on 2010/10/03 00:55
From 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. probert1 +XWiki.ldeck - Content
-
... ... @@ -1,27 +1,29 @@ 1 -= Using m2eclipseand woapplication-archetype1 += Using Apple Plug-in = 2 2 3 - {{idname="m2eclipse"/}}3 +More information [[here>>Apple Maven Nightly Builds]]. 4 4 5 - Thetutorial belowsupposes you already haveinstalled[[m2eclipse>>url:http://m2eclipse.codehaus.org/||shape="rect"]]plug-in. Youalso have to copy the archetype catalog to your local repository asdescribed[[here>>doc:WOL.woapplication-archetype]].For moreinformationabout how to configureMaven to build WebObjects applications, see [[this tutorial>>doc:WOL.QuickStart]].5 += Using m2eclipse and woapplication-archetype {{id value="m2eclipse"}}{{/id}} = 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 + 7 7 == Step 1: Create New Maven Project == 8 8 9 -Select the m2eclipse wizard to create a new Maven Project.[[image: attach:m2eclipse_wizard_1.png]]11 +Select the m2eclipse wizard to create a new Maven Project. [[image:m2eclipse_wizard_1.png||align="center"]] 10 10 11 11 == Step 2: Select the Project Location == 12 12 13 -Choose the project location for your project.[[image: attach:m2eclipse_wizard_4.png]]15 +Choose the project location for your project. [[image:m2eclipse_wizard_4.png||align="center"]] 14 14 15 15 == Step 3: Select the WebObjects Application Archetype == 16 16 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]]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. [[image:m2eclipse_wizard_3.png||align="center"]] 19 19 20 20 == Step 4: Define the Project Properties == 21 21 22 22 Define the properties that best describe the new project (groupId, artifactId, version and package). 23 23 24 -**Note**: use the SNAPSHOT suffix in project's version to identify as in development version. [[image: attach:m2eclipse_wizard_5.png]]26 +**Note**: use the SNAPSHOT suffix in project's version to identify as in development version. [[image:m2eclipse_wizard_5.png||align="center"]] 25 25 You also have to provide 3 specific properties of woapplication-archetype. 26 26 27 27 * **WebObjectsVersion**: the WebObjects version. ... ... @@ -28,4 +28,4 @@ 28 28 * **WonderSupport**: type 'yes' to add support to Wonder or 'no' otherwise. 29 29 * **TrueWarSupport**: type 'yes' to add the configuration required to build the application as true WAR or 'no' if you want to build as WOA. 30 30 31 -Finish and you have a WebObjects project following the Maven standard layout.[[image: attach:m2eclipse_wizard_6.png]]33 +Finish and you have a WebObjects project following the Maven standard layout. [[image:m2eclipse_wizard_6.png||align="center"]]