Changes for page Quick Start

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

From version 40.1
edited by johnc
on 2009/04/26 18:23
Change comment: Changed -DarchetypeVersion=2.0.16 to 2.0.17
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
Content
... ... @@ -27,47 +27,18 @@
27 27  {{noformat}}
28 28  
29 29  <settings xmlns="http://maven.apache.org/POM/4.0.0"
30 - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
31 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
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 73   <id>wocommunity.releases</id>
... ... @@ -130,7 +130,8 @@
130 130  
131 131  mvn archetype:generate -DarchetypeArtifactId=woapplication-archetype \
132 132   -DarchetypeGroupId=org.objectstyle.woproject.maven2 \
133 - -DarchetypeVersion=2.0.17
104 + -DarchetypeVersion=2.0.16 \
105 + -DarchetypeRepository=http://webobjects.mdimension.com/maven2/releases
134 134  
135 135  {{/noformat}}
136 136