… | |
… | |
14 | See the License for the specific language governing permissions and |
14 | See the License for the specific language governing permissions and |
15 | limitations under the License. |
15 | limitations under the License. |
16 | --><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"> |
16 | --><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"> |
17 | <modelVersion>4.0.0</modelVersion> |
17 | <modelVersion>4.0.0</modelVersion> |
18 | |
18 | |
19 | <name>My Hippo Site Toolkit Project</name> |
19 | <name>docsite</name> |
20 | <description>My Hippo Site Toolkit Project</description> |
20 | <description>Hippo documentation site</description> |
21 | <groupId>org.onehippo.ecm</groupId> |
21 | <groupId>org.onehippo.ecm</groupId> |
22 | <artifactId>hst_docs</artifactId> |
22 | <artifactId>hst_docs</artifactId> |
23 | <version>1.01.01-SNAPSHOT</version> |
23 | <version>1.01.05-SNAPSHOT</version> |
24 | <packaging>pom</packaging> |
24 | <packaging>pom</packaging> |
25 | |
25 | |
|
|
26 | <modules> |
|
|
27 | <module>content</module> |
|
|
28 | <module>cms</module> |
|
|
29 | <module>site</module> |
|
|
30 | <module>import</module> |
|
|
31 | <module>import-files</module> |
|
|
32 | <module>package</module> |
|
|
33 | |
|
|
34 | </modules> |
|
|
35 | |
26 | <properties> |
36 | <properties> |
|
|
37 | |
|
|
38 | <!-- <importtool.version>1.01.08-SNAPSHOT</importtool.version> --> |
|
|
39 | <importtool.version>1.01.07</importtool.version> |
|
|
40 | <hippoecm.version>2.06.10</hippoecm.version> |
|
|
41 | <hst.version>2.03.11</hst.version> |
|
|
42 | |
27 | |
43 | |
28 | <servlet-api.version>2.4</servlet-api.version> |
44 | <servlet-api.version>2.4</servlet-api.version> |
29 | <jstl.version>1.1.2</jstl.version> |
45 | <jstl.version>1.1.2</jstl.version> |
30 | <taglibs.version>1.1.2</taglibs.version> |
46 | <taglibs.version>1.1.2</taglibs.version> |
31 | <javax.jcr.version>1.0</javax.jcr.version> |
47 | <javax.jcr.version>1.0</javax.jcr.version> |
32 | <jta.version>1.1</jta.version> |
48 | <jta.version>1.1</jta.version> |
33 | |
49 | |
34 | <slf4j.version>1.4.3</slf4j.version> |
50 | <slf4j.version>1.5.6</slf4j.version> |
35 | <log4j.version>1.2.13</log4j.version> |
51 | <log4j.version>1.2.13</log4j.version> |
36 | |
52 | |
37 | <junit.version>4.5</junit.version> |
53 | <junit.version>4.5</junit.version> |
38 | |
54 | |
39 | <hippoecm.version>2.03.03</hippoecm.version> |
|
|
40 | <hst.version>2.03.04</hst.version> |
|
|
41 | |
|
|
42 | <wagon.ftp.version>1.0-alpha-6</wagon.ftp.version> |
55 | <wagon.ftp.version>1.0-alpha-6</wagon.ftp.version> |
43 | <javax.jcr.version>1.0</javax.jcr.version> |
|
|
44 | <spring.version>2.5.6</spring.version> |
56 | <spring.version>2.5.6</spring.version> |
45 | <xalan.version>2.4.1</xalan.version> |
57 | <xalan.version>2.4.1</xalan.version> |
46 | <xerces.version>2.3.0</xerces.version> |
58 | <xerces.version>2.3.0</xerces.version> |
47 | <xml-apis.version>2.0.2</xml-apis.version> |
59 | <xml-apis.version>2.0.2</xml-apis.version> |
48 | <commons-proxy.version>1.0</commons-proxy.version> |
60 | <commons-proxy.version>1.0</commons-proxy.version> |
49 | |
61 | |
50 | </properties> |
62 | </properties> |
51 | |
63 | |
52 | <!-- |
64 | <!-- |
53 | Software configuration management (scm): where to find and how to get acces to the source repository |
65 | Software configuration management (scm): where to find and how to get access to the source repository |
54 | This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html |
66 | This is used by normal plugins, but also to autogenerate documentation in .../target/site/source-repository.html |
55 | --> |
67 | --> |
56 | <scm> |
68 | <scm> |
57 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/tags/Release-HSTTWODOCS-v1_01_01</connection> |
69 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</connection> |
58 | <developerConnection>scm:svn:https://svn.hippocms.org/repos/hippo/hippo-documentation/hst_docs/tags/Release-HSTTWODOCS-v1_01_01</developerConnection> |
70 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</developerConnection> |
59 | <url>http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/tags/Release-HSTTWODOCS-v1_01_01</url> |
71 | <url>http://svn.onehippo.org/repos/hippo/hippo-documentation/hst_docs/trunk</url> |
60 | </scm> |
72 | </scm> |
|
|
73 | |
61 | |
74 | |
62 | <dependencyManagement> |
75 | <dependencyManagement> |
63 | |
76 | |
64 | <dependencies> |
77 | <dependencies> |
65 | |
78 | |
66 | <dependency> |
79 | <dependency> |
67 | <groupId>javax.jcr</groupId> |
80 | <groupId>javax.jcr</groupId> |
68 | <artifactId>jcr</artifactId> |
81 | <artifactId>jcr</artifactId> |
69 | <version>${javax.jcr.version}</version> |
82 | <version>${javax.jcr.version}</version> |
|
|
83 | <scope>provided</scope> |
|
|
84 | </dependency> |
|
|
85 | |
|
|
86 | <dependency> |
|
|
87 | <groupId>javax.activation</groupId> |
|
|
88 | <artifactId>activation</artifactId> |
|
|
89 | <version>1.1</version> |
|
|
90 | <scope>provided</scope> |
70 | </dependency> |
91 | </dependency> |
71 | |
92 | |
72 | <dependency> |
93 | <dependency> |
73 | <groupId>javax.servlet</groupId> |
94 | <groupId>javax.servlet</groupId> |
74 | <artifactId>servlet-api</artifactId> |
95 | <artifactId>servlet-api</artifactId> |
… | |
… | |
82 | <version>${jstl.version}</version> |
103 | <version>${jstl.version}</version> |
83 | <scope>runtime</scope> |
104 | <scope>runtime</scope> |
84 | </dependency> |
105 | </dependency> |
85 | |
106 | |
86 | <dependency> |
107 | <dependency> |
|
|
108 | <groupId>org.apache.geronimo.specs</groupId> |
|
|
109 | <artifactId>geronimo-jta_1.1_spec</artifactId> |
|
|
110 | <version>${jta.version}</version> |
|
|
111 | <scope>provided</scope> |
|
|
112 | </dependency> |
|
|
113 | |
|
|
114 | |
|
|
115 | |
|
|
116 | <dependency> |
87 | <groupId>taglibs</groupId> |
117 | <groupId>taglibs</groupId> |
88 | <artifactId>standard</artifactId> |
118 | <artifactId>standard</artifactId> |
89 | <version>${taglibs.version}</version> |
119 | <version>${taglibs.version}</version> |
90 | <scope>runtime</scope> |
120 | <scope>runtime</scope> |
91 | </dependency> |
121 | </dependency> |
… | |
… | |
124 | <version>${slf4j.version}</version> |
154 | <version>${slf4j.version}</version> |
125 | </dependency> |
155 | </dependency> |
126 | |
156 | |
127 | <dependency> |
157 | <dependency> |
128 | <groupId>org.slf4j</groupId> |
158 | <groupId>org.slf4j</groupId> |
|
|
159 | <artifactId>jcl-over-slf4j</artifactId> |
|
|
160 | <version>${slf4j.version}</version> |
|
|
161 | </dependency> |
|
|
162 | |
|
|
163 | <dependency> |
|
|
164 | <groupId>org.slf4j</groupId> |
129 | <artifactId>slf4j-log4j12</artifactId> |
165 | <artifactId>slf4j-log4j12</artifactId> |
130 | <version>${slf4j.version}</version> |
166 | <version>${slf4j.version}</version> |
131 | <scope>runtime</scope> |
167 | <scope>runtime</scope> |
132 | </dependency> |
168 | </dependency> |
133 | |
169 | |
… | |
… | |
136 | <artifactId>log4j</artifactId> |
172 | <artifactId>log4j</artifactId> |
137 | <version>${log4j.version}</version> |
173 | <version>${log4j.version}</version> |
138 | <scope>runtime</scope> |
174 | <scope>runtime</scope> |
139 | </dependency> |
175 | </dependency> |
140 | |
176 | |
|
|
177 | <!-- Spring Framework --> |
|
|
178 | |
141 | <dependency> |
179 | <dependency> |
142 | <groupId>org.springframework</groupId> |
180 | <groupId>org.springframework</groupId> |
143 | <artifactId>spring-core</artifactId> |
181 | <artifactId>spring-core</artifactId> |
144 | <version>${spring.version}</version> |
182 | <version>${spring.version}</version> |
|
|
183 | <exclusions> |
|
|
184 | <exclusion> |
|
|
185 | <groupId>commons-logging</groupId> |
|
|
186 | <artifactId>commons-logging</artifactId> |
|
|
187 | </exclusion> |
|
|
188 | </exclusions> |
145 | </dependency> |
189 | </dependency> |
146 | |
190 | |
147 | <dependency> |
191 | <dependency> |
148 | <groupId>org.springframework</groupId> |
192 | <groupId>org.springframework</groupId> |
149 | <artifactId>spring-web</artifactId> |
193 | <artifactId>spring-web</artifactId> |
150 | <version>${spring.version}</version> |
194 | <version>${spring.version}</version> |
151 | </dependency> |
195 | <exclusions> |
152 | |
196 | <exclusion> |
|
|
197 | <groupId>commons-logging</groupId> |
|
|
198 | <artifactId>commons-logging</artifactId> |
|
|
199 | </exclusion> |
|
|
200 | </exclusions> |
153 | <dependency> |
201 | </dependency> |
154 | <groupId>org.apache.geronimo.specs</groupId> |
202 | |
155 | <artifactId>geronimo-jta_1.1_spec</artifactId> |
203 | <dependency> |
|
|
204 | <groupId>org.springframework</groupId> |
|
|
205 | <artifactId>spring-webmvc</artifactId> |
156 | <version>${jta.version}</version> |
206 | <version>${spring.version}</version> |
|
|
207 | <exclusions> |
|
|
208 | <exclusion> |
|
|
209 | <groupId>commons-logging</groupId> |
|
|
210 | <artifactId>commons-logging</artifactId> |
|
|
211 | </exclusion> |
|
|
212 | </exclusions> |
|
|
213 | </dependency> |
|
|
214 | |
|
|
215 | <dependency> |
|
|
216 | <groupId>org.springframework</groupId> |
|
|
217 | <artifactId>spring-aop</artifactId> |
|
|
218 | <version>${spring.version}</version> |
|
|
219 | <exclusions> |
|
|
220 | <exclusion> |
|
|
221 | <groupId>commons-logging</groupId> |
|
|
222 | <artifactId>commons-logging</artifactId> |
|
|
223 | </exclusion> |
|
|
224 | </exclusions> |
157 | </dependency> |
225 | </dependency> |
158 | |
226 | |
159 | <dependency> |
227 | <dependency> |
160 | <groupId>org.hippoecm</groupId> |
228 | <groupId>org.hippoecm</groupId> |
161 | <artifactId>hippo-ecm-package-war</artifactId> |
229 | <artifactId>hippo-ecm-package-war</artifactId> |
… | |
… | |
171 | </dependency> |
239 | </dependency> |
172 | |
240 | |
173 | <dependency> |
241 | <dependency> |
174 | <groupId>org.onehippo.ecm.hst</groupId> |
242 | <groupId>org.onehippo.ecm.hst</groupId> |
175 | <artifactId>hst-commons</artifactId> |
243 | <artifactId>hst-commons</artifactId> |
|
|
244 | <version>${hst.version}</version> |
|
|
245 | <type>jar</type> |
|
|
246 | </dependency> |
|
|
247 | |
|
|
248 | <dependency> |
|
|
249 | <groupId>org.onehippo.ecm.hst</groupId> |
|
|
250 | <artifactId>hst-content-beans</artifactId> |
|
|
251 | <version>${hst.version}</version> |
|
|
252 | <type>jar</type> |
|
|
253 | </dependency> |
|
|
254 | |
|
|
255 | <dependency> |
|
|
256 | <groupId>org.onehippo.ecm.hst</groupId> |
|
|
257 | <artifactId>hst-ocm</artifactId> |
176 | <version>${hst.version}</version> |
258 | <version>${hst.version}</version> |
177 | <type>jar</type> |
259 | <type>jar</type> |
178 | </dependency> |
260 | </dependency> |
179 | |
261 | |
180 | <dependency> |
262 | <dependency> |
… | |
… | |
193 | <groupId>org.onehippo.ecm.hst.components</groupId> |
275 | <groupId>org.onehippo.ecm.hst.components</groupId> |
194 | <artifactId>hst-core</artifactId> |
276 | <artifactId>hst-core</artifactId> |
195 | <version>${hst.version}</version> |
277 | <version>${hst.version}</version> |
196 | <type>jar</type> |
278 | <type>jar</type> |
197 | <scope>runtime</scope> |
279 | <scope>runtime</scope> |
|
|
280 | </dependency> |
|
|
281 | |
|
|
282 | <dependency> |
|
|
283 | <groupId>org.onehippo.ecm.hst.toolkit-resources.addon.toolkit-cnd</groupId> |
|
|
284 | <artifactId>hst-addon-cnd_7_1</artifactId> |
|
|
285 | <version>${hst.version}</version> |
|
|
286 | <type>jar</type> |
198 | </dependency> |
287 | </dependency> |
199 | |
288 | |
200 | <dependency> |
289 | <dependency> |
201 | <groupId>org.onehippo.ecm.hst.toolkit-resources.addon</groupId> |
290 | <groupId>org.onehippo.ecm.hst.toolkit-resources.addon</groupId> |
202 | <artifactId>hst-addon-repository</artifactId> |
291 | <artifactId>hst-addon-repository</artifactId> |
… | |
… | |
252 | <updatePolicy>never</updatePolicy> |
341 | <updatePolicy>never</updatePolicy> |
253 | </releases> |
342 | </releases> |
254 | <layout>default</layout> |
343 | <layout>default</layout> |
255 | </repository> |
344 | </repository> |
256 | <repository> |
345 | <repository> |
257 | <id>hippoforge</id> |
|
|
258 | <name>Hippo maven 2 svn repo.</name> |
|
|
259 | <url>http://forge.onehippo.org/svn/simpleemail/simpleemail/repo/SNAPSHOTS/repository</url> |
|
|
260 | <snapshots /> |
|
|
261 | </repository> |
|
|
262 | <repository> |
|
|
263 | <id>hippo.legacy</id> |
346 | <id>hippo.legacy</id> |
264 | <name>Hippo Maven 1 repository.</name> |
347 | <name>Hippo Maven 1 repository.</name> |
265 | <url>http://repository.hippocms.org/maven/</url> |
348 | <url>http://repository.hippocms.org/maven/</url> |
266 | <snapshots /> |
349 | <snapshots /> |
267 | <releases> |
350 | <releases> |
268 | <updatePolicy>never</updatePolicy> |
351 | <updatePolicy>never</updatePolicy> |
269 | </releases> |
352 | </releases> |
270 | <layout>legacy</layout> |
353 | <layout>legacy</layout> |
271 | </repository> |
354 | </repository> |
|
|
355 | <repository> |
|
|
356 | <id>forge-import-tool</id> |
|
|
357 | <name>Hippoforge import tool plugin repository.</name> |
|
|
358 | <url>http://forge.onehippo.org/svn/import-tool/maven2</url> |
|
|
359 | <snapshots /> |
|
|
360 | <releases> |
|
|
361 | <updatePolicy>never</updatePolicy> |
|
|
362 | </releases> |
|
|
363 | <layout>default</layout> |
|
|
364 | </repository> |
272 | </repositories> |
365 | </repositories> |
273 | |
366 | |
274 | <pluginRepositories> |
367 | <pluginRepositories> |
275 | <pluginRepository> |
368 | <pluginRepository> |
276 | <id>hippo</id> |
369 | <id>hippo</id> |
… | |
… | |
289 | </pluginRepository> |
382 | </pluginRepository> |
290 | </pluginRepositories> |
383 | </pluginRepositories> |
291 | |
384 | |
292 | <build> |
385 | <build> |
293 | <defaultGoal>package</defaultGoal> |
386 | <defaultGoal>package</defaultGoal> |
294 | <extensions> |
|
|
295 | <extension> |
|
|
296 | <groupId>org.jvnet.wagon-svn</groupId> |
|
|
297 | <artifactId>wagon-svn</artifactId> |
|
|
298 | <version>1.9</version> |
|
|
299 | </extension> |
|
|
300 | </extensions> |
|
|
301 | <pluginManagement> |
387 | <pluginManagement> |
302 | <plugins> |
388 | <plugins> |
303 | <plugin> |
389 | <plugin> |
304 | <groupId>org.apache.maven.plugins</groupId> |
390 | <groupId>org.apache.maven.plugins</groupId> |
305 | <artifactId>maven-archetype-plugin</artifactId> |
391 | <artifactId>maven-archetype-plugin</artifactId> |
… | |
… | |
316 | </plugin> |
402 | </plugin> |
317 | </plugins> |
403 | </plugins> |
318 | </pluginManagement> |
404 | </pluginManagement> |
319 | </build> |
405 | </build> |
320 | |
406 | |
321 | <modules> |
|
|
322 | <module>content</module> |
|
|
323 | <module>cms</module> |
|
|
324 | <module>site</module> |
|
|
325 | <module>package</module> |
|
|
326 | </modules> |
|
|
327 | </project> |
407 | </project> |