Changes for page Quick Start

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

From version 28.1
edited by Lachlan Deck
on 2008/11/17 14:49
Change comment: Adding id and activation for default settings profile
To version 32.1
edited by fjecker
on 2008/11/21 08:25
Change comment: Added a missing end tag slash for the settings.xml description

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ldeck
1 +XWiki.fjecker
Content
... ... @@ -51,7 +51,7 @@
51 51   <enabled>true</enabled>
52 52   </snapshots>
53 53   </pluginRepository>
54 - <pluginRepositories>
54 + </pluginRepositories>
55 55   </profile>
56 56   </profiles>
57 57   ...
... ... @@ -81,7 +81,7 @@
81 81  
82 82  mvn archetype:generate -DarchetypeArtifactId=woapplication-archetype \
83 83   -DarchetypeGroupId=org.objectstyle.woproject.maven2 \
84 - -DarchetypeVersion=2.0.15 \
84 + -DarchetypeVersion=2.0.16 \
85 85   -DarchetypeRepository=http://webobjects.mdimension.com/maven2/releases
86 86  
87 87  {{/noformat}}