Revision: | 17427 |
Committed: | Wed Apr 22 12:20:01 2009 UTC (10 years, 7 months ago) by rbijlsma |
Content type: | text/xml |
File size: | 801 byte(s) |
Log Message: | HSTTWODOCS-7: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 | |
4 | <parent> |
5 | <groupId>org.onehippo.ecm</groupId> |
6 | <artifactId>hst_docs</artifactId> |
7 | <version>1.01.00-SNAPSHOT</version> |
8 | <relativePath>..</relativePath> |
9 | </parent> |
10 | |
11 | <name>hst_docs package</name> |
12 | <description>hst_docs package</description> |
13 | <groupId>org.onehippo.ecm</groupId> |
14 | <artifactId>hst_docs-package</artifactId> |
15 | <packaging>pom</packaging> |
16 | |
17 | |
18 | <modules> |
19 | <module>tomcat-cms</module> |
20 | <module>tomcat-site</module> |
21 | </modules> |
22 | |
23 | <build> |
24 | <defaultGoal>package</defaultGoal> |
25 | </build> |
26 | |
27 | </project> |