Changes for page Quick Start

Last modified by Paul Hoadley on 2025/01/30 02:09

From version 40.1
edited by johnc
on 2009/04/26 18:23
Change comment: Changed -DarchetypeVersion=2.0.16 to 2.0.17
To version 22.1
edited by egeze
on 2011/05/01 06:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.johnc
1 +XWiki.egeze
Content
... ... @@ -1,7 +1,5 @@
1 1  == Outline ==
2 2  
3 -{{toc style="disc" indent="20px"}}{{/toc}}
4 -
5 5  == Step 1: Installing Maven ==
6 6  
7 7  Downloading and installing the latest version of [[Maven>>http://maven.apache.org/download]] is the first step to start using this tool.
... ... @@ -8,11 +8,9 @@
8 8  
9 9  {{tip title="Mac Tip"}}
10 10  
11 - install macports [http://www.macports.org/install.php], then on the terminal
12 - {noformat}sudo port install maven2{noformat}
9 +install macports [http://www.macports.org/install.php], then on the terminal{noformat}sudo port install maven2{noformat}
13 13  
14 - In future, to keep this up to date:
15 - {noformat}sudo port upgrade maven2{noformat}
11 +In future, to keep this up to date:{noformat}sudo port upgrade maven2{noformat}
16 16  
17 17  {{/tip}}
18 18  
... ... @@ -114,7 +114,7 @@
114 114  
115 115  {{/noformat}}
116 116  
117 -**NOTE**: WebObjects must be installed. See the [[maven-wobootstrap-plugin]] documentation for more information. See [[Maven Introduction to Repositories>>http://maven.apache.org/guides/introduction/introduction-to-repositories.html]] if you want more information about Maven repositories.
113 +**NOTE**: WebObjects must be installed. See the [[maven-wobootstrap-plugin>>maven-wobootstrap-plugin]] documentation for more information. See [[Maven Introduction to Repositories>>http://maven.apache.org/guides/introduction/introduction-to-repositories.html]] if you want more information about Maven repositories.
118 118  
119 119  {{warning title="Installing the right jars!"}}
120 120  
... ... @@ -136,7 +136,7 @@
136 136  
137 137  The maven-archetype-plugin will ask the required information to create the new project.
138 138  
139 -**NOTE**: You can use archetype catalogs to reduce the number of properties to set while creating a project. See the documentation of [[woapplication-archetype]].
135 +**NOTE**: You can use archetype catalogs to reduce the number of properties to set while creating a project. See the documentation of [[woapplication-archetype>>woapplication-archetype]].
140 140  
141 141  **NOTE**: You can use archetypes within Eclipse as described [[here>>Maven Create WO Application Project||anchor="m2eclipse"]].
142 142  
... ... @@ -177,4 +177,4 @@
177 177  
178 178  {{/noformat}}
179 179  
180 -This will install your project into ##,,/.m2/repository/your/project/groupId/artifactId/version/...,,##
176 +This will install your project into ##/.m2/repository/your/project/groupId/artifactId/version/...##