| <!-- |
| ~ Copyright (c) 2013 Salzburg Research. |
| ~ |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| ~ you may not use this file except in compliance with the License. |
| ~ You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License. |
| --> |
| <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/xsd/maven-4.0.0.xsd"> |
| <modelVersion>4.0.0</modelVersion> |
| |
| <parent> |
| <groupId>at.newmedialab.lmf</groupId> |
| <artifactId>lmf-parent</artifactId> |
| <version>3.0.0-SNAPSHOT</version> |
| <relativePath>../</relativePath> |
| </parent> |
| |
| <groupId>at.newmedialab.ldpath</groupId> |
| <artifactId>ldpath-parent</artifactId> |
| <packaging>pom</packaging> |
| |
| <name>LDPath Parent</name> |
| <description>A path-based query language for RDF and Linked Data.</description> |
| <url>https://code.google.com/p/ldpath/</url> |
| |
| <inceptionYear>2012</inceptionYear> |
| <licenses> |
| <license> |
| <name>Apache Software License, Version 2.0</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| <distribution>repo</distribution> |
| <comments>A business-friendly OSS license</comments> |
| </license> |
| </licenses> |
| |
| <developers> |
| <developer> |
| <name>Sebastian Schaffert</name> |
| <email>sebastian.schaffert@salzburgresearch.at</email> |
| <organization>Salzburg Research</organization> |
| </developer> |
| <developer> |
| <name>Rupert Westenthaler</name> |
| <email>rwesten@apache.org</email> |
| <organization>Salzburg Research</organization> |
| </developer> |
| <developer> |
| <name>Jakob Frank</name> |
| <email>jakob.frank@salzburgresearch.at</email> |
| <organization>Salzburg Research</organization> |
| </developer> |
| </developers> |
| |
| <organization> |
| <name>Salzburg Research</name> |
| <url>http://www.salzburgresearch.at</url> |
| </organization> |
| |
| <scm> |
| <connection> |
| scm:hg:https://code.google.com/p/ldpath/ |
| </connection> |
| <developerConnection> |
| scm:hg:https://code.google.com/p/ldpath/ |
| </developerConnection> |
| <url>https://code.google.com/p/ldpath/</url> |
| <tag>HEAD</tag> |
| </scm> |
| |
| <properties> |
| <sesameVersion>2.6.10</sesameVersion> |
| <jenaVersion>2.7.3</jenaVersion> |
| <sl4jVersion>1.7.2</sl4jVersion> |
| <logbackVersion>1.0.7</logbackVersion> |
| <jacksonVersion>1.9.10</jacksonVersion> |
| </properties> |
| |
| <repositories> |
| <repository> |
| <id>snml</id> |
| <name>Salzburg NewMediaLab Repository</name> |
| <url>http://devel.kiwi-project.eu:8080/nexus/content/groups/public/</url> |
| </repository> |
| </repositories> |
| |
| <distributionManagement> |
| <repository> |
| <id>sonatype.staging</id> |
| <name>Sonatype Staging Repository</name> |
| <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
| </repository> |
| <snapshotRepository> |
| <id>snml.snapshots</id> |
| <name>Salzburg NewMediaLab Repository</name> |
| <url>http://devel.kiwi-project.eu:8080/nexus/content/repositories/snapshots/</url> |
| </snapshotRepository> |
| </distributionManagement> |
| |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>at.newmedialab.ldpath</groupId> |
| <artifactId>ldpath-core</artifactId> |
| <version>${project.version}</version> |
| <type>test-jar</type> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-api</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-ext</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>jcl-over-slf4j</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>log4j-over-slf4j</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>ch.qos.logback</groupId> |
| <artifactId>logback-classic</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.hamcrest</groupId> |
| <artifactId>hamcrest-core</artifactId> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.hamcrest</groupId> |
| <artifactId>hamcrest-library</artifactId> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <version>2.12.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-gpg-plugin</artifactId> |
| <version>1.4</version> |
| <!-- uncomment for release deployment --> |
| <executions> |
| <execution> |
| <id>sign-artifacts</id> |
| <phase>verify</phase> |
| <goals> |
| <goal>sign</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>maven-bundle-plugin</artifactId> |
| <version>2.3.7</version> |
| <inherited>true</inherited> |
| <configuration> |
| <instructions> |
| <Bundle-DocURL>http://code.google.com/p/ldpath/</Bundle-DocURL> |
| <Bundle-Vendor>Salzburg Research</Bundle-Vendor> |
| <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
| <_versionpolicy>$${version;===;${@}}</_versionpolicy> |
| </instructions> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>maven-scr-plugin</artifactId> |
| <version>1.7.4</version> |
| <executions> |
| <execution> |
| <id>generate-scr-scrdescriptor</id> |
| <goals> |
| <goal>scr</goal> |
| </goals> |
| <configuration> |
| <properties> |
| <service.vendor>Salzburg Research</service.vendor> |
| </properties> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| <plugin> |
| <groupId>org.eclipse.m2e</groupId> |
| <artifactId>lifecycle-mapping</artifactId> |
| <version>1.0.0</version> |
| <configuration> |
| <lifecycleMappingMetadata> |
| <pluginExecutions> |
| <pluginExecution> |
| <pluginExecutionFilter> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>maven-scr-plugin</artifactId> |
| <versionRange>[1.7.4,)</versionRange> |
| <goals> |
| <goal>scr</goal> |
| </goals> |
| </pluginExecutionFilter> |
| <action> |
| <ignore /> |
| </action> |
| </pluginExecution> |
| </pluginExecutions> |
| </lifecycleMappingMetadata> |
| </configuration> |
| </plugin> |
| <plugin> <!-- generate JRebel Configuration --> |
| <groupId>org.zeroturnaround</groupId> |
| <artifactId>jrebel-maven-plugin</artifactId> |
| <configuration> |
| <relativePath>../../</relativePath> |
| </configuration> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <configuration> |
| <source>1.6</source> |
| <target>1.6</target> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <modules> |
| <module>ldpath-api</module> |
| <module>ldpath-core</module> |
| <module>ldpath-backend-sesame</module> |
| <module>ldpath-backend-file</module> |
| <module>ldpath-backend-linkeddata</module> |
| <module>ldpath-template</module> |
| <module>ldpath-template-linkeddata</module> |
| <module>ldpath-backend-jena</module> |
| <module>ldpath-functions-collections</module> |
| <module>ldpath-functions-xml</module> |
| <module>ldpath-functions-html</module> |
| <module>ldpath-functions-text</module> |
| <module>ldpath-functions-math</module> |
| <module>ldpath-functions-date</module> |
| <!-- |
| <module>ldpath-backend-sparql</module> |
| --> |
| </modules> |
| |
| </project> |