1 |
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"> |
2 |
rbijlsma |
17355 |
<modelVersion>4.0.0</modelVersion> |
3 |
|
|
|
4 |
|
|
<parent> |
5 |
rbijlsma |
17369 |
<groupId>org.onehippo.ecm</groupId> |
6 |
|
|
<artifactId>hst_docs</artifactId> |
7 |
rbijlsma |
17419 |
<version>1.00.01-SNAPSHOT</version> |
8 |
rbijlsma |
17355 |
<relativePath>..</relativePath> |
9 |
|
|
</parent> |
10 |
|
|
|
11 |
rbijlsma |
17369 |
<name>hst_docs package Site package</name> |
12 |
|
|
<description>hst_docs package Site package</description> |
13 |
|
|
<groupId>org.onehippo.ecm</groupId> |
14 |
|
|
<artifactId>hst_docs-tomcat-site</artifactId> |
15 |
rbijlsma |
17355 |
<packaging>war</packaging> |
16 |
|
|
|
17 |
|
|
<dependencies> |
18 |
|
|
<dependency> |
19 |
rbijlsma |
17369 |
<groupId>org.onehippo.ecm</groupId> |
20 |
|
|
<artifactId>hst_docs-site</artifactId> |
21 |
rbijlsma |
17419 |
<version>1.00.01-SNAPSHOT</version> |
22 |
rbijlsma |
17355 |
<type>war</type> |
23 |
|
|
</dependency> |
24 |
|
|
</dependencies> |
25 |
|
|
<build> |
26 |
|
|
<defaultGoal>package</defaultGoal> |
27 |
|
|
<plugins> |
28 |
|
|
<plugin> |
29 |
|
|
<groupId>org.apache.maven.plugins</groupId> |
30 |
|
|
<artifactId>maven-war-plugin</artifactId> |
31 |
|
|
<version>2.1-beta-1</version> |
32 |
|
|
<configuration> |
33 |
|
|
<manifest> |
34 |
|
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
35 |
|
|
</manifest> |
36 |
|
|
<archive> |
37 |
|
|
<manifestEntries> |
38 |
|
|
<Implementation-Build>${buildNumber}</Implementation-Build> |
39 |
|
|
</manifestEntries> |
40 |
|
|
</archive> |
41 |
|
|
<overlays> |
42 |
|
|
<overlay> |
43 |
rbijlsma |
17369 |
<groupId>org.onehippo.ecm</groupId> |
44 |
|
|
<artifactId>hst_docs-site</artifactId> |
45 |
rbijlsma |
17355 |
</overlay> |
46 |
|
|
</overlays> |
47 |
|
|
</configuration> |
48 |
|
|
</plugin> |
49 |
|
|
<plugin> |
50 |
|
|
<inherited>true</inherited> |
51 |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
52 |
|
|
<configuration> |
53 |
|
|
<target>1.5</target> |
54 |
|
|
<source>1.5</source> |
55 |
|
|
</configuration> |
56 |
|
|
</plugin> |
57 |
|
|
</plugins> |
58 |
|
|
</build> |
59 |
rbijlsma |
17402 |
</project> |