|
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
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 | <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 | <modelVersion>4.0.0</modelVersion> |
3 | |
4 | |
4 | <parent> |
5 | <parent> |
5 | <groupId>org.onehippo.ecm</groupId> |
|
|
6 | <artifactId>hst_docs</artifactId> |
|
|
7 | <version>1.01.05</version> |
|
|
8 | <relativePath>..</relativePath> |
|
|
9 | </parent> |
|
|
10 | |
|
|
11 | <name>hst_docs package Site package</name> |
|
|
12 | <description>hst_docs package Site package</description> |
|
|
13 | <groupId>org.onehippo.ecm</groupId> |
6 | <groupId>org.onehippo.ecm</groupId> |
|
|
7 | <artifactId>docsite</artifactId> |
|
|
8 | <version>1.01.21-SNAPSHOT</version> |
|
|
9 | <relativePath>../pom.xml</relativePath> |
|
|
10 | </parent> |
|
|
11 | |
|
|
12 | <name>docsite package Site package</name> |
|
|
13 | <description>docsite package Site package</description> |
|
|
14 | <groupId>org.onehippo.ecm</groupId> |
14 | <artifactId>hst_docs-tomcat-site</artifactId> |
15 | <artifactId>docsite-tomcat-site</artifactId> |
15 | <packaging>war</packaging> |
16 | <packaging>war</packaging> |
16 | |
17 | |
17 | <dependencies> |
18 | <dependencies> |
18 | <dependency> |
19 | <dependency> |
|
|
20 | <groupId>org.onehippo.ecm</groupId> |
|
|
21 | <artifactId>docsite-site</artifactId> |
|
|
22 | <version>1.01.21-SNAPSHOT</version> |
|
|
23 | <type>war</type> |
|
|
24 | </dependency> |
|
|
25 | <dependency> |
|
|
26 | <groupId>org.hippoecm</groupId> |
|
|
27 | <artifactId>hippo-ecm-repository-application</artifactId> |
|
|
28 | <type>war</type> |
|
|
29 | </dependency> |
|
|
30 | <!-- AuthFilter --> |
|
|
31 | <dependency> |
|
|
32 | <groupId>org.onehippo.forge.authfilter</groupId> |
|
|
33 | <artifactId>authfilter-filter</artifactId> |
|
|
34 | <version>1.01.02</version> |
|
|
35 | <type>jar</type> |
|
|
36 | </dependency> |
|
|
37 | </dependencies> |
|
|
38 | |
|
|
39 | <build> |
|
|
40 | <defaultGoal>package</defaultGoal> |
|
|
41 | <plugins> |
|
|
42 | <plugin> |
|
|
43 | <groupId>org.apache.maven.plugins</groupId> |
|
|
44 | <artifactId>maven-war-plugin</artifactId> |
|
|
45 | <version>2.1-beta-1</version> |
|
|
46 | <configuration> |
|
|
47 | <overlays> |
|
|
48 | <overlay> |
|
|
49 | <groupId>org.hippoecm</groupId> |
|
|
50 | <artifactId>hippo-ecm-repository-application</artifactId> |
|
|
51 | <excludes> |
|
|
52 | <exclude>WEB-INF/lib/commons-bean*.jar</exclude> |
|
|
53 | <exclude>WEB-INF/lib/commons-logging*.jar</exclude> |
|
|
54 | <exclude>WEB-INF/lib/commons-lang*.jar</exclude> |
|
|
55 | <exclude>WEB-INF/lib/commons-collections*.jar</exclude> |
|
|
56 | <exclude>WEB-INF/lib/derby*.jar</exclude> |
|
|
57 | <exclude>WEB-INF/lib/*slf4j*.jar</exclude> |
|
|
58 | <exclude>WEB-INF/lib/log4j*.jar</exclude> |
|
|
59 | </excludes> |
|
|
60 | </overlay> |
|
|
61 | <overlay> |
19 | <groupId>org.onehippo.ecm</groupId> |
62 | <groupId>org.onehippo.ecm</groupId> |
20 | <artifactId>hst_docs-site</artifactId> |
63 | <artifactId>docsite-site</artifactId> |
21 | <version>1.01.05</version> |
64 | <excludes> |
22 | <type>war</type> |
65 | <exclude>WEB-INF/log4j.*</exclude> |
23 | </dependency> |
66 | <exclude>WEB-INF/jetty.*</exclude> |
24 | </dependencies> |
67 | </excludes> |
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 | <groupId>org.onehippo.ecm</groupId> |
|
|
44 | <artifactId>hst_docs-site</artifactId> |
|
|
45 | </overlay> |
|
|
46 | </overlays> |
68 | </overlay> |
|
|
69 | </overlays> |
47 | </configuration> |
70 | </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> |
71 | </plugin> |
|
|
72 | </plugins> |
58 | </build> |
73 | </build> |
|
|
74 | |
59 | </project> |
75 | </project> |
|
|
76 | |