You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/08/07 21:23:24 UTC

git commit: CLEREZZA-943: copied over the repo-hack and the file from ext.virtuoso.jdbc

Repository: clerezza
Updated Branches:
  refs/heads/master c707a3cca -> 0a18ecf2a


CLEREZZA-943: copied over the repo-hack and the file from ext.virtuoso.jdbc


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/0a18ecf2
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/0a18ecf2
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/0a18ecf2

Branch: refs/heads/master
Commit: 0a18ecf2a07a64c42779243491f541abafeb2a01
Parents: c707a3c
Author: Reto Gmür <re...@apache.org>
Authored: Thu Aug 7 21:22:22 2014 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Thu Aug 7 21:22:22 2014 +0200

----------------------------------------------------------------------
 rdf.virtuoso.storage/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/0a18ecf2/rdf.virtuoso.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.virtuoso.storage/pom.xml b/rdf.virtuoso.storage/pom.xml
index 14edef5..a0d280a 100644
--- a/rdf.virtuoso.storage/pom.xml
+++ b/rdf.virtuoso.storage/pom.xml
@@ -31,6 +31,18 @@
 	<packaging>bundle</packaging>
 	<version>1.0.0-SNAPSHOT</version>
 	
+    <repositories>
+		<repository>
+			<releases>
+				<updatePolicy>always</updatePolicy>
+			</releases>
+			<snapshots>
+				<updatePolicy>always</updatePolicy>
+			</snapshots>
+			<id>virtuoso-jdbc4-embedded</id>
+			<url>file://localhost/${project.basedir}/src/main/resources/maven/repo</url>
+		</repository>
+	</repositories>
 	<dependencies>
 		<!-- CLEREZZA -->
 		<dependency>