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.3
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 = ... ... @@ -41,9 +41,9 @@ 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>