1 |
<?xml version="1.0" encoding="UTF-8"?><!-- |
2 |
Copyright (C) 2010 Hippo B.V. |
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" BASIS, |
12 |
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 |
<modelVersion>4.0.0</modelVersion> |
18 |
|
19 |
<name>Hippo Search Extensions Plugin</name> |
20 |
<groupId>org.onehippo.forge.searchext</groupId> |
21 |
<artifactId>searchext</artifactId> |
22 |
<version>2.02.04</version> |
23 |
<packaging>pom</packaging> |
24 |
<url>http://forge.onehippo.org/gf/project/searchext/</url> |
25 |
|
26 |
<properties> |
27 |
|
28 |
<hippo.cms.version>2.18.06</hippo.cms.version> |
29 |
<hippo.hst.version>2.20.04</hippo.hst.version> |
30 |
|
31 |
<forge.psutils.version>1.03.00</forge.psutils.version> |
32 |
|
33 |
<lib.commons-collections.version>3.2.1</lib.commons-collections.version> |
34 |
<lib.commons-lang.version>3.1</lib.commons-lang.version> |
35 |
<lib.commons-logging.version>1.1.1</lib.commons-logging.version> |
36 |
<lib.guava.version>10.0.1</lib.guava.version> |
37 |
<lib.javax-jcr.version>1.0</lib.javax-jcr.version> |
38 |
<lib.javax-servlet.version>2.5</lib.javax-servlet.version> |
39 |
<lib.junit.version>4.10</lib.junit.version> |
40 |
<lib.mockito.version>1.8.5</lib.mockito.version> |
41 |
<lib.slf4j.version>1.6.4</lib.slf4j.version> |
42 |
<lib.spring.version>3.0.5.RELEASE</lib.spring.version> |
43 |
|
44 |
<plugin.compiler.version>2.3.2</plugin.compiler.version> |
45 |
<plugin.deploy.version>2.7</plugin.deploy.version> |
46 |
<plugin.jar.version>2.3.2</plugin.jar.version> |
47 |
<plugin.javadoc.version>2.8</plugin.javadoc.version> |
48 |
<plugin.source.version>2.1.2</plugin.source.version> |
49 |
|
50 |
<extension.wagon-svn.version>1.9</extension.wagon-svn.version> |
51 |
|
52 |
<sonar-report-plugin.version>0.1</sonar-report-plugin.version> |
53 |
<sonar.host.url>http://sonar.onehippo.org/</sonar.host.url> |
54 |
|
55 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
56 |
<java.version>1.5</java.version> |
57 |
|
58 |
</properties> |
59 |
|
60 |
<developers> |
61 |
<developer> |
62 |
<name>Jeroen Hoffman</name> |
63 |
<id>jhoffman</id> |
64 |
<email>j.hoffman@onehippo.com</email> |
65 |
</developer> |
66 |
<developer> |
67 |
<name>William Borg Barthet</name> |
68 |
<id>wbarthet</id> |
69 |
<email>w.borgbarthet@onehippo.com</email> |
70 |
</developer> |
71 |
<developer> |
72 |
<name>Micka��l Tricot</name> |
73 |
<id>mtricot</id> |
74 |
<email>m.tricot@onehippo.com</email> |
75 |
</developer> |
76 |
</developers> |
77 |
|
78 |
<scm> |
79 |
<connection>scm:svn:https://forge.onehippo.org/svn/searchext/searchext/tags/searchext-2.02.04</connection> |
80 |
<developerConnection>scm:svn:https://forge.onehippo.org/svn/searchext/searchext/tags/searchext-2.02.04</developerConnection> |
81 |
<url>https://forge.onehippo.org/svn/searchext/searchext/tags/searchext-2.02.04</url> |
82 |
</scm> |
83 |
|
84 |
<ciManagement> |
85 |
<system>Hudson</system> |
86 |
<url>http://hudson.onehippo.org/job/Hippo%20Forge%20Searchext%20Plugin%20Trunk/</url> |
87 |
</ciManagement> |
88 |
|
89 |
<distributionManagement> |
90 |
<repository> |
91 |
<uniqueVersion>false</uniqueVersion> |
92 |
<id>searchext-maven-repo</id> |
93 |
<url>svn:https://forge.onehippo.org/svn/searchext/maven2</url> |
94 |
</repository> |
95 |
</distributionManagement> |
96 |
|
97 |
<issueManagement> |
98 |
<system>Hippo Forge</system> |
99 |
<url>http://forge.onehippo.org/gf/project/searchext/tracker/</url> |
100 |
</issueManagement> |
101 |
|
102 |
<licenses> |
103 |
<license> |
104 |
<name>Apache License, Version 2.0</name> |
105 |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
106 |
</license> |
107 |
</licenses> |
108 |
|
109 |
<dependencyManagement> |
110 |
<dependencies> |
111 |
|
112 |
<dependency> |
113 |
<groupId>org.onehippo.cms7</groupId> |
114 |
<artifactId>hippo-cms-api</artifactId> |
115 |
<version>${hippo.cms.version}</version> |
116 |
<scope>provided</scope> |
117 |
</dependency> |
118 |
|
119 |
<dependency> |
120 |
<groupId>org.onehippo.cms7</groupId> |
121 |
<artifactId>hippo-repository-api</artifactId> |
122 |
<version>${hippo.cms.version}</version> |
123 |
<scope>provided</scope> |
124 |
</dependency> |
125 |
|
126 |
<dependency> |
127 |
<groupId>org.onehippo.cms7.hst</groupId> |
128 |
<artifactId>hst-api</artifactId> |
129 |
<version>${hippo.hst.version}</version> |
130 |
<scope>provided</scope> |
131 |
</dependency> |
132 |
|
133 |
<dependency> |
134 |
<groupId>org.onehippo.cms7.hst</groupId> |
135 |
<artifactId>hst-content-beans</artifactId> |
136 |
<version>${hippo.hst.version}</version> |
137 |
<scope>provided</scope> |
138 |
</dependency> |
139 |
|
140 |
<dependency> |
141 |
<groupId>org.onehippo.cms7.hst</groupId> |
142 |
<artifactId>hst-client</artifactId> |
143 |
<version>${hippo.hst.version}</version> |
144 |
<scope>provided</scope> |
145 |
</dependency> |
146 |
|
147 |
<dependency> |
148 |
<groupId>org.onehippo.forge.psutils</groupId> |
149 |
<artifactId>utils</artifactId> |
150 |
<version>${forge.psutils.version}</version> |
151 |
</dependency> |
152 |
|
153 |
<dependency> |
154 |
<groupId>commons-collections</groupId> |
155 |
<artifactId>commons-collections</artifactId> |
156 |
<version>${lib.commons-collections.version}</version> |
157 |
</dependency> |
158 |
|
159 |
<dependency> |
160 |
<groupId>org.apache.commons</groupId> |
161 |
<artifactId>commons-lang3</artifactId> |
162 |
<version>${lib.commons-lang.version}</version> |
163 |
</dependency> |
164 |
|
165 |
<dependency> |
166 |
<groupId>commons-logging</groupId> |
167 |
<artifactId>commons-logging</artifactId> |
168 |
<version>${lib.commons-logging.version}</version> |
169 |
<scope>provided</scope> |
170 |
</dependency> |
171 |
|
172 |
<dependency> |
173 |
<groupId>com.google.guava</groupId> |
174 |
<artifactId>guava</artifactId> |
175 |
<version>${lib.guava.version}</version> |
176 |
</dependency> |
177 |
|
178 |
<dependency> |
179 |
<groupId>javax.jcr</groupId> |
180 |
<artifactId>jcr</artifactId> |
181 |
<version>${lib.javax-jcr.version}</version> |
182 |
<scope>provided</scope> |
183 |
</dependency> |
184 |
|
185 |
<dependency> |
186 |
<groupId>javax.servlet</groupId> |
187 |
<artifactId>servlet-api</artifactId> |
188 |
<version>${lib.javax-servlet.version}</version> |
189 |
<scope>provided</scope> |
190 |
</dependency> |
191 |
|
192 |
<dependency> |
193 |
<groupId>junit</groupId> |
194 |
<artifactId>junit</artifactId> |
195 |
<version>${lib.junit.version}</version> |
196 |
<scope>test</scope> |
197 |
</dependency> |
198 |
|
199 |
<dependency> |
200 |
<groupId>org.mockito</groupId> |
201 |
<artifactId>mockito-all</artifactId> |
202 |
<version>${lib.mockito.version}</version> |
203 |
<scope>test</scope> |
204 |
</dependency> |
205 |
|
206 |
<dependency> |
207 |
<groupId>org.springframework</groupId> |
208 |
<artifactId>spring-context</artifactId> |
209 |
<version>${lib.spring.version}</version> |
210 |
<scope>test</scope> |
211 |
</dependency> |
212 |
|
213 |
<dependency> |
214 |
<groupId>org.slf4j</groupId> |
215 |
<artifactId>slf4j-api</artifactId> |
216 |
<version>${lib.slf4j.version}</version> |
217 |
</dependency> |
218 |
|
219 |
<dependency> |
220 |
<groupId>org.slf4j</groupId> |
221 |
<artifactId>slf4j-jdk14</artifactId> |
222 |
<version>${lib.slf4j.version}</version> |
223 |
<scope>test</scope> |
224 |
</dependency> |
225 |
|
226 |
</dependencies> |
227 |
</dependencyManagement> |
228 |
|
229 |
<repositories> |
230 |
<repository> |
231 |
<id>hippo-maven2</id> |
232 |
<name>Hippo Maven 2</name> |
233 |
<url>http://maven.onehippo.com/maven2</url> |
234 |
</repository> |
235 |
<repository> |
236 |
<id>hippo-maven2-forge</id> |
237 |
<name>Hippo Maven 2 Forge Repositories</name> |
238 |
<url>http://maven.onehippo.com/maven2-forge</url> |
239 |
</repository> |
240 |
</repositories> |
241 |
|
242 |
<build> |
243 |
<defaultGoal>package</defaultGoal> |
244 |
<extensions> |
245 |
<extension> |
246 |
<groupId>org.jvnet.wagon-svn</groupId> |
247 |
<artifactId>wagon-svn</artifactId> |
248 |
<version>${extension.wagon-svn.version}</version> |
249 |
</extension> |
250 |
</extensions> |
251 |
<plugins> |
252 |
<plugin> |
253 |
<groupId>org.apache.maven.plugins</groupId> |
254 |
<artifactId>maven-deploy-plugin</artifactId> |
255 |
<version>${plugin.deploy.version}</version> |
256 |
</plugin> |
257 |
<plugin> |
258 |
<groupId>org.apache.maven.plugins</groupId> |
259 |
<artifactId>maven-compiler-plugin</artifactId> |
260 |
<version>${plugin.compiler.version}</version> |
261 |
<configuration> |
262 |
<source>${java.version}</source> |
263 |
<target>${java.version}</target> |
264 |
</configuration> |
265 |
</plugin> |
266 |
<plugin> |
267 |
<groupId>org.apache.maven.plugins</groupId> |
268 |
<artifactId>maven-jar-plugin</artifactId> |
269 |
<version>${plugin.jar.version}</version> |
270 |
</plugin> |
271 |
<plugin> |
272 |
<groupId>org.apache.maven.plugins</groupId> |
273 |
<artifactId>maven-source-plugin</artifactId> |
274 |
<version>${plugin.source.version}</version> |
275 |
<executions> |
276 |
<execution> |
277 |
<id>attach-sources</id> |
278 |
<goals> |
279 |
<goal>jar-no-fork</goal> |
280 |
</goals> |
281 |
</execution> |
282 |
</executions> |
283 |
</plugin> |
284 |
</plugins> |
285 |
</build> |
286 |
|
287 |
<reporting> |
288 |
<plugins> |
289 |
<plugin> |
290 |
<groupId>org.codehaus.sonar-plugins</groupId> |
291 |
<artifactId>maven-report</artifactId> |
292 |
<version>${sonar-report-plugin.version}</version> |
293 |
</plugin> |
294 |
<plugin> |
295 |
<groupId>org.apache.maven.plugins</groupId> |
296 |
<artifactId>maven-javadoc-plugin</artifactId> |
297 |
<version>${plugin.javadoc.version}</version> |
298 |
<reportSets> |
299 |
<reportSet> |
300 |
<id>aggregate</id> |
301 |
<reports> |
302 |
<report>aggregate</report> |
303 |
</reports> |
304 |
</reportSet> |
305 |
</reportSets> |
306 |
</plugin> |
307 |
</plugins> |
308 |
</reporting> |
309 |
|
310 |
<modules> |
311 |
<module>addon</module> |
312 |
<module>hst</module> |
313 |
</modules> |
314 |
|
315 |
</project> |