Changes for page Quick Start

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

From version 71.3
edited by Paul Hoadley
on 2023/11/13 11:56
Change comment: Update document after refactoring.
To version 69.1
edited by Ray Kiddy
on 2022/06/25 01:49
Change comment: add wuestion in re error

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -WOL.Home.WOProject-Maven.WebHome
1 +WOProject-Maven
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.paulh
1 +XWiki.kiddyr
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:WOL.Home.WOProject-Maven.General Maven Documentation.WebHome]] for more information.
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.
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:WOL.Quick Start Maven Settings Configuration Guide]]
87 +[[doc:Quick Start Maven Settings Configuration Guide]]
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,14 +104,13 @@
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"]]
107 107  
108 -[[https:~~/~~/repo.maven.apache.org/maven2>>url:https://repo.maven.apache.org/maven2||shape="rect"]]
109 -
110 110  {{{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]}}}
111 111  
112 112  What does one do about this error? rrk (ray at ganymede.org) 2022 06-24
113 113  
114 -**See** the [[doc:WOL.maven-wobootstrap-plugin]] documentation for more information and options for specifying a specific version.
113 +**See** the [[doc:maven-wobootstrap-plugin]] documentation for more information and options for specifying a specific version.
115 115  
116 116  **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.
117 117  
... ... @@ -132,7 +132,7 @@
132 132  
133 133  The maven-archetype-plugin will ask the required information to create the new project.
134 134  
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]].
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]].
136 136  
137 137  **NOTE**: You can use archetypes within Eclipse as described [[here>>doc:documentation.Maven Create WO Application Project||anchor="m2eclipse"]].
138 138  
... ... @@ -152,7 +152,7 @@
152 152  
153 153  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.
154 154  
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"]].
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"]].
156 156  
157 157  == Step 6: Building WebObjects Applications with Maven ==
158 158