Revision: | 23572 |
Committed: | Wed Jul 28 15:32:36 2010 UTC (9 years, 4 months ago) by epriyadi |
Content type: | text/xml |
File size: | 830 byte(s) |
Log Message: | PRODDOCS-25:prepare release Release-HSTTWODOCS-v1_01_18 |
# | 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>docsite</artifactId> |
8 | <version>1.01.18</version> |
9 | <relativePath>../pom.xml</relativePath> |
10 | </parent> |
11 | |
12 | <name>docsite package</name> |
13 | <description>docsite package</description> |
14 | <groupId>org.onehippo.ecm</groupId> |
15 | <artifactId>docsite-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> |