Strabon
annotate endpoint-client/pom.xml @ 688:9a4bb8e81273
split queryresultio-spatial into submodules (one for API that provides the stSPARQLQueryResultFormat and one for each writer implementation, e.g., XML, HTML, etc.)
Renamed resultio to resultio-spatial.
Renamed endpoint-client artifact to strabon-endpoint-client.
Moved org.openrdf.resultio.Format to eu.earthobservatory.utils.
Renamed and moved org.openrdf.resultio.stSPARQLQueryResultWriter to eu.earthobservatory.utils.stSPARQLQueryResultToFormatAdapter. This is a factory class for stSPARQLQueryResults.
NOTICE: You should import the whole Strabon project into Eclipse to work with this commit
Renamed resultio to resultio-spatial.
Renamed endpoint-client artifact to strabon-endpoint-client.
Moved org.openrdf.resultio.Format to eu.earthobservatory.utils.
Renamed and moved org.openrdf.resultio.stSPARQLQueryResultWriter to eu.earthobservatory.utils.stSPARQLQueryResultToFormatAdapter. This is a factory class for stSPARQLQueryResults.
NOTICE: You should import the whole Strabon project into Eclipse to work with this commit
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Tue Nov 06 19:24:43 2012 +0200 (2012-11-06) |
parents | 706b99be9078 |
children | becebb2ff70c |
rev | line source |
---|---|
charnik@686 | 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"> |
charnik@686 | 2 |
charnik@686 | 3 <modelVersion>4.0.0</modelVersion> |
charnik@686 | 4 |
charnik@686 | 5 <parent> |
charnik@686 | 6 <groupId>eu.earthobservatory</groupId> |
charnik@686 | 7 <artifactId>strabon</artifactId> |
charnik@686 | 8 <version>3.2.5-SNAPSHOT</version> |
charnik@686 | 9 </parent> |
charnik@686 | 10 |
charnik@688 | 11 <artifactId>strabon-endpoint-client</artifactId> |
charnik@686 | 12 |
charnik@686 | 13 <name>Strabon: Endpoint client</name> |
charnik@686 | 14 <description>A java client for Strabon endpoint</description> |
charnik@686 | 15 <packaging>jar</packaging> |
charnik@686 | 16 |
charnik@686 | 17 <dependencies> |
charnik@686 | 18 <dependency> |
charnik@686 | 19 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 20 <artifactId>sesame-rio-api</artifactId> |
charnik@686 | 21 </dependency> |
charnik@686 | 22 <dependency> |
charnik@686 | 23 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 24 <artifactId>sesame-queryresultio-spatial-api</artifactId> |
charnik@686 | 25 </dependency> |
charnik@688 | 26 <!-- |
charnik@686 | 27 <dependency> |
charnik@686 | 28 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 29 <artifactId>sesame-queryresultio-spatial-api</artifactId> |
charnik@686 | 30 </dependency> |
charnik@688 | 31 --> |
charnik@686 | 32 <dependency> |
charnik@686 | 33 <groupId>commons-httpclient</groupId> |
charnik@686 | 34 <artifactId>commons-httpclient</artifactId> |
charnik@686 | 35 <exclusions> |
charnik@686 | 36 <exclusion> |
charnik@686 | 37 <groupId>commons-logging</groupId> |
charnik@686 | 38 <artifactId>commons-logging</artifactId> |
charnik@686 | 39 </exclusion> |
charnik@686 | 40 <exclusion> |
charnik@686 | 41 <!-- httpclient includes older codec --> |
charnik@686 | 42 <groupId>commons-codec</groupId> |
charnik@686 | 43 <artifactId>commons-codec</artifactId> |
charnik@686 | 44 </exclusion> |
charnik@686 | 45 </exclusions> |
charnik@686 | 46 </dependency> |
charnik@686 | 47 <dependency> |
charnik@686 | 48 <groupId>commons-codec</groupId> |
charnik@686 | 49 <artifactId>commons-codec</artifactId> |
charnik@686 | 50 <scope>runtime</scope> |
charnik@686 | 51 </dependency> |
charnik@686 | 52 |
charnik@686 | 53 <!-- Testing: JUnit --> |
charnik@686 | 54 <dependency> |
charnik@686 | 55 <groupId>junit</groupId> |
charnik@686 | 56 <artifactId>junit</artifactId> |
charnik@686 | 57 <scope>test</scope> |
charnik@686 | 58 </dependency> |
charnik@686 | 59 </dependencies> |
charnik@686 | 60 |
charnik@686 | 61 <build> |
charnik@686 | 62 <pluginManagement> |
charnik@686 | 63 <plugins> |
charnik@686 | 64 <!-- FIXME: version 2.2-beta-2 causes a lot problems --> |
charnik@686 | 65 <plugin> |
charnik@686 | 66 <groupId>org.apache.maven.plugins</groupId> |
charnik@686 | 67 <artifactId>maven-assembly-plugin</artifactId> |
charnik@686 | 68 <version>2.2-beta-1</version> |
charnik@686 | 69 </plugin> |
charnik@686 | 70 <plugin> |
charnik@686 | 71 <groupId>org.eclipse.m2e</groupId> |
charnik@686 | 72 <artifactId>lifecycle-mapping</artifactId> |
charnik@686 | 73 <version>1.0.0</version> |
charnik@686 | 74 <configuration> |
charnik@686 | 75 <lifecycleMappingMetadata> |
charnik@686 | 76 <pluginExecutions> |
charnik@686 | 77 <pluginExecution> |
charnik@686 | 78 <pluginExecutionFilter> |
charnik@686 | 79 <groupId>org.apache.maven.plugins</groupId> |
charnik@686 | 80 <artifactId>maven-dependency-plugin</artifactId> |
charnik@686 | 81 <versionRange>[2.3,)</versionRange> |
charnik@686 | 82 <goals> |
charnik@686 | 83 <goal>copy-dependencies</goal> |
charnik@686 | 84 </goals> |
charnik@686 | 85 </pluginExecutionFilter> |
charnik@686 | 86 <action> |
charnik@686 | 87 <ignore /> |
charnik@686 | 88 </action> |
charnik@686 | 89 </pluginExecution> |
charnik@686 | 90 </pluginExecutions> |
charnik@686 | 91 </lifecycleMappingMetadata> |
charnik@686 | 92 </configuration> |
charnik@686 | 93 </plugin> |
charnik@686 | 94 </plugins> |
charnik@686 | 95 </pluginManagement> |
charnik@686 | 96 |
charnik@686 | 97 <plugins> |
charnik@686 | 98 <plugin> |
charnik@686 | 99 <groupId>org.apache.maven.plugins</groupId> |
charnik@686 | 100 <artifactId>maven-compiler-plugin</artifactId> |
charnik@686 | 101 <version>2.3.2</version> |
charnik@686 | 102 <configuration> |
charnik@686 | 103 <source>1.6</source> |
charnik@686 | 104 <target>1.6</target> |
charnik@686 | 105 <encoding>utf8</encoding> |
charnik@686 | 106 </configuration> |
charnik@686 | 107 </plugin> |
charnik@686 | 108 <plugin> |
charnik@686 | 109 <groupId>org.apache.maven.plugins</groupId> |
charnik@686 | 110 <artifactId>maven-dependency-plugin</artifactId> |
charnik@686 | 111 <version>2.4</version> |
charnik@686 | 112 <executions> |
charnik@686 | 113 <execution> |
charnik@686 | 114 <id>copy-dependencies</id> |
charnik@686 | 115 <phase>package</phase> |
charnik@686 | 116 <goals> |
charnik@686 | 117 <goal>copy-dependencies</goal> |
charnik@686 | 118 </goals> |
charnik@686 | 119 <configuration> |
charnik@686 | 120 <outputDirectory>${project.build.directory}</outputDirectory> |
charnik@686 | 121 <overWriteReleases>false</overWriteReleases> |
charnik@686 | 122 <overWriteSnapshots>false</overWriteSnapshots> |
charnik@686 | 123 <overWriteIfNewer>true</overWriteIfNewer> |
charnik@686 | 124 </configuration> |
charnik@686 | 125 </execution> |
charnik@686 | 126 </executions> |
charnik@686 | 127 </plugin> |
charnik@686 | 128 |
charnik@686 | 129 <plugin> |
charnik@686 | 130 <groupId>org.apache.maven.plugins</groupId> |
charnik@686 | 131 <artifactId>maven-jar-plugin</artifactId> |
charnik@686 | 132 <version>2.4</version> |
charnik@686 | 133 <configuration> |
charnik@686 | 134 <skipIfEmpty>true</skipIfEmpty> |
charnik@686 | 135 </configuration> |
charnik@686 | 136 <executions> |
charnik@686 | 137 <execution> |
charnik@686 | 138 <goals> |
charnik@686 | 139 <goal>test-jar</goal> |
charnik@686 | 140 </goals> |
charnik@686 | 141 </execution> |
charnik@686 | 142 </executions> |
charnik@686 | 143 </plugin> |
charnik@686 | 144 </plugins> |
charnik@686 | 145 </build> |
charnik@686 | 146 </project> |
charnik@686 | 147 |