Revision: | 21780 |
Committed: | Mon Feb 22 22:56:13 2010 UTC (10 years, 11 months ago) by jreijn |
Content type: | text/xml |
File size: | 817 byte(s) |
Log Message: | HSTTWODOCS-259:prepare for next development iteration |
# | Content |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <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 | <modelVersion>4.0.0</modelVersion> |
4 | |
5 | <parent> |
6 | <groupId>org.onehippo.ecm</groupId> |
7 | <artifactId>hst_docs</artifactId> |
8 | <version>1.01.13-SNAPSHOT</version> |
9 | <relativePath>../pom.xml</relativePath> |
10 | </parent> |
11 | |
12 | <name>hst_docs package</name> |
13 | <description>hst_docs package</description> |
14 | <groupId>org.onehippo.ecm</groupId> |
15 | <artifactId>hst_docs-package</artifactId> |
16 | <packaging>pom</packaging> |
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 | </project> |