1 |
bvdschans |
20304 |
<?xml version="1.0"?> |
2 |
rbijlsma |
17402 |
<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"> |
3 |
bvdschans |
20304 |
<modelVersion>4.0.0</modelVersion> |
4 |
rbijlsma |
17355 |
|
5 |
bvdschans |
20304 |
<parent> |
6 |
rbijlsma |
17369 |
<groupId>org.onehippo.ecm</groupId> |
7 |
bvdschans |
20304 |
<artifactId>hst_docs</artifactId> |
8 |
rbijlsma |
20442 |
<version>1.01.09-SNAPSHOT</version> |
9 |
bvdschans |
20304 |
<relativePath>../pom.xml</relativePath> |
10 |
|
|
</parent> |
11 |
rbijlsma |
17355 |
|
12 |
bvdschans |
20304 |
<name>hst_docs package ECM package</name> |
13 |
|
|
<description>hst_docs package ECM package</description> |
14 |
|
|
<groupId>org.onehippo.ecm</groupId> |
15 |
|
|
<artifactId>hst_docs-tomcat-cms</artifactId> |
16 |
|
|
<packaging>war</packaging> |
17 |
rbijlsma |
17355 |
|
18 |
bvdschans |
20304 |
<dependencies> |
19 |
|
|
<dependency> |
20 |
|
|
<groupId>org.onehippo.ecm</groupId> |
21 |
|
|
<artifactId>hst_docs-cms</artifactId> |
22 |
|
|
<version>${pom.version}</version> |
23 |
|
|
<type>war</type> |
24 |
|
|
</dependency> |
25 |
|
|
</dependencies> |
26 |
|
|
|
27 |
|
|
<build> |
28 |
|
|
<defaultGoal>package</defaultGoal> |
29 |
|
|
<plugins> |
30 |
|
|
<plugin> |
31 |
|
|
<groupId>org.apache.maven.plugins</groupId> |
32 |
|
|
<artifactId>maven-war-plugin</artifactId> |
33 |
|
|
<version>2.1-beta-1</version> |
34 |
|
|
</plugin> |
35 |
|
|
</plugins> |
36 |
|
|
</build> |
37 |
|
|
|
38 |
bvdschans |
17624 |
</project> |