Changes for page Quick Start

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

From version 69.1
edited by Ray Kiddy
on 2022/06/25 01:49
Change comment: add wuestion in re error
To version 73.1
edited by Lachlan Deck
on 2023/11/13 11:56
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -WOProject-Maven
1 +WOL.Home.WOProject-Maven.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.ldeck
Content
... ... @@ -73,7 +73,7 @@
73 73  
74 74  $ mvn -version
75 75  
76 -**NOTE 1**: It is very helpful if you understand some Maven concepts before continuing with this tutorial. See [[doc:General Maven Documentation]] for more information.
76 +**NOTE 1**: It is very helpful if you understand some Maven concepts before continuing with this tutorial. See [[doc:WOL.Home.WOProject-Maven.General Maven Documentation.WebHome]] for more information.
77 77  
78 78  **NOTE 2**: You might also like to install bash completion utilities:
79 79  
... ... @@ -84,7 +84,7 @@
84 84  
85 85  Advanced users can skip this step, but it's highly recommended.
86 86  
87 -[[doc:Quick Start Maven Settings Configuration Guide]]
87 +[[doc:WOL.Home.WOProject-Maven.Quick Start.Quick Start Maven Settings Configuration Guide.WebHome]]
88 88  
89 89  **NOTE for those who know what to do**: You can download the complete and most recent settings.xml [[here>>attach:settings.xml]] and install it to ~~/.m2/settings.xml.
90 90  
... ... @@ -104,13 +104,14 @@
104 104  **NOTE**: WebObjects must be installed.
105 105  
106 106  
107 -\\[[https:~~/~~/repo.maven.apache.org/maven2>>url:https://repo.maven.apache.org/maven2||shape="rect"]]
108 108  
108 +[[https:~~/~~/repo.maven.apache.org/maven2>>url:https://repo.maven.apache.org/maven2||shape="rect"]]
109 +
109 109  {{{NOTE: [ERROR] No plugin found for prefix 'wobootstrap' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/ray/.m2/repository), central ()] > [Help 1]}}}
110 110  
111 111  What does one do about this error? rrk (ray at ganymede.org) 2022 06-24
112 112  
113 -**See** the [[doc:maven-wobootstrap-plugin]] documentation for more information and options for specifying a specific version.
114 +**See** the [[doc:WOL.Home.WOProject-Maven.maven-wobootstrap-plugin.WebHome]] documentation for more information and options for specifying a specific version.
114 114  
115 115  **See** [[Maven Introduction to Repositories>>url:http://maven.apache.org/guides/introduction/introduction-to-repositories.html||shape="rect"]] if you want more information about Maven repositories.
116 116  
... ... @@ -131,7 +131,7 @@
131 131  
132 132  The maven-archetype-plugin will ask the required information to create the new project.
133 133  
134 -**NOTE**: You can use archetype catalogs to reduce the number of properties to set while creating a project. See the documentation of [[doc: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 [[doc:WOL.woapplication-archetype]].
135 135  
136 136  **NOTE**: You can use archetypes within Eclipse as described [[here>>doc:documentation.Maven Create WO Application Project||anchor="m2eclipse"]].
137 137  
... ... @@ -151,7 +151,7 @@
151 151  
152 152  After adding the project dependencies to your Eclipse build path, WOLips can build the project and you will be able to start developing and running the application.
153 153  
154 -**NOTE**: This tutorial assumes you have chosen the option 2. You can find more information about IDE integration [[here>>doc:General Maven Documentation||anchor="IDE Integration"]].
155 +**NOTE**: This tutorial assumes you have chosen the option 2. You can find more information about IDE integration [[here>>doc:WOL.Home.WOProject-Maven.General Maven Documentation.WebHome||anchor="IDE Integration"]].
155 155  
156 156  == Step 6: Building WebObjects Applications with Maven ==
157 157