Subversion Repositories aduna

[/] [org.openrdf/] [sesame/] [branches/] [2.3/] [pom.xml] - Blame information for rev 9320

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7604 arjohn
<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 arjohn
 
3 arjohn
    <modelVersion>4.0.0</modelVersion>
4 arjohn
 
5 arjohn
    <parent>
6 arjohn
        <groupId>org.openrdf</groupId>
7 arjohn
        <artifactId>openrdf-root-pom</artifactId>
8 9213 arjohn
        <version>3</version>
9 7604 arjohn
        <relativePath>../../pom.xml</relativePath>
10 arjohn
    </parent>
11 arjohn
 
12 arjohn
    <groupId>org.openrdf.sesame</groupId>
13 arjohn
    <artifactId>sesame</artifactId>
14 8658 herko
    <version>2.3.0-SNAPSHOT</version>
15 7604 arjohn
    <packaging>pom</packaging>
16 arjohn
 
17 arjohn
    <name>OpenRDF Sesame</name>
18 arjohn
    <description>An extensible framework for RDF and RDF Schema data.</description>
19 arjohn
    <url>http://www.openrdf.org/</url>
20 arjohn
    <inceptionYear>2001</inceptionYear>
21 arjohn
 
22 arjohn
    <licenses>
23 arjohn
        <license>
24 arjohn
            <name>Aduna BSD-style license</name>
25 arjohn
            <url>http://www.aduna-software.com/documents/legal/licenses/aduna-bsd.txt</url>
26 arjohn
            <distribution>repo</distribution>
27 arjohn
        </license>
28 arjohn
    </licenses>
29 arjohn
 
30 arjohn
    <modules>
31 arjohn
        <module>core</module>
32 arjohn
        <module>testsuites</module>
33 arjohn
        <module>compliance</module>
34 arjohn
    </modules>
35 arjohn
 
36 arjohn
    <properties>
37 9213 arjohn
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38 arjohn
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
39 arjohn
 
40 8658 herko
        <openrdf.sesame.version>2.3.0-SNAPSHOT</openrdf.sesame.version>
41 9181 arjohn
        <aduna.appbase.version>3.6.0</aduna.appbase.version>
42 8654 herko
        <slf4j.version>1.5.6</slf4j.version>
43 herko
        <spring.version>2.5.6</spring.version>
44 7604 arjohn
    </properties>
45 arjohn
 
46 arjohn
    <dependencyManagement>
47 arjohn
        <dependencies>
48 arjohn
            <!-- OpenRDF modules -->
49 arjohn
            <dependency>
50 arjohn
                <groupId>org.openrdf.sesame</groupId>
51 arjohn
                <artifactId>sesame-model</artifactId>
52 8658 herko
                <version>${openrdf.sesame.version}</version>
53 7604 arjohn
            </dependency>
54 arjohn
 
55 arjohn
            <dependency>
56 arjohn
                <groupId>org.openrdf.sesame</groupId>
57 arjohn
                <artifactId>sesame-rio-api</artifactId>
58 8658 herko
                <version>${openrdf.sesame.version}</version>
59 7604 arjohn
            </dependency>
60 arjohn
            <dependency>
61 arjohn
                <groupId>org.openrdf.sesame</groupId>
62 arjohn
                <artifactId>sesame-rio-ntriples</artifactId>
63 8658 herko
                <version>${openrdf.sesame.version}</version>
64 7604 arjohn
            </dependency>
65 arjohn
            <dependency>
66 arjohn
                <groupId>org.openrdf.sesame</groupId>
67 arjohn
                <artifactId>sesame-rio-n3</artifactId>
68 8658 herko
                <version>${openrdf.sesame.version}</version>
69 7604 arjohn
            </dependency>
70 arjohn
            <dependency>
71 arjohn
                <groupId>org.openrdf.sesame</groupId>
72 arjohn
                <artifactId>sesame-rio-rdfxml</artifactId>
73 8658 herko
                <version>${openrdf.sesame.version}</version>
74 7604 arjohn
            </dependency>
75 arjohn
            <dependency>
76 arjohn
                <groupId>org.openrdf.sesame</groupId>
77 arjohn
                <artifactId>sesame-rio-trix</artifactId>
78 8658 herko
                <version>${openrdf.sesame.version}</version>
79 7604 arjohn
            </dependency>
80 arjohn
            <dependency>
81 arjohn
                <groupId>org.openrdf.sesame</groupId>
82 arjohn
                <artifactId>sesame-rio-turtle</artifactId>
83 8658 herko
                <version>${openrdf.sesame.version}</version>
84 7604 arjohn
            </dependency>
85 arjohn
            <dependency>
86 arjohn
                <groupId>org.openrdf.sesame</groupId>
87 arjohn
                <artifactId>sesame-rio-trig</artifactId>
88 8658 herko
                <version>${openrdf.sesame.version}</version>
89 7604 arjohn
            </dependency>
90 arjohn
 
91 arjohn
            <dependency>
92 arjohn
                <groupId>org.openrdf.sesame</groupId>
93 arjohn
                <artifactId>sesame-query</artifactId>
94 8658 herko
                <version>${openrdf.sesame.version}</version>
95 7604 arjohn
            </dependency>
96 arjohn
            <dependency>
97 arjohn
                <groupId>org.openrdf.sesame</groupId>
98 arjohn
                <artifactId>sesame-queryalgebra-model</artifactId>
99 8658 herko
                <version>${openrdf.sesame.version}</version>
100 7604 arjohn
            </dependency>
101 arjohn
            <dependency>
102 arjohn
                <groupId>org.openrdf.sesame</groupId>
103 arjohn
                <artifactId>sesame-queryalgebra-evaluation</artifactId>
104 8658 herko
                <version>${openrdf.sesame.version}</version>
105 7604 arjohn
            </dependency>
106 arjohn
 
107 arjohn
            <dependency>
108 arjohn
                <groupId>org.openrdf.sesame</groupId>
109 arjohn
                <artifactId>sesame-queryparser-api</artifactId>
110 8658 herko
                <version>${openrdf.sesame.version}</version>
111 7604 arjohn
            </dependency>
112 arjohn
            <dependency>
113 arjohn
                <groupId>org.openrdf.sesame</groupId>
114 arjohn
                <artifactId>sesame-queryparser-serql</artifactId>
115 8658 herko
                <version>${openrdf.sesame.version}</version>
116 7604 arjohn
            </dependency>
117 arjohn
            <dependency>
118 arjohn
                <groupId>org.openrdf.sesame</groupId>
119 arjohn
                <artifactId>sesame-queryparser-sparql</artifactId>
120 8658 herko
                <version>${openrdf.sesame.version}</version>
121 7604 arjohn
            </dependency>
122 arjohn
 
123 arjohn
            <dependency>
124 arjohn
                <groupId>org.openrdf.sesame</groupId>
125 arjohn
                <artifactId>sesame-queryresultio-api</artifactId>
126 8658 herko
                <version>${openrdf.sesame.version}</version>
127 7604 arjohn
            </dependency>
128 arjohn
            <dependency>
129 arjohn
                <groupId>org.openrdf.sesame</groupId>
130 arjohn
                <artifactId>sesame-queryresultio-binary</artifactId>
131 8658 herko
                <version>${openrdf.sesame.version}</version>
132 7604 arjohn
            </dependency>
133 arjohn
            <dependency>
134 arjohn
                <groupId>org.openrdf.sesame</groupId>
135 arjohn
                <artifactId>sesame-queryresultio-sparqljson</artifactId>
136 8658 herko
                <version>${openrdf.sesame.version}</version>
137 7604 arjohn
            </dependency>
138 arjohn
            <dependency>
139 arjohn
                <groupId>org.openrdf.sesame</groupId>
140 arjohn
                <artifactId>sesame-queryresultio-sparqlxml</artifactId>
141 8658 herko
                <version>${openrdf.sesame.version}</version>
142 7604 arjohn
            </dependency>
143 arjohn
            <dependency>
144 arjohn
                <groupId>org.openrdf.sesame</groupId>
145 arjohn
                <artifactId>sesame-queryresultio-text</artifactId>
146 8658 herko
                <version>${openrdf.sesame.version}</version>
147 7604 arjohn
            </dependency>
148 arjohn
 
149 arjohn
            <dependency>
150 arjohn
                <groupId>org.openrdf.sesame</groupId>
151 arjohn
                <artifactId>sesame-repository-api</artifactId>
152 8658 herko
                <version>${openrdf.sesame.version}</version>
153 7604 arjohn
            </dependency>
154 arjohn
            <dependency>
155 arjohn
                <groupId>org.openrdf.sesame</groupId>
156 arjohn
                <artifactId>sesame-repository-manager</artifactId>
157 8658 herko
                <version>${openrdf.sesame.version}</version>
158 7604 arjohn
            </dependency>
159 arjohn
            <dependency>
160 arjohn
                <groupId>org.openrdf.sesame</groupId>
161 arjohn
                <artifactId>sesame-repository-http</artifactId>
162 8658 herko
                <version>${openrdf.sesame.version}</version>
163 7604 arjohn
            </dependency>
164 arjohn
            <dependency>
165 arjohn
                <groupId>org.openrdf.sesame</groupId>
166 arjohn
                <artifactId>sesame-repository-sail</artifactId>
167 8658 herko
                <version>${openrdf.sesame.version}</version>
168 7604 arjohn
            </dependency>
169 arjohn
            <dependency>
170 arjohn
                <groupId>org.openrdf.sesame</groupId>
171 arjohn
                <artifactId>sesame-repository-event</artifactId>
172 8658 herko
                <version>${openrdf.sesame.version}</version>
173 7604 arjohn
            </dependency>
174 arjohn
            <dependency>
175 arjohn
                <groupId>org.openrdf.sesame</groupId>
176 arjohn
                <artifactId>sesame-repository-dataset</artifactId>
177 8658 herko
                <version>${openrdf.sesame.version}</version>
178 7604 arjohn
            </dependency>
179 7755 arjohn
            <dependency>
180 arjohn
                <groupId>org.openrdf.sesame</groupId>
181 arjohn
                <artifactId>sesame-repository-contextaware</artifactId>
182 8658 herko
                <version>${openrdf.sesame.version}</version>
183 7755 arjohn
            </dependency>
184 7604 arjohn
 
185 arjohn
            <dependency>
186 arjohn
                <groupId>org.openrdf.sesame</groupId>
187 arjohn
                <artifactId>sesame-http-protocol</artifactId>
188 8658 herko
                <version>${openrdf.sesame.version}</version>
189 7604 arjohn
            </dependency>
190 arjohn
            <dependency>
191 arjohn
                <groupId>org.openrdf.sesame</groupId>
192 arjohn
                <artifactId>sesame-http-client</artifactId>
193 8658 herko
                <version>${openrdf.sesame.version}</version>
194 7604 arjohn
            </dependency>
195 arjohn
 
196 arjohn
            <dependency>
197 arjohn
                <groupId>org.openrdf.sesame</groupId>
198 arjohn
                <artifactId>sesame-sail-api</artifactId>
199 8658 herko
                <version>${openrdf.sesame.version}</version>
200 7604 arjohn
            </dependency>
201 arjohn
            <dependency>
202 arjohn
                <groupId>org.openrdf.sesame</groupId>
203 arjohn
                <artifactId>sesame-sail-inferencer</artifactId>
204 8658 herko
                <version>${openrdf.sesame.version}</version>
205 7604 arjohn
            </dependency>
206 arjohn
            <dependency>
207 arjohn
                <groupId>org.openrdf.sesame</groupId>
208 arjohn
                <artifactId>sesame-sail-memory</artifactId>
209 8658 herko
                <version>${openrdf.sesame.version}</version>
210 7604 arjohn
            </dependency>
211 arjohn
            <dependency>
212 arjohn
                <groupId>org.openrdf.sesame</groupId>
213 arjohn
                <artifactId>sesame-sail-nativerdf</artifactId>
214 8658 herko
                <version>${openrdf.sesame.version}</version>
215 7604 arjohn
            </dependency>
216 arjohn
            <dependency>
217 arjohn
                <groupId>org.openrdf.sesame</groupId>
218 arjohn
                <artifactId>sesame-sail-rdbms</artifactId>
219 8658 herko
                <version>${openrdf.sesame.version}</version>
220 7604 arjohn
            </dependency>
221 arjohn
 
222 arjohn
            <dependency>
223 arjohn
                <groupId>org.openrdf.sesame</groupId>
224 arjohn
                <artifactId>sesame-runtime</artifactId>
225 8658 herko
                <version>${openrdf.sesame.version}</version>
226 7604 arjohn
            </dependency>
227 arjohn
 
228 arjohn
            <dependency>
229 arjohn
                <groupId>org.openrdf.sesame</groupId>
230 arjohn
                <artifactId>sesame-http-server</artifactId>
231 8658 herko
                <version>${openrdf.sesame.version}</version>
232 7604 arjohn
                <type>war</type>
233 8886 herko
                <scope>runtime</scope>
234 7604 arjohn
            </dependency>
235 arjohn
            <dependency>
236 arjohn
                <groupId>org.openrdf.sesame</groupId>
237 arjohn
                <artifactId>sesame-http-server-spring</artifactId>
238 8658 herko
                <version>${openrdf.sesame.version}</version>
239 7604 arjohn
            </dependency>
240 arjohn
 
241 arjohn
            <!-- Aduna Appbase -->
242 arjohn
            <dependency>
243 arjohn
                <groupId>info.aduna.appbase</groupId>
244 8999 herko
                <artifactId>aduna-appbase</artifactId>
245 7604 arjohn
                <version>${aduna.appbase.version}</version>
246 8999 herko
                <type>pom</type>
247 herko
                <scope>import</scope>
248 7604 arjohn
            </dependency>
249 arjohn
 
250 arjohn
            <!-- Aduna Commons -->
251 8999 herko
            <!-- Note: other Aduna Commons dependencies are imported from appbase -->
252 7604 arjohn
            <dependency>
253 arjohn
                <groupId>info.aduna.commons</groupId>
254 8999 herko
                <artifactId>aduna-commons-concurrent</artifactId>
255 9181 arjohn
                <version>2.4.0</version>
256 7604 arjohn
            </dependency>
257 arjohn
            <dependency>
258 arjohn
                <groupId>info.aduna.commons</groupId>
259 8999 herko
                <artifactId>aduna-commons-collections</artifactId>
260 9181 arjohn
                <version>2.5.0</version>
261 7604 arjohn
            </dependency>
262 arjohn
            <dependency>
263 arjohn
                <groupId>info.aduna.commons</groupId>
264 8189 herko
                <artifactId>aduna-commons-i18n</artifactId>
265 9181 arjohn
                <version>1.1.0</version>
266 7604 arjohn
            </dependency>
267 arjohn
            <dependency>
268 arjohn
                <groupId>info.aduna.commons</groupId>
269 8189 herko
                <artifactId>aduna-commons-iteration</artifactId>
270 9181 arjohn
                <version>2.5.0</version>
271 8189 herko
            </dependency>
272 herko
            <dependency>
273 herko
                <groupId>info.aduna.commons</groupId>
274 7604 arjohn
                <artifactId>aduna-commons-net-http-server-embedded</artifactId>
275 9181 arjohn
                <version>2.2.0</version>
276 7604 arjohn
            </dependency>
277 7561 arjohn
 
278 7604 arjohn
            <!-- Apache Commons -->
279 arjohn
            <dependency>
280 arjohn
                <groupId>commons-cli</groupId>
281 arjohn
                <artifactId>commons-cli</artifactId>
282 arjohn
                <version>1.1</version>
283 arjohn
            </dependency>
284 arjohn
            <dependency>
285 arjohn
                <groupId>commons-dbcp</groupId>
286 arjohn
                <artifactId>commons-dbcp</artifactId>
287 arjohn
                <version>1.2.2</version>
288 arjohn
            </dependency>
289 arjohn
            <dependency>
290 arjohn
                <groupId>commons-fileupload</groupId>
291 arjohn
                <artifactId>commons-fileupload</artifactId>
292 arjohn
                <version>1.2.1</version>
293 arjohn
            </dependency>
294 arjohn
            <dependency>
295 arjohn
                <groupId>commons-io</groupId>
296 arjohn
                <artifactId>commons-io</artifactId>
297 arjohn
                <!-- this is the version that is specified as an optional dependency for fileupload -->
298 arjohn
                <version>1.3.2</version>
299 arjohn
            </dependency>
300 arjohn
            <dependency>
301 arjohn
                <groupId>commons-httpclient</groupId>
302 arjohn
                <artifactId>commons-httpclient</artifactId>
303 arjohn
                <version>3.1</version>
304 arjohn
                <exclusions>
305 arjohn
                    <exclusion>
306 arjohn
                        <groupId>commons-logging</groupId>
307 arjohn
                        <artifactId>commons-logging</artifactId>
308 arjohn
                    </exclusion>
309 7775 arjohn
                    <exclusion>
310 arjohn
                        <!-- httpclient includes older codec -->
311 arjohn
                        <groupId>commons-codec</groupId>
312 arjohn
                        <artifactId>commons-codec</artifactId>
313 arjohn
                    </exclusion>
314 7604 arjohn
                </exclusions>
315 arjohn
            </dependency>
316 7775 arjohn
            <dependency>
317 arjohn
                <groupId>commons-codec</groupId>
318 arjohn
                <artifactId>commons-codec</artifactId>
319 arjohn
                <version>1.3</version>
320 arjohn
                <scope>runtime</scope>
321 arjohn
            </dependency>
322 7604 arjohn
 
323 arjohn
            <!-- Spring framework -->
324 arjohn
            <dependency>
325 arjohn
                <groupId>org.springframework</groupId>
326 arjohn
                <artifactId>spring-aop</artifactId>
327 8654 herko
                <version>${spring.version}</version>
328 7604 arjohn
                <exclusions>
329 arjohn
                    <exclusion>
330 arjohn
                        <groupId>commons-logging</groupId>
331 arjohn
                        <artifactId>commons-logging</artifactId>
332 arjohn
                    </exclusion>
333 arjohn
                </exclusions>
334 arjohn
            </dependency>
335 arjohn
 
336 arjohn
            <!-- Compliance tests -->
337 arjohn
            <dependency>
338 arjohn
                <groupId>edu.lehigh.swat.bench</groupId>
339 arjohn
                <artifactId>uba</artifactId>
340 arjohn
                <version>1.7</version>
341 arjohn
            </dependency>
342 arjohn
            <dependency>
343 arjohn
                <groupId>edu.lehigh.swat.bench</groupId>
344 arjohn
                <artifactId>ubt</artifactId>
345 arjohn
                <version>1.1</version>
346 arjohn
            </dependency>
347 arjohn
 
348 8658 herko
            <!-- JDBC Drivers -->
349 7604 arjohn
 
350 8658 herko
            <dependency>
351 herko
                <groupId>postgresql</groupId>
352 herko
                <artifactId>postgresql</artifactId>
353 herko
                <version>8.3-603.jdbc3</version>
354 herko
            </dependency>
355 7604 arjohn
 
356 8658 herko
            <dependency>
357 herko
                <groupId>mysql</groupId>
358 herko
                <artifactId>mysql-connector-java</artifactId>
359 herko
                <version>5.1.6</version>
360 herko
            </dependency>
361 7604 arjohn
 
362 arjohn
            <!-- various -->
363 arjohn
            <dependency>
364 arjohn
                <groupId>cglib</groupId>
365 arjohn
                <artifactId>cglib</artifactId>
366 arjohn
                <version>2.1_3</version>
367 arjohn
            </dependency>
368 arjohn
 
369 arjohn
            <!-- Logging: SLF4J -->
370 arjohn
            <dependency>
371 arjohn
                <groupId>org.slf4j</groupId>
372 arjohn
                <artifactId>slf4j-api</artifactId>
373 arjohn
                <version>${slf4j.version}</version>
374 arjohn
            </dependency>
375 arjohn
            <dependency>
376 arjohn
                <groupId>org.slf4j</groupId>
377 9023 arjohn
                <artifactId>jcl-over-slf4j</artifactId>
378 7604 arjohn
                <version>${slf4j.version}</version>
379 9023 arjohn
                <scope>runtime</scope>
380 7604 arjohn
            </dependency>
381 arjohn
            <dependency>
382 arjohn
                <groupId>org.slf4j</groupId>
383 9023 arjohn
                <artifactId>log4j-over-slf4j</artifactId>
384 7604 arjohn
                <version>${slf4j.version}</version>
385 arjohn
                <scope>runtime</scope>
386 arjohn
            </dependency>
387 arjohn
            <dependency>
388 arjohn
                <groupId>org.slf4j</groupId>
389 9023 arjohn
                <artifactId>slf4j-jdk14</artifactId>
390 7604 arjohn
                <version>${slf4j.version}</version>
391 9023 arjohn
                <scope>test</scope>
392 7604 arjohn
            </dependency>
393 arjohn
            <dependency>
394 9023 arjohn
                <groupId>ch.qos.logback</groupId>
395 arjohn
                <artifactId>logback-classic</artifactId>
396 arjohn
                <version>0.9.15</version>
397 arjohn
                <scope>test</scope>
398 7604 arjohn
            </dependency>
399 9023 arjohn
 
400 7604 arjohn
 
401 arjohn
            <!-- Testing: JUnit -->
402 arjohn
            <dependency>
403 arjohn
                <groupId>junit</groupId>
404 arjohn
                <artifactId>junit</artifactId>
405 arjohn
                <version>3.8.2</version>
406 arjohn
                <scope>test</scope>
407 arjohn
            </dependency>
408 arjohn
        </dependencies>
409 arjohn
    </dependencyManagement>
410 arjohn
 
411 arjohn
    <build>
412 arjohn
        <pluginManagement>
413 arjohn
            <plugins>
414 arjohn
                <!-- FIXME: version 2.2-beta-2 causes a lot problems -->
415 arjohn
                <plugin>
416 arjohn
                    <groupId>org.apache.maven.plugins</groupId>
417 arjohn
                    <artifactId>maven-assembly-plugin</artifactId>
418 arjohn
                    <version>2.2-beta-1</version>
419 arjohn
                </plugin>
420 9083 arjohn
 
421 arjohn
                <!-- 2.0-beta-9 fixes an incompatibility with svn 1.5 and newer,
422 arjohn
                     see http://jira.codehaus.org/browse/MRELEASE-375 -->
423 arjohn
                <plugin>
424 arjohn
                    <groupId>org.apache.maven.plugins</groupId>
425 arjohn
                    <artifactId>maven-release-plugin</artifactId>
426 arjohn
                    <version>2.0-beta-9</version>
427 arjohn
                </plugin>
428 arjohn
 
429 8675 herko
                <plugin>
430 herko
                    <groupId>org.apache.felix</groupId>
431 herko
                    <artifactId>maven-bundle-plugin</artifactId>
432 herko
                    <configuration>
433 herko
                        <remoteOBR>repository.xml</remoteOBR>
434 herko
                    </configuration>
435 herko
                    <executions>
436 herko
                        <execution>
437 herko
                            <id>bundle-manifest</id>
438 herko
                            <phase>process-classes</phase>
439 herko
                            <goals>
440 herko
                                <goal>manifest</goal>
441 herko
                            </goals>
442 herko
                        </execution>
443 herko
                        <execution>
444 herko
                            <id>bundle-package</id>
445 herko
                            <phase>package</phase>
446 herko
                            <goals>
447 herko
                                <goal>bundle</goal>
448 herko
                            </goals>
449 herko
                        </execution>
450 herko
                        <execution>
451 herko
                            <id>bundle-install</id>
452 herko
                            <phase>install</phase>
453 herko
                            <goals>
454 herko
                                <goal>install</goal>
455 herko
                            </goals>
456 herko
                        </execution>
457 herko
                        <execution>
458 herko
                            <id>bundle-deploy</id>
459 herko
                            <phase>deploy</phase>
460 herko
                            <goals>
461 herko
                                <goal>deploy</goal>
462 herko
                            </goals>
463 herko
                        </execution>
464 herko
                    </executions>
465 herko
                </plugin>
466 7604 arjohn
            </plugins>
467 arjohn
        </pluginManagement>
468 arjohn
 
469 arjohn
        <plugins>
470 arjohn
            <plugin>
471 arjohn
                <groupId>org.apache.maven.plugins</groupId>
472 arjohn
                <artifactId>maven-compiler-plugin</artifactId>
473 arjohn
                <configuration>
474 arjohn
                    <source>1.5</source>
475 arjohn
                    <target>1.5</target>
476 arjohn
                    <encoding>utf8</encoding>
477 arjohn
                </configuration>
478 arjohn
            </plugin>
479 arjohn
<!--
480 arjohn
            <plugin>
481 arjohn
                <groupId>ch.elca.el4j.maven.plugins</groupId>
482 arjohn
                <artifactId>maven-depgraph-plugin</artifactId>
483 arjohn
                <configuration>
484 arjohn
                    <outDir>target/site/images</outDir>
485 arjohn
                    <dotFile>${pom.artifactId}.dot</dotFile>
486 arjohn
                    <outFile>${pom.artifactId}.png</outFile>
487 arjohn
                    <filterEmptyArtifacts>true</filterEmptyArtifacts>
488 arjohn
                </configuration>
489 arjohn
            </plugin>
490 arjohn
-->
491 arjohn
        </plugins>
492 arjohn
    </build>
493 arjohn
 
494 arjohn
    <reporting>
495 arjohn
        <plugins>
496 arjohn
            <plugin>
497 arjohn
                <groupId>org.apache.maven.plugins</groupId>
498 arjohn
                <artifactId>maven-javadoc-plugin</artifactId>
499 arjohn
                <configuration>
500 arjohn
                    <source>1.5</source>
501 arjohn
                    <encoding>utf8</encoding>
502 9016 arjohn
                    <quiet>true</quiet>
503 7604 arjohn
                </configuration>
504 arjohn
            </plugin>
505 arjohn
        </plugins>
506 arjohn
    </reporting>
507 arjohn
 
508 arjohn
<!--
509 arjohn
    <pluginRepositories>
510 arjohn
        <pluginRepository>
511 arjohn
            <id>elca-services</id>
512 arjohn
            <url>http://el4.elca-services.ch/el4j/maven2repository</url>
513 arjohn
            <releases>
514 arjohn
                <enabled>true</enabled>
515 arjohn
            </releases>
516 arjohn
        </pluginRepository>
517 arjohn
    </pluginRepositories>
518 arjohn
-->
519 arjohn
 
520 arjohn
    <scm>
521 8650 herko
        <connection>scm:svn:https://repo.aduna-software.org/svn/org.openrdf/sesame/branches/2.3</connection>
522 herko
        <developerConnection>scm:svn:https://repo.aduna-software.org/svn/org.openrdf/sesame/branches/2.3</developerConnection>
523 herko
        <url>http://repo.aduna-software.org/viewvc/org.openrdf/sesame/branches/2.3</url>
524 7604 arjohn
    </scm>
525 arjohn
 
526 arjohn
    <repositories>
527 9213 arjohn
        <!-- duplicates info from aduna-opensource-root-pom to bootstrap the discovery process -->
528 7604 arjohn
        <repository>
529 arjohn
            <releases>
530 arjohn
                <enabled>true</enabled>
531 arjohn
            </releases>
532 arjohn
            <snapshots>
533 arjohn
                <enabled>false</enabled>
534 arjohn
            </snapshots>
535 arjohn
            <id>aduna-opensource.releases</id>
536 arjohn
            <name>Aduna Open Source - Maven releases</name>
537 arjohn
            <url>http://repo.aduna-software.org/maven2/releases</url>
538 arjohn
        </repository>
539 arjohn
    </repositories>
540 arjohn
 
541 7638 arjohn
</project>