Revision: | 32035 |
Committed: | Tue Dec 20 08:54:59 2011 UTC (9 years, 1 month ago) by fvlankvelt |
Content type: | text/xml |
File size: | 5525 byte(s) |
Log Message: | WICKETEXTJS-35: prepare for next development iteration |
# | Content |
---|---|
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
2 | <modelVersion>4.0.0</modelVersion> |
3 | <groupId>org.wicketstuff</groupId> |
4 | <artifactId>wicket-extjs-parent</artifactId> |
5 | <version>0.15-SNAPSHOT</version> |
6 | <name>Wicket ExtJS Integration - parent</name> |
7 | <description /> |
8 | <packaging>pom</packaging> |
9 | |
10 | <!-- |
11 | TODO <organization> <name>company name</name> <url>company url</url> |
12 | </organization> |
13 | --> |
14 | <licenses> |
15 | <license> |
16 | <name>The Apache Software License, Version 2.0</name> |
17 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
18 | <distribution>repo</distribution> |
19 | </license> |
20 | </licenses> |
21 | |
22 | <modules> |
23 | <module>bundle</module> |
24 | <module>core</module> |
25 | <module>examples</module> |
26 | </modules> |
27 | |
28 | <scm> |
29 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</connection> |
30 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</developerConnection> |
31 | <url>http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</url> |
32 | </scm> |
33 | |
34 | <build> |
35 | <extensions> |
36 | <!-- Enabling the use of FTP --> |
37 | <extension> |
38 | <groupId>org.apache.maven.wagon</groupId> |
39 | <artifactId>wagon-ftp</artifactId> |
40 | <version>1.0-beta-6</version> |
41 | </extension> |
42 | </extensions> |
43 | </build> |
44 | |
45 | <!-- Where to publish the project data --> |
46 | <distributionManagement> |
47 | <repository> |
48 | <name>Hippo Maven 2 Repository</name> |
49 | <id>hippo-maven2</id> |
50 | <url>https://maven.onehippo.com/content/repositories/releases/</url> |
51 | <uniqueVersion>false</uniqueVersion> |
52 | </repository> |
53 | <snapshotRepository> |
54 | <id>hippo-maven2-snapshots</id> |
55 | <name>Hippo Maven 2 Snapshots Repository</name> |
56 | <url>https://maven.onehippo.com/content/repositories/snapshots/</url> |
57 | <uniqueVersion>false</uniqueVersion> |
58 | </snapshotRepository> |
59 | </distributionManagement> |
60 | |
61 | <repositories> |
62 | <repository> |
63 | <id>hippo-maven2-snapshots</id> |
64 | <name>Hippo Maven 2</name> |
65 | <url>http://maven.onehippo.com/maven2-snapshots/</url> |
66 | <snapshots> |
67 | <enabled>true</enabled> |
68 | </snapshots> |
69 | </repository> |
70 | <repository> |
71 | <id>hippo</id> |
72 | <name>Hippo Maven 2</name> |
73 | <url>http://maven.onehippo.com/maven2/</url> |
74 | <snapshots> |
75 | <enabled>false</enabled> |
76 | </snapshots> |
77 | <releases> |
78 | <updatePolicy>never</updatePolicy> |
79 | </releases> |
80 | </repository> |
81 | <!-- DISABLED repositories which are often "transitively" pulled in |
82 | and/or were used in the past |
83 | --> |
84 | <repository> |
85 | <id>codehaus</id> |
86 | <url>https://nexus.codehaus.org/content/repositories/releases/org/codehaus/mojo</url> |
87 | <snapshots> |
88 | <enabled>false</enabled> |
89 | </snapshots> |
90 | <releases> |
91 | <enabled>false</enabled> |
92 | </releases> |
93 | </repository> |
94 | <repository> |
95 | <id>glassfish</id> |
96 | <name>Glassfish maven repository</name> |
97 | <url>http://download.java.net/maven/glassfish</url> |
98 | <snapshots> |
99 | <enabled>false</enabled> |
100 | </snapshots> |
101 | <releases> |
102 | <enabled>false</enabled> |
103 | </releases> |
104 | </repository> |
105 | <repository> |
106 | <id>openqa</id> |
107 | <name>OpenQA Repository</name> |
108 | <url>http://nexus.openqa.org/content/repositories/releases</url> |
109 | <layout>default</layout> |
110 | <snapshots> |
111 | <enabled>false</enabled> |
112 | </snapshots> |
113 | <releases> |
114 | <enabled>false</enabled> |
115 | </releases> |
116 | </repository> |
117 | <repository> |
118 | <id>jpox</id> |
119 | <name>JPOX maven repository.</name> |
120 | <url>http://www.jpox.org/downloads/maven2/</url> |
121 | <layout>default</layout> |
122 | <snapshots> |
123 | <enabled>false</enabled> |
124 | </snapshots> |
125 | <releases> |
126 | <enabled>false</enabled> |
127 | </releases> |
128 | </repository> |
129 | <repository> |
130 | <id>m2snapshots</id> |
131 | <name>Maven 2 snapshots repository</name> |
132 | <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
133 | <layout>default</layout> |
134 | <snapshots> |
135 | <enabled>false</enabled> |
136 | </snapshots> |
137 | <releases> |
138 | <enabled>false</enabled> |
139 | </releases> |
140 | </repository> |
141 | </repositories> |
142 | |
143 | <pluginRepositories> |
144 | <pluginRepository> |
145 | <id>hippo</id> |
146 | <name>Hippo maven 2 repository.</name> |
147 | <url>http://maven.onehippo.com/maven2/</url> |
148 | <snapshots> |
149 | <enabled>false</enabled> |
150 | </snapshots> |
151 | <releases> |
152 | <updatePolicy>never</updatePolicy> |
153 | </releases> |
154 | <layout>default</layout> |
155 | </pluginRepository> |
156 | <!-- DISABLED repositories which are often "transitively" pulled in |
157 | and/or were used in the past |
158 | --> |
159 | <pluginRepository> |
160 | <id>jpox.plugin</id> |
161 | <name>JPOX maven 2 plugin repository.</name> |
162 | <url>http://www.jpox.org/downloads/maven2/</url> |
163 | <layout>default</layout> |
164 | <snapshots> |
165 | <enabled>false</enabled> |
166 | </snapshots> |
167 | <releases> |
168 | <enabled>false</enabled> |
169 | </releases> |
170 | </pluginRepository> |
171 | <pluginRepository> |
172 | <id>codehaus</id> |
173 | <url>http://repository.codehaus.org/</url> |
174 | <layout>default</layout> |
175 | <snapshots> |
176 | <enabled>false</enabled> |
177 | </snapshots> |
178 | <releases> |
179 | <enabled>false</enabled> |
180 | </releases> |
181 | </pluginRepository> |
182 | </pluginRepositories> |
183 | |
184 | </project> |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |