1 |
<?xml version="1.0" encoding="UTF-8"?><!-- |
2 |
Copyright 2010-2013 Hippo B.V. (http://www.onehippo.com) |
3 |
|
4 |
Licensed under the Apache License, Version 2.0 (the "License"); |
5 |
you may not use this file except in compliance with the License. |
6 |
You may obtain a copy of the License at |
7 |
|
8 |
http://www.apache.org/licenses/LICENSE-2.0 |
9 |
|
10 |
Unless required by applicable law or agreed to in writing, software |
11 |
distributed under the License is distributed on an "AS IS" |
12 |
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 |
See the License for the specific language governing permissions and |
14 |
limitations under the License. |
15 |
--> |
16 |
<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"> |
17 |
|
18 |
<modelVersion>4.0.0</modelVersion> |
19 |
|
20 |
<parent> |
21 |
<groupId>com.onehippo.gogreen</groupId> |
22 |
<artifactId>hippogogreen</artifactId> |
23 |
<version>3.10.00-restyling-SNAPSHOT</version> |
24 |
</parent> |
25 |
|
26 |
<name>Hippo Go Green CMS</name> |
27 |
<artifactId>hippogogreen-cms</artifactId> |
28 |
<packaging>war</packaging> |
29 |
|
30 |
<dependencies> |
31 |
|
32 |
<dependency> |
33 |
<groupId>org.onehippo.cms7.hst.dependencies</groupId> |
34 |
<artifactId>hst-repository-dependencies</artifactId> |
35 |
<type>pom</type> |
36 |
</dependency> |
37 |
|
38 |
<dependency> |
39 |
<groupId>org.onehippo.cms7.hst.dependencies</groupId> |
40 |
<artifactId>hst-cms-dependencies</artifactId> |
41 |
<type>pom</type> |
42 |
</dependency> |
43 |
|
44 |
<dependency> |
45 |
<groupId>org.onehippo.cms7</groupId> |
46 |
<artifactId>hippo-addon-channel-manager-frontend</artifactId> |
47 |
</dependency> |
48 |
|
49 |
<dependency> |
50 |
<groupId>org.onehippo.cms7</groupId> |
51 |
<artifactId>hippo-addon-channel-manager-repository</artifactId> |
52 |
</dependency> |
53 |
|
54 |
<dependency> |
55 |
<groupId>com.onehippo.gogreen</groupId> |
56 |
<artifactId>hippogogreen-rating-plugin</artifactId> |
57 |
<version>${project.version}</version> |
58 |
<scope>runtime</scope> |
59 |
</dependency> |
60 |
|
61 |
<dependency> |
62 |
<groupId>com.onehippo.gogreen</groupId> |
63 |
<artifactId>hippogogreen-content</artifactId> |
64 |
<version>${project.version}</version> |
65 |
<scope>runtime</scope> |
66 |
</dependency> |
67 |
|
68 |
<dependency> |
69 |
<groupId>org.onehippo.cms7</groupId> |
70 |
<artifactId>hippo-package-cms-dependencies</artifactId> |
71 |
<type>pom</type> |
72 |
<exclusions> |
73 |
<exclusion> |
74 |
<artifactId>rome</artifactId> |
75 |
<groupId>rome</groupId> |
76 |
</exclusion> |
77 |
</exclusions> |
78 |
</dependency> |
79 |
|
80 |
<!-- compile dependencies --> |
81 |
|
82 |
<dependency> |
83 |
<groupId>org.onehippo.cms7</groupId> |
84 |
<artifactId>hippo-cms-gallery-frontend</artifactId> |
85 |
</dependency> |
86 |
|
87 |
<dependency> |
88 |
<groupId>org.onehippo.cms7</groupId> |
89 |
<artifactId>hippo-cms-gotolink</artifactId> |
90 |
</dependency> |
91 |
|
92 |
<dependency> |
93 |
<groupId>org.onehippo.cms7.hst.toolkit-resources.addon.toolkit-cnd</groupId> |
94 |
<artifactId>hst-addon-cnd</artifactId> |
95 |
</dependency> |
96 |
|
97 |
<dependency> |
98 |
<groupId>org.onehippo.cms7.hst.toolkit-resources.addon</groupId> |
99 |
<artifactId>hst-addon-repository</artifactId> |
100 |
</dependency> |
101 |
|
102 |
<dependency> |
103 |
<groupId>org.onehippo.addon.frontend.gallerypicker</groupId> |
104 |
<artifactId>gallerypicker</artifactId> |
105 |
<exclusions> |
106 |
<exclusion> |
107 |
<groupId>org.apache.wicket</groupId> |
108 |
<artifactId>wicket</artifactId> |
109 |
</exclusion> |
110 |
</exclusions> |
111 |
</dependency> |
112 |
|
113 |
<dependency> |
114 |
<groupId>org.onehippo.forge.selectionplugins</groupId> |
115 |
<artifactId>selectionplugins-addon-repository</artifactId> |
116 |
</dependency> |
117 |
|
118 |
<dependency> |
119 |
<groupId>org.onehippo.forge.selectionplugins</groupId> |
120 |
<artifactId>selectionplugins-addon-cms</artifactId> |
121 |
</dependency> |
122 |
|
123 |
<dependency> |
124 |
<groupId>org.onehippo.forge.sitemap</groupId> |
125 |
<artifactId>sitemap-content</artifactId> |
126 |
</dependency> |
127 |
|
128 |
<dependency> |
129 |
<groupId>org.onehippo.forge</groupId> |
130 |
<artifactId>relateddocs</artifactId> |
131 |
</dependency> |
132 |
|
133 |
<dependency> |
134 |
<groupId>org.onehippo.forge</groupId> |
135 |
<artifactId>tcmp-addon-frontend</artifactId> |
136 |
<exclusions> |
137 |
<exclusion> |
138 |
<groupId>org.apache.wicket</groupId> |
139 |
<artifactId>wicket</artifactId> |
140 |
</exclusion> |
141 |
<exclusion> |
142 |
<groupId>org.apache.wicket</groupId> |
143 |
<artifactId>wicket-extensions</artifactId> |
144 |
</exclusion> |
145 |
<exclusion> |
146 |
<groupId>org.apache.wicket</groupId> |
147 |
<artifactId>wicket-velocity</artifactId> |
148 |
</exclusion> |
149 |
</exclusions> |
150 |
</dependency> |
151 |
|
152 |
<dependency> |
153 |
<groupId>org.onehippo.forge</groupId> |
154 |
<artifactId>tcmp-addon-repository</artifactId> |
155 |
</dependency> |
156 |
|
157 |
<dependency> |
158 |
<groupId>org.onehippo.forge.poll</groupId> |
159 |
<artifactId>poll-addon-repository</artifactId> |
160 |
</dependency> |
161 |
|
162 |
<dependency> |
163 |
<groupId>org.onehippo</groupId> |
164 |
<artifactId>taxonomy-api</artifactId> |
165 |
</dependency> |
166 |
|
167 |
<dependency> |
168 |
<groupId>org.onehippo</groupId> |
169 |
<artifactId>taxonomy-addon-frontend</artifactId> |
170 |
</dependency> |
171 |
|
172 |
<dependency> |
173 |
<groupId>org.onehippo</groupId> |
174 |
<artifactId>taxonomy-addon-repository</artifactId> |
175 |
</dependency> |
176 |
|
177 |
<dependency> |
178 |
<groupId>org.onehippo.forge</groupId> |
179 |
<artifactId>dashboard-document-wizard</artifactId> |
180 |
</dependency> |
181 |
|
182 |
<dependency> |
183 |
<groupId>org.onehippo.cms7</groupId> |
184 |
<artifactId>hippo-cms-google-analytics-frontend</artifactId> |
185 |
</dependency> |
186 |
|
187 |
<dependency> |
188 |
<groupId>org.onehippo.cms7.hst.client-modules</groupId> |
189 |
<artifactId>hst-google-analytics-repository</artifactId> |
190 |
</dependency> |
191 |
</dependencies> |
192 |
|
193 |
<build> |
194 |
|
195 |
<defaultGoal>package</defaultGoal> |
196 |
<finalName>cms</finalName> |
197 |
|
198 |
<resources> |
199 |
<resource> |
200 |
<filtering>false</filtering> |
201 |
<directory>src/main/resources</directory> |
202 |
<includes> |
203 |
<include>**</include> |
204 |
</includes> |
205 |
</resource> |
206 |
<resource> |
207 |
<filtering>false</filtering> |
208 |
<directory>src/main/java</directory> |
209 |
<includes> |
210 |
<include>**</include> |
211 |
</includes> |
212 |
<excludes> |
213 |
<exclude>**/*.java</exclude> |
214 |
</excludes> |
215 |
</resource> |
216 |
</resources> |
217 |
|
218 |
<plugins> |
219 |
<plugin> |
220 |
<groupId>org.apache.maven.plugins</groupId> |
221 |
<artifactId>maven-war-plugin</artifactId> |
222 |
<configuration> |
223 |
<archive> |
224 |
<manifestEntries> |
225 |
<Hippo-Release-Version>${hippo.release.version}</Hippo-Release-Version> |
226 |
<Project-Version>${project.version}</Project-Version> |
227 |
</manifestEntries> |
228 |
</archive> |
229 |
</configuration> |
230 |
</plugin> |
231 |
<plugin> |
232 |
<groupId>org.codehaus.cargo</groupId> |
233 |
<artifactId>cargo-maven2-plugin</artifactId> |
234 |
<configuration> |
235 |
<configuration> |
236 |
<type>runtime</type> |
237 |
</configuration> |
238 |
<container> |
239 |
<type>remote</type> |
240 |
</container> |
241 |
</configuration> |
242 |
</plugin> |
243 |
|
244 |
</plugins> |
245 |
</build> |
246 |
|
247 |
<profiles> |
248 |
<profile> |
249 |
<id>test-config</id> |
250 |
<dependencies> |
251 |
<dependency> |
252 |
<groupId>com.onehippo.gogreen</groupId> |
253 |
<artifactId>hippogogreen-test-server-config</artifactId> |
254 |
<version>${project.version}</version> |
255 |
</dependency> |
256 |
</dependencies> |
257 |
</profile> |
258 |
<profile> |
259 |
<id>prod-config</id> |
260 |
<dependencies> |
261 |
<dependency> |
262 |
<groupId>com.onehippo.gogreen</groupId> |
263 |
<artifactId>hippogogreen-prod-server-config</artifactId> |
264 |
<version>${project.version}</version> |
265 |
</dependency> |
266 |
</dependencies> |
267 |
</profile> |
268 |
</profiles> |
269 |
|
270 |
</project> |