1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!-- |
3 |
Copyright 2008 Hippo |
4 |
|
5 |
Licensed under the Apache License, Version 2.0 (the "License"); |
6 |
you may not use this file except in compliance with the License. |
7 |
You may obtain a copy of the License at |
8 |
|
9 |
http://www.apache.org/licenses/LICENSE-2.0 |
10 |
|
11 |
Unless required by applicable law or agreed to in writing, software |
12 |
distributed under the License is distributed on an "AS IS" |
13 |
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 |
See the License for the specific language governing permissions and |
15 |
limitations under the License. |
16 |
--> |
17 |
<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"> |
18 |
<modelVersion>4.0.0</modelVersion> |
19 |
|
20 |
<name>docsite</name> |
21 |
<description>Hippo documentation site</description> |
22 |
<groupId>org.onehippo.ecm</groupId> |
23 |
<artifactId>docsite</artifactId> |
24 |
<version>1.01.27-SNAPSHOT</version> |
25 |
<packaging>pom</packaging> |
26 |
|
27 |
<modules> |
28 |
<module>content</module> |
29 |
<module>cms</module> |
30 |
<module>site</module> |
31 |
<module>package</module> |
32 |
</modules> |
33 |
|
34 |
<properties> |
35 |
<hippoecm.version>2.12.22</hippoecm.version> |
36 |
<hst.version>2.04.06</hst.version> |
37 |
<importtool.version>1.01.08</importtool.version> |
38 |
<servlet-api.version>2.4</servlet-api.version> |
39 |
<jstl.version>1.1.2</jstl.version> |
40 |
<taglibs.version>1.1.2</taglibs.version> |
41 |
<javax.jcr.version>1.0</javax.jcr.version> |
42 |
<jta.version>1.1</jta.version> |
43 |
<jackrabbit.jcr.version>1.5.5</jackrabbit.jcr.version> |
44 |
<slf4j.version>1.5.6</slf4j.version> |
45 |
<log4j.version>1.2.13</log4j.version> |
46 |
<junit.version>4.5</junit.version> |
47 |
<wagon.ftp.version>1.0-alpha-6</wagon.ftp.version> |
48 |
<spring.version>2.5.6</spring.version> |
49 |
<xalan.version>2.4.1</xalan.version> |
50 |
<xerces.version>2.3.0</xerces.version> |
51 |
<xml-apis.version>2.0.2</xml-apis.version> |
52 |
<commons-proxy.version>1.0</commons-proxy.version> |
53 |
<sitemap-feed-component.version>1.01.01</sitemap-feed-component.version> |
54 |
<rss-feed-component.version>1.01.06</rss-feed-component.version> |
55 |
<ehcache.version>1.6.2</ehcache.version> |
56 |
<rome.version>0.8</rome.version> |
57 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
58 |
</properties> |
59 |
|
60 |
<scm> |
61 |
<connection>scm:svn:http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</connection> |
62 |
<developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</developerConnection> |
63 |
<url>http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</url> |
64 |
</scm> |
65 |
|
66 |
<dependencyManagement> |
67 |
<dependencies> |
68 |
<dependency> |
69 |
<groupId>net.sf.ehcache</groupId> |
70 |
<artifactId>ehcache</artifactId> |
71 |
<version>${ehcache.version}</version> |
72 |
</dependency> |
73 |
<dependency> |
74 |
<groupId>org.hippoecm.hst.components</groupId> |
75 |
<artifactId>sitemap-feed-component</artifactId> |
76 |
<version>${sitemap-feed-component.version}</version> |
77 |
</dependency> |
78 |
<dependency> |
79 |
<groupId>rome</groupId> |
80 |
<artifactId>rome</artifactId> |
81 |
<version>${rome.version}</version> |
82 |
</dependency> |
83 |
<dependency> |
84 |
<groupId>javax.jcr</groupId> |
85 |
<artifactId>jcr</artifactId> |
86 |
<version>${javax.jcr.version}</version> |
87 |
</dependency> |
88 |
<dependency> |
89 |
<groupId>javax.activation</groupId> |
90 |
<artifactId>activation</artifactId> |
91 |
<version>1.1</version> |
92 |
<scope>provided</scope> |
93 |
<type>jar</type> |
94 |
</dependency> |
95 |
<dependency> |
96 |
<groupId>javax.transaction</groupId> |
97 |
<artifactId>jta</artifactId> |
98 |
<version>1.1</version> |
99 |
<type>jar</type> |
100 |
</dependency> |
101 |
<dependency> |
102 |
<groupId>javax.servlet</groupId> |
103 |
<artifactId>servlet-api</artifactId> |
104 |
<version>${servlet-api.version}</version> |
105 |
<scope>provided</scope> |
106 |
</dependency> |
107 |
<dependency> |
108 |
<groupId>javax.servlet</groupId> |
109 |
<artifactId>jstl</artifactId> |
110 |
<version>${jstl.version}</version> |
111 |
<scope>runtime</scope> |
112 |
</dependency> |
113 |
<dependency> |
114 |
<groupId>org.apache.geronimo.specs</groupId> |
115 |
<artifactId>geronimo-jta_1.1_spec</artifactId> |
116 |
<version>${jta.version}</version> |
117 |
<scope>provided</scope> |
118 |
</dependency> |
119 |
<dependency> |
120 |
<groupId>taglibs</groupId> |
121 |
<artifactId>standard</artifactId> |
122 |
<version>${taglibs.version}</version> |
123 |
<scope>runtime</scope> |
124 |
</dependency> |
125 |
<dependency> |
126 |
<groupId>xml-apis</groupId> |
127 |
<artifactId>xml-apis</artifactId> |
128 |
<version>${xml-apis.version}</version> |
129 |
<scope>runtime</scope> |
130 |
</dependency> |
131 |
<dependency> |
132 |
<groupId>xerces</groupId> |
133 |
<artifactId>xercesImpl</artifactId> |
134 |
<version>${xerces.version}</version> |
135 |
<scope>runtime</scope> |
136 |
</dependency> |
137 |
<dependency> |
138 |
<groupId>xalan</groupId> |
139 |
<artifactId>xalan</artifactId> |
140 |
<version>${xalan.version}</version> |
141 |
<scope>runtime</scope> |
142 |
</dependency> |
143 |
<dependency> |
144 |
<groupId>org.hippoecm</groupId> |
145 |
<artifactId>hippo-ecm-api</artifactId> |
146 |
<version>${hippoecm.version}</version> |
147 |
<exclusions> |
148 |
<exclusion> |
149 |
<groupId>javax.jdo</groupId> |
150 |
<artifactId>jdo2-api</artifactId> |
151 |
</exclusion> |
152 |
<exclusion> |
153 |
<groupId>jpox</groupId> |
154 |
<artifactId>jpox-core</artifactId> |
155 |
</exclusion> |
156 |
</exclusions> |
157 |
</dependency> |
158 |
<dependency> |
159 |
<groupId>org.hippoecm</groupId> |
160 |
<artifactId>hippo-ecm-repository-connector</artifactId> |
161 |
<version>${hippoecm.version}</version> |
162 |
<exclusions> |
163 |
<exclusion> |
164 |
<groupId>javax.jdo</groupId> |
165 |
<artifactId>jdo2-api</artifactId> |
166 |
</exclusion> |
167 |
<exclusion> |
168 |
<groupId>jpox</groupId> |
169 |
<artifactId>jpox-core</artifactId> |
170 |
</exclusion> |
171 |
<exclusion> |
172 |
<groupId>xerces</groupId> |
173 |
<artifactId>xercesImpl</artifactId> |
174 |
</exclusion> |
175 |
</exclusions> |
176 |
</dependency> |
177 |
<dependency> |
178 |
<groupId>org.slf4j</groupId> |
179 |
<artifactId>slf4j-api</artifactId> |
180 |
<version>${slf4j.version}</version> |
181 |
</dependency> |
182 |
<dependency> |
183 |
<groupId>org.slf4j</groupId> |
184 |
<artifactId>jcl-over-slf4j</artifactId> |
185 |
<version>${slf4j.version}</version> |
186 |
</dependency> |
187 |
<dependency> |
188 |
<groupId>org.slf4j</groupId> |
189 |
<artifactId>slf4j-log4j12</artifactId> |
190 |
<version>${slf4j.version}</version> |
191 |
<scope>runtime</scope> |
192 |
</dependency> |
193 |
<dependency> |
194 |
<groupId>log4j</groupId> |
195 |
<artifactId>log4j</artifactId> |
196 |
<version>${log4j.version}</version> |
197 |
<scope>runtime</scope> |
198 |
</dependency> |
199 |
<!-- Spring Framework --> |
200 |
<dependency> |
201 |
<groupId>org.springframework</groupId> |
202 |
<artifactId>spring-core</artifactId> |
203 |
<version>${spring.version}</version> |
204 |
<exclusions> |
205 |
<exclusion> |
206 |
<groupId>commons-logging</groupId> |
207 |
<artifactId>commons-logging</artifactId> |
208 |
</exclusion> |
209 |
</exclusions> |
210 |
</dependency> |
211 |
<dependency> |
212 |
<groupId>org.springframework</groupId> |
213 |
<artifactId>spring-web</artifactId> |
214 |
<version>${spring.version}</version> |
215 |
<exclusions> |
216 |
<exclusion> |
217 |
<groupId>commons-logging</groupId> |
218 |
<artifactId>commons-logging</artifactId> |
219 |
</exclusion> |
220 |
</exclusions> |
221 |
</dependency> |
222 |
<dependency> |
223 |
<groupId>org.springframework</groupId> |
224 |
<artifactId>spring-webmvc</artifactId> |
225 |
<version>${spring.version}</version> |
226 |
<exclusions> |
227 |
<exclusion> |
228 |
<groupId>commons-logging</groupId> |
229 |
<artifactId>commons-logging</artifactId> |
230 |
</exclusion> |
231 |
</exclusions> |
232 |
</dependency> |
233 |
<dependency> |
234 |
<groupId>org.springframework</groupId> |
235 |
<artifactId>spring-aop</artifactId> |
236 |
<version>${spring.version}</version> |
237 |
<exclusions> |
238 |
<exclusion> |
239 |
<groupId>commons-logging</groupId> |
240 |
<artifactId>commons-logging</artifactId> |
241 |
</exclusion> |
242 |
</exclusions> |
243 |
</dependency> |
244 |
<dependency> |
245 |
<groupId>org.hippoecm</groupId> |
246 |
<artifactId>hippo-ecm-package-war</artifactId> |
247 |
<version>${hippoecm.version}</version> |
248 |
<type>war</type> |
249 |
</dependency> |
250 |
<dependency> |
251 |
<groupId>org.hippoecm</groupId> |
252 |
<artifactId>hippo-ecm-repository-application</artifactId> |
253 |
<version>${hippoecm.version}</version> |
254 |
<type>war</type> |
255 |
</dependency> |
256 |
<dependency> |
257 |
<groupId>org.onehippo.ecm.hst</groupId> |
258 |
<artifactId>hst-api</artifactId> |
259 |
<version>${hst.version}</version> |
260 |
<type>jar</type> |
261 |
</dependency> |
262 |
<dependency> |
263 |
<groupId>org.onehippo.ecm.hst</groupId> |
264 |
<artifactId>hst-commons</artifactId> |
265 |
<version>${hst.version}</version> |
266 |
<type>jar</type> |
267 |
</dependency> |
268 |
<dependency> |
269 |
<groupId>org.onehippo.ecm.hst</groupId> |
270 |
<artifactId>hst-content-beans</artifactId> |
271 |
<version>${hst.version}</version> |
272 |
<type>jar</type> |
273 |
</dependency> |
274 |
<dependency> |
275 |
<groupId>org.onehippo.ecm.hst</groupId> |
276 |
<artifactId>hst-ocm</artifactId> |
277 |
<version>${hst.version}</version> |
278 |
<type>jar</type> |
279 |
</dependency> |
280 |
<dependency> |
281 |
<groupId>org.onehippo.ecm.hst</groupId> |
282 |
<artifactId>hst-client</artifactId> |
283 |
<version>${hst.version}</version> |
284 |
<type>jar</type> |
285 |
</dependency> |
286 |
<dependency> |
287 |
<groupId>org.onehippo.ecm.hst.components</groupId> |
288 |
<artifactId>hst-core</artifactId> |
289 |
<version>${hst.version}</version> |
290 |
<type>jar</type> |
291 |
<scope>runtime</scope> |
292 |
</dependency> |
293 |
|
294 |
<!-- force correct version to prevent double jars --> |
295 |
<dependency> |
296 |
<groupId>org.apache.jackrabbit</groupId> |
297 |
<artifactId>jackrabbit-jcr-commons</artifactId> |
298 |
<version>${jackrabbit.jcr.version}</version> |
299 |
</dependency> |
300 |
<dependency> |
301 |
<groupId>org.onehippo.ecm.hst.toolkit-resources.addon.toolkit-cnd</groupId> |
302 |
<artifactId>hst-addon-cnd</artifactId> |
303 |
<version>${hst.version}</version> |
304 |
<type>jar</type> |
305 |
</dependency> |
306 |
<dependency> |
307 |
<groupId>org.onehippo.ecm.hst.toolkit-resources.addon</groupId> |
308 |
<artifactId>hst-addon-repository</artifactId> |
309 |
<version>${hst.version}</version> |
310 |
<type>jar</type> |
311 |
</dependency> |
312 |
<dependency> |
313 |
<groupId>org.onehippo.ecm.hst-addon-configuration-editor</groupId> |
314 |
<artifactId>frontend</artifactId> |
315 |
<version>1.01.00</version> |
316 |
<type>jar</type> |
317 |
</dependency> |
318 |
<dependency> |
319 |
<groupId>org.onehippo.ecm.hst-addon-configuration-editor</groupId> |
320 |
<artifactId>repository</artifactId> |
321 |
<version>1.01.00</version> |
322 |
<type>jar</type> |
323 |
</dependency> |
324 |
<dependency> |
325 |
<groupId>org.springframework</groupId> |
326 |
<artifactId>spring-test</artifactId> |
327 |
<version>${spring.version}</version> |
328 |
<scope>test</scope> |
329 |
</dependency> |
330 |
<dependency> |
331 |
<groupId>junit</groupId> |
332 |
<artifactId>junit</artifactId> |
333 |
<version>${junit.version}</version> |
334 |
<scope>test</scope> |
335 |
</dependency> |
336 |
<dependency> |
337 |
<groupId>commons-lang</groupId> |
338 |
<artifactId>commons-lang</artifactId> |
339 |
<version>2.4</version> |
340 |
</dependency> |
341 |
</dependencies> |
342 |
</dependencyManagement> |
343 |
|
344 |
<repositories> |
345 |
<repository> |
346 |
<id>hippo</id> |
347 |
<name>Hippo maven 2 repository.</name> |
348 |
<url>http://repository.hippocms.org/maven2/</url> |
349 |
<snapshots /> |
350 |
<releases> |
351 |
<updatePolicy>never</updatePolicy> |
352 |
</releases> |
353 |
<layout>default</layout> |
354 |
</repository> |
355 |
<repository> |
356 |
<id>forge-rss-repo</id> |
357 |
<name>RSS Feed component repository.</name> |
358 |
<url>http://forge.hippo-ecm.org/svn/rss/maven2/</url> |
359 |
<releases> |
360 |
<updatePolicy>never</updatePolicy> |
361 |
</releases> |
362 |
</repository> |
363 |
<repository> |
364 |
<id>forge-sitemap-repo</id> |
365 |
<name>Sitemap Feed repository.</name> |
366 |
<url>http://forge.hippo-ecm.org/svn/sitemap/maven2/</url> |
367 |
<releases> |
368 |
<updatePolicy>never</updatePolicy> |
369 |
</releases> |
370 |
</repository> |
371 |
<repository> |
372 |
<id>forge-import-tool-repo</id> |
373 |
<name>Hippoforge import tool plugin repository.</name> |
374 |
<url>http://forge.onehippo.org/svn/import-tool/maven2</url> |
375 |
<snapshots /> |
376 |
<releases> |
377 |
<updatePolicy>never</updatePolicy> |
378 |
</releases> |
379 |
<layout>default</layout> |
380 |
</repository> |
381 |
<repository> |
382 |
<id>forge-authfilter-repo</id> |
383 |
<name>Hippo AuthFilter - Hippo Forge</name> |
384 |
<url>http://forge.onehippo.org/svn/authfilter/maven2</url> |
385 |
<releases> |
386 |
<updatePolicy>never</updatePolicy> |
387 |
</releases> |
388 |
</repository> |
389 |
</repositories> |
390 |
|
391 |
<pluginRepositories> |
392 |
<pluginRepository> |
393 |
<id>hippo</id> |
394 |
<name>Hippo Maven 2 Repository</name> |
395 |
<url>http://repository.hippocms.org/maven2</url> |
396 |
</pluginRepository> |
397 |
<pluginRepository> |
398 |
<id>codehaus</id> |
399 |
<url>http://repository.codehaus.org/</url> |
400 |
<layout>default</layout> |
401 |
<snapshots> |
402 |
</snapshots> |
403 |
<releases> |
404 |
<updatePolicy>never</updatePolicy> |
405 |
</releases> |
406 |
</pluginRepository> |
407 |
</pluginRepositories> |
408 |
|
409 |
<build> |
410 |
<defaultGoal>package</defaultGoal> |
411 |
<pluginManagement> |
412 |
<plugins> |
413 |
<plugin> |
414 |
<groupId>org.apache.maven.plugins</groupId> |
415 |
<artifactId>maven-archetype-plugin</artifactId> |
416 |
<version>2.0-alpha-4</version> |
417 |
</plugin> |
418 |
<plugin> |
419 |
<inherited>true</inherited> |
420 |
<groupId>org.apache.maven.plugins</groupId> |
421 |
<artifactId>maven-compiler-plugin</artifactId> |
422 |
<configuration> |
423 |
<source>1.5</source> |
424 |
<target>1.5</target> |
425 |
</configuration> |
426 |
</plugin> |
427 |
<plugin> |
428 |
<inherited>true</inherited> |
429 |
<groupId>org.apache.maven.plugins</groupId> |
430 |
<artifactId>maven-release-plugin</artifactId> |
431 |
<version>2.0-beta-8</version> |
432 |
</plugin> |
433 |
</plugins> |
434 |
</pluginManagement> |
435 |
</build> |
436 |
|
437 |
</project> |
438 |
|