Revision: | 22112 |
Committed: | Fri Mar 12 13:52:14 2010 UTC (10 years, 10 months ago) by rbijlsma |
Content type: | text/xml |
File size: | 1143 byte(s) |
Log Message: | HSTTWODOCS-270:prepare release Release-HSTTWODOCS-v1_01_14 |
# | User | Rev | Content |
---|---|---|---|
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 | rbijlsma | 22091 | <artifactId>docsite</artifactId> |
8 | rbijlsma | 22112 | <version>1.01.14</version> |
9 | bvdschans | 20304 | <relativePath>../pom.xml</relativePath> |
10 | </parent> | ||
11 | rbijlsma | 17355 | |
12 | rbijlsma | 22091 | <name>docsite package ECM package</name> |
13 | <description>docsite package ECM package</description> | ||
14 | bvdschans | 20304 | <groupId>org.onehippo.ecm</groupId> |
15 | rbijlsma | 22091 | <artifactId>docsite-tomcat-cms</artifactId> |
16 | bvdschans | 20304 | <packaging>war</packaging> |
17 | rbijlsma | 17355 | |
18 | bvdschans | 20304 | <dependencies> |
19 | <dependency> | ||
20 | <groupId>org.onehippo.ecm</groupId> | ||
21 | rbijlsma | 22091 | <artifactId>docsite-cms</artifactId> |
22 | bvdschans | 20304 | <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> |