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">
|
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>
|
2 | <modelVersion>4.0.0</modelVersion> |
3 |
|
3 | |
4 | <parent>
|
4 | <parent> |
5 | <groupId>org.onehippo.ecm</groupId>
|
5 | <groupId>org.onehippo.ecm</groupId> |
6 | <artifactId>docsite</artifactId>
|
6 | <artifactId>docsite</artifactId> |
7 | <version>1.01.19-SNAPSHOT</version>
|
7 | <version>1.01.19</version> |
8 | <relativePath>../pom.xml</relativePath>
|
8 | <relativePath>../pom.xml</relativePath> |
9 | </parent>
|
9 | </parent> |
10 |
|
10 | |
11 | <name>Hippo Documentation Site Content</name>
|
11 | <name>Hippo Documentation Site Content</name> |
12 | <description>Hippo Documentation Site Content</description>
|
12 | <description>Hippo Documentation Site Content</description> |
13 | <groupId>org.onehippo.ecm</groupId>
|
13 | <groupId>org.onehippo.ecm</groupId> |
14 | <artifactId>docsite-content</artifactId>
|
14 | <artifactId>docsite-content</artifactId> |
15 | <packaging>jar</packaging>
|
15 | <packaging>jar</packaging> |
16 |
|
16 | |
17 |
|
17 | |
18 | <build>
|
18 | <build> |
19 | <defaultGoal>package</defaultGoal>
|
19 | <defaultGoal>package</defaultGoal> |
20 | </build>
|
20 | </build> |
21 |
|
21 | |
22 |
|
22 | |
23 | </project>
|
23 | </project> |