Changes for page Quick Start
Last modified by Paul Hoadley on 2025/01/30 02:09
From version 77.4
edited by Paul Hoadley
on 2023/12/25 10:18
on 2023/12/25 10:18
Change comment:
There is no comment for this version
To version 77.2
edited by Paul Hoadley
on 2023/12/25 09:22
on 2023/12/25 09:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,5 @@ 1 1 (% class="auto-cursor-target" %) 2 -You should be able to get a "Hello, World!" Wonder application running using [[Maven>>https://maven.apache.org]]in about 10 minutes.2 +You should be able to get a "Hello, World!" Wonder application running using Maven in about 10 minutes. 3 3 4 4 (% id="HAssumptions" class="auto-cursor-target" %) 5 5 = Assumptions = ... ... @@ -14,7 +14,7 @@ 14 14 = Setup = 15 15 16 16 (% class="auto-cursor-target" %) 17 -You need to install Maven :17 +You need to install Maven. 18 18 19 19 (% class="auto-cursor-target" %) 20 20 {{{$ cd ~/Applications ... ... @@ -23,7 +23,7 @@ 23 23 $ ln -s apache-maven-3.9.6 apache-maven 24 24 }}} 25 25 26 -Add ##bin## to your path in your shell's startup file, say ##~~/.zshrc## :26 +Add ##bin## to your path in your shell's startup file, say ##~~/.zshrc##. 27 27 28 28 {{{PATH=$PATH:/Users/paulh/Applications/apache-maven-3.9.6/bin 29 29 }}} ... ... @@ -37,13 +37,13 @@ 37 37 }}} 38 38 39 39 (% class="auto-cursor-target" %) 40 -Finally, add ##~~/.m2/settings.xml##:40 +Finally, add ~~/.m2/settings.xml: 41 41 42 42 (% class="auto-cursor-target" %) 43 43 {{{<settings xmlns="http://maven.apache.org/POM/4.0.0" 44 - 45 - 46 - http://maven.apache.org/xsd/settings-1.0.0.xsd"> 44 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 45 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 46 + http://maven.apache.org/xsd/settings-1.0.0.xsd"> 47 47 <profiles> 48 48 <profile> 49 49 <id>wocommunity</id>