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 71.1
edited by Paul Hoadley
on 2023/11/13 11:56
Change comment: Renamed from xwiki:WOL.Quick Start

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.paulh
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  
... ... @@ -104,8 +104,9 @@
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
... ... @@ -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