aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRncLsn <rnc.lsn@gmail.com>2015-10-12 11:10:01 +0100
committerRncLsn <rnc.lsn@gmail.com>2015-10-12 11:10:01 +0100
commit8651164cd632a5db310b457ce32d4fbc97bdc41c (patch)
treef898102e0090a664d850b45eee994c57447bd4b9 /pom.xml
parent45616f650111c1d0236d22fcb5f3b4e5e8b68550 (diff)
downloadACQuA-8651164cd632a5db310b457ce32d4fbc97bdc41c.tar.gz
ACQuA-8651164cd632a5db310b457ce32d4fbc97bdc41c.zip
RDFox dependency from project repo; improved the readme.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml42
1 files changed, 27 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index ffe18ce..466383a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,19 @@
6 <version>2.1.2</version> 6 <version>2.1.2</version>
7 <packaging>jar</packaging> 7 <packaging>jar</packaging>
8 <name>PAGOdA</name> 8 <name>PAGOdA</name>
9 <build> 9 <properties>
10 <skipTests>true</skipTests>
11 </properties>
12 <repositories>
13 <!--other repositories if any-->
14 <repository>
15 <id>project.local</id>
16 <name>pagoda</name>
17 <url>file:${project.basedir}/repo</url>
18 </repository>
19 </repositories>
20
21 <build>
10 <sourceDirectory>src</sourceDirectory> 22 <sourceDirectory>src</sourceDirectory>
11 <testSourceDirectory>test</testSourceDirectory> 23 <testSourceDirectory>test</testSourceDirectory>
12 <resources> 24 <resources>
@@ -101,20 +113,20 @@
101 <artifactId>dashboard-maven-plugin</artifactId> 113 <artifactId>dashboard-maven-plugin</artifactId>
102 <version>1.0.0-beta-1</version> 114 <version>1.0.0-beta-1</version>
103 </plugin> 115 </plugin>
104 <plugin> 116 <!--<plugin>-->
105 <groupId>org.apache.maven.plugins</groupId> 117 <!--<groupId>org.apache.maven.plugins</groupId>-->
106 <artifactId>maven-surefire-plugin</artifactId> 118 <!--<artifactId>maven-surefire-plugin</artifactId>-->
107 <version>2.13</version> 119 <!--<version>2.13</version>-->
108 <configuration> 120 <!--<configuration>-->
109 <forkMode>always</forkMode> 121 <!--<forkMode>always</forkMode>-->
110 <systemPropertyVariables> 122 <!--<systemPropertyVariables>-->
111 <reporter.debug>false</reporter.debug> 123 <!--<reporter.debug>false</reporter.debug>-->
112 </systemPropertyVariables> 124 <!--</systemPropertyVariables>-->
113 <suiteXmlFiles> 125 <!--<suiteXmlFiles>-->
114 <suiteXmlFile>testResources/LightTests.xml</suiteXmlFile> 126 <!--<suiteXmlFile>testResources/LightTests.xml</suiteXmlFile>-->
115 </suiteXmlFiles> 127 <!--</suiteXmlFiles>-->
116 </configuration> 128 <!--</configuration>-->
117 </plugin> 129 <!--</plugin>-->
118 </plugins> 130 </plugins>
119 </reporting> 131 </reporting>
120 <dependencies> 132 <dependencies>