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