Last modified by Ulrich Köster on 2010/10/03 00:55

From version 10.1
edited by Henrique Prange
on 2008/06/27 20:02
Change comment: There is no comment for this version
To version 11.1
edited by Henrique Prange
on 2008/06/15 21:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,28 +2,40 @@
2 2  
3 3  More information [[here>>Apple Maven Nightly Builds]].
4 4  
5 -= Using m2eclipse and woapplication-archetype {{id value="m2eclipse"}}{{/id}} =
5 += Using m2eclipse and woapplication-archetype =
6 6  
7 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 8  
9 9  == Step 1: Create New Maven Project ==
10 10  
11 -Select the m2eclipse wizard to create a new Maven Project. [[image:m2eclipse_wizard_1.png||align="center"]]
11 +Select the m2eclipse wizard to create a new Maven Project.
12 12  
13 +[[image:m2eclipse_wizard_1.png||align="center"]]
14 +
13 13  == Step 2: Select the Project Location ==
14 14  
15 -Choose the project location for your project. [[image:m2eclipse_wizard_4.png||align="center"]]
17 +Choose the project location for your project.
16 16  
19 +[[image:m2eclipse_wizard_4.png||align="center"]]
20 +
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. [[image:m2eclipse_wizard_3.png||align="center"]]
23 +Select the Local catalog.
21 21  
25 +[[image:m2eclipse_wizard_2.png||align="center"]]
26 +
27 +Choose the WebObjects Application archetype as the template for the new project.
28 +
29 +[[image:m2eclipse_wizard_3.png||align="center"]]
30 +
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"]]
35 +**Note**: use the SNAPSHOT suffix in project's version to identify as in development version.
36 +
37 +[[image:m2eclipse_wizard_5.png||align="center"]]
38 +
27 27  You also have to provide 3 specific properties of woapplication-archetype.
28 28  
29 29  * **WebObjectsVersion**: the WebObjects version.
... ... @@ -36,4 +36,6 @@
36 36  
37 37  {{/warning}}
38 38  
39 -Finish and you have a WebObjects project following the Maven standard layout. [[image:m2eclipse_wizard_6.png||align="center"]]
51 +Finish and you have a WebObjects project following the Maven standard layout.
52 +
53 +[[image:m2eclipse_wizard_6.png||align="center"]]