Changes for page Quick Start

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

From version 54.1
edited by Lachlan Deck
on 2008/12/08 15:48
Change comment: Quick review - adding table of contents, grammar fixes.
To version 49.1
edited by johnc
on 2009/04/08 16:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ldeck
1 +XWiki.johnc
Content
... ... @@ -41,10 +41,10 @@
41 41   </activation>
42 42   <pluginRepositories>
43 43   <pluginRepository>
44 - <id>mdimension.releases</id>
45 - <name>MDimension Releases Repository</name>
44 + <id>wocommunity.releases</id>
45 + <name>WOCommunity Releases Repository</name>
46 46   <url>
47 - http://webobjects.mdimension.com/maven2/releases
47 + http://maven.wocommunity.org/content/groups/public
48 48   </url>
49 49   <releases>
50 50   <enabled>true</enabled>
... ... @@ -54,10 +54,10 @@
54 54   </snapshots>
55 55   </pluginRepository>
56 56   <pluginRepository>
57 - <id>mdimension.snapshots</id>
58 - <name>MDimension Snapshots Repository</name>
57 + <id>wocommunity.snapshots</id>
58 + <name>WOCommunity Snapshots Repository</name>
59 59   <url>
60 - http://webobjects.mdimension.com/maven2/snapshots
60 + http://maven.wocommunity.org/content/groups/public-snapshots
61 61   </url>
62 62   <releases>
63 63   <enabled>false</enabled>
... ... @@ -100,9 +100,9 @@
100 100  {{noformat}}
101 101  
102 102  mvn archetype:generate -DarchetypeArtifactId=woapplication-archetype \
103 - -DarchetypeGroupId=org.objectstyle.woproject.maven2 \
104 - -DarchetypeVersion=2.0.16 \
105 - -DarchetypeRepository=http://webobjects.mdimension.com/maven2/releases
103 + -DarchetypeGroupId=org.objectstyle.woproject.maven2 \
104 + -DarchetypeVersion=2.0.16 \
105 + -DarchetypeRepository=http://webobjects.mdimension.com/maven2/releases
106 106  
107 107  {{/noformat}}
108 108