Version 16.1 by Pascal Robert on 2010/10/03 00:55

Show last authors
1 = Using m2eclipse and woapplication-archetype =
2
3 {{id name="m2eclipse"/}}
4
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
7 == Step 1: Create New Maven Project ==
8
9 Select the m2eclipse wizard to create a new Maven Project.[[image:attach:m2eclipse_wizard_1.png]]
10
11 == Step 2: Select the Project Location ==
12
13 Choose the project location for your project.[[image:attach:m2eclipse_wizard_4.png]]
14
15 == Step 3: Select the WebObjects Application Archetype ==
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
20 == Step 4: Define the Project Properties ==
21
22 Define the properties that best describe the new project (groupId, artifactId, version and package).
23
24 **Note**: use the SNAPSHOT suffix in project's version to identify as in development version. [[image:attach:m2eclipse_wizard_5.png]]
25 You also have to provide 3 specific properties of woapplication-archetype.
26
27 * **WebObjectsVersion**: the WebObjects version.
28 * **WonderSupport**: type 'yes' to add support to Wonder or 'no' otherwise.
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
31 Finish and you have a WebObjects project following the Maven standard layout.[[image:attach:m2eclipse_wizard_6.png]]