Changes for page Quick Start
Last modified by Paul Hoadley on 2025/01/30 02:09
From version 51.1
edited by Henrique Prange
on 2009/03/18 10:00
on 2009/03/18 10:00
Change comment:
There is no comment for this version
To version 40.1
edited by johnc
on 2009/04/26 18:23
on 2009/04/26 18:23
Change comment:
Changed -DarchetypeVersion=2.0.16 to 2.0.17
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.h prange1 +XWiki.johnc - Content
-
... ... @@ -27,18 +27,47 @@ 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 + 36 36 <profiles> 37 37 <profile> 38 - <id> woproject</id>39 + <id>default</id> 39 39 <activation> 40 40 <activeByDefault>true</activeByDefault> 41 41 </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> 42 42 <pluginRepositories> 43 43 <pluginRepository> 44 44 <id>wocommunity.releases</id> ... ... @@ -100,9 +100,8 @@ 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 132 + -DarchetypeGroupId=org.objectstyle.woproject.maven2 \ 133 + -DarchetypeVersion=2.0.17 106 106 107 107 {{/noformat}} 108 108