Changes for page Quick Start
Last modified by Paul Hoadley on 2025/01/30 02:09
From version 48.1
edited by johnc
on 2009/04/08 20:19
on 2009/04/08 20:19
Change comment:
Updated settings.xml to latest version specified in http://wiki.objectstyle.org/confluence/display/WOL/mail/4129472
To version 54.1
edited by Lachlan Deck
on 2008/12/08 15:48
on 2008/12/08 15:48
Change comment:
Quick review - adding table of contents, grammar fixes.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. johnc1 +XWiki.ldeck - Content
-
... ... @@ -27,53 +27,24 @@ 27 27 {{noformat}} 28 28 29 29 <settings xmlns="http://maven.apache.org/POM/4.0.0" 30 - 31 - 30 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 31 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 32 32 http://maven.apache.org/xsd/settings-1.0.0.xsd"> 33 33 <pluginGroups> 34 34 <pluginGroup>org.objectstyle.woproject.maven2</pluginGroup> 35 35 </pluginGroups> 36 - 37 37 <profiles> 38 38 <profile> 39 - <id> default</id>38 + <id>woproject</id> 40 40 <activation> 41 41 <activeByDefault>true</activeByDefault> 42 42 </activation> 43 - <repositories> 44 - <repository> 45 - <id>wocommunity.releases</id> 46 - <name>WOCommunity Releases Repository</name> 47 - <url> 48 - http://maven.wocommunity.org/content/groups/public 49 - </url> 50 - <releases> 51 - <enabled>true</enabled> 52 - </releases> 53 - <snapshots> 54 - <enabled>false</enabled> 55 - </snapshots> 56 - </repository> 57 - <repository> 58 - <id>wocommunity.snapshots</id> 59 - <name>WOCommunity Snapshots Repository</name> 60 - <url> 61 - http://maven.wocommunity.org/content/groups/public-snapshots 62 - </url> 63 - <releases> 64 - <enabled>false</enabled> 65 - </releases> 66 - <snapshots> 67 - <enabled>true</enabled> 68 - </snapshots> 69 - </repository> 70 - </repositories> 71 71 <pluginRepositories> 72 72 <pluginRepository> 73 - <id> wocommunity.releases</id>74 - <name> WOCommunityReleases Repository</name>44 + <id>mdimension.releases</id> 45 + <name>MDimension Releases Repository</name> 75 75 <url> 76 - http:// maven.wocommunity.org/content/groups/public47 + http://webobjects.mdimension.com/maven2/releases 77 77 </url> 78 78 <releases> 79 79 <enabled>true</enabled> ... ... @@ -83,10 +83,10 @@ 83 83 </snapshots> 84 84 </pluginRepository> 85 85 <pluginRepository> 86 - <id> wocommunity.snapshots</id>87 - <name> WOCommunitySnapshots Repository</name>57 + <id>mdimension.snapshots</id> 58 + <name>MDimension Snapshots Repository</name> 88 88 <url> 89 - http:// maven.wocommunity.org/content/groups/public-snapshots60 + http://webobjects.mdimension.com/maven2/snapshots 90 90 </url> 91 91 <releases> 92 92 <enabled>false</enabled> ... ... @@ -129,9 +129,9 @@ 129 129 {{noformat}} 130 130 131 131 mvn archetype:generate -DarchetypeArtifactId=woapplication-archetype \ 132 - 133 - 134 - 103 + -DarchetypeGroupId=org.objectstyle.woproject.maven2 \ 104 + -DarchetypeVersion=2.0.16 \ 105 + -DarchetypeRepository=http://webobjects.mdimension.com/maven2/releases 135 135 136 136 {{/noformat}} 137 137