Changes for page Quick Start
Last modified by Paul Hoadley on 2025/01/30 02:09
From version 34.1
edited by Lachlan Deck
on 2008/11/23 15:37
on 2008/11/23 15:37
Change comment:
Adding tip for installing on mac
To version 36.1
edited by Lachlan Deck
on 2008/11/23 15:41
on 2008/11/23 15:41
Change comment:
Adjusting settings example so as to be immediately pasted into file to use
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -22,15 +22,16 @@ 22 22 23 23 {{noformat}} 24 24 25 -<settings> 26 - ... 25 +<settings xmlns="http://maven.apache.org/POM/4.0.0" 26 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 27 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 28 + http://maven.apache.org/xsd/settings-1.0.0.xsd"> 27 27 <pluginGroups> 28 28 <pluginGroup>org.objectstyle.woproject.maven2</pluginGroup> 29 29 </pluginGroups> 30 - ... 31 31 <profiles> 32 32 <profile> 33 - <id> default</id>34 + <id>woproject</id> 34 34 <activation> 35 35 <activeByDefault>true</activeByDefault> 36 36 </activation> ... ... @@ -64,7 +64,6 @@ 64 64 </pluginRepositories> 65 65 </profile> 66 66 </profiles> 67 - ... 68 68 </settings> 69 69 70 70 {{/noformat}}