diff --git a/README.md b/README.md
index 60fc2ea31..0177435ac 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ From an IDE: locate main class `fr.unice.i3s.morph.xr2rml.engine.MorphRunner` de
From a command line interface, CD to directory morph-xr2rml-dist and run the application as follows:
```
-java -cp target\morph-xr2rml-dist-1.0-SNAPSHOT-jar-with-dependencies.jar \
+java -cp target/morph-xr2rml-dist-1.0-SNAPSHOT-jar-with-dependencies.jar \
fr.unice.i3s.morph.xr2rml.engine.MorphRunner \
--configDir example_mysql \
--configFile morph.properties
@@ -56,7 +56,7 @@ From an IDE: locate main class `fr.unice.i3s.morph.xr2rml.engine.MorphRunner` de
From a command line interface, CD to directory morph-xr2rml-dist and run the application as follows:
```
-java -cp target\morph-xr2rml-dist-1.0-SNAPSHOT-jar-with-dependencies.jar \
+java -cp target/morph-xr2rml-dist-1.0-SNAPSHOT-jar-with-dependencies.jar \
fr.unice.i3s.morph.xr2rml.engine.MorphRunner \
--configDir example_mongo \
--configFile morph.properties
diff --git a/morph-base-querytranslator/pom.xml b/morph-base-querytranslator/pom.xml
index 8a434b1df..47b98a6ae 100644
--- a/morph-base-querytranslator/pom.xml
+++ b/morph-base-querytranslator/pom.xml
@@ -2,6 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
morph-base-querytranslator
+ ${project.artifactId}
jar
fr.unice.i3s
diff --git a/morph-base/pom.xml b/morph-base/pom.xml
index bcdff3739..c2eb01f94 100644
--- a/morph-base/pom.xml
+++ b/morph-base/pom.xml
@@ -4,6 +4,7 @@
4.0.0
morph-base
+ ${project.artifactId}
jar
fr.unice.i3s
diff --git a/morph-xr2rml-dist/pom.xml b/morph-xr2rml-dist/pom.xml
index 7283efd29..a3d6bc259 100644
--- a/morph-xr2rml-dist/pom.xml
+++ b/morph-xr2rml-dist/pom.xml
@@ -2,15 +2,14 @@
4.0.0
+ morph-xr2rml-dist
+ ${project.artifactId}
morph-xr2rml
- fr.unice.i3s
+ fr.unice.i3s
1.0-SNAPSHOT
- morph-xr2rml-dist
- ${project.artifactId}
-
@@ -60,7 +59,6 @@
-
diff --git a/morph-xr2rml-lang/pom.xml b/morph-xr2rml-lang/pom.xml
index fa5df6e09..91b3da6a3 100644
--- a/morph-xr2rml-lang/pom.xml
+++ b/morph-xr2rml-lang/pom.xml
@@ -2,6 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
morph-xr2rml-lang
+ ${project.artifactId}
jar
fr.unice.i3s
diff --git a/morph-xr2rml-rdb-querytranslator/pom.xml b/morph-xr2rml-rdb-querytranslator/pom.xml
index 4d4a00de6..656240f06 100644
--- a/morph-xr2rml-rdb-querytranslator/pom.xml
+++ b/morph-xr2rml-rdb-querytranslator/pom.xml
@@ -2,6 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
morph-xr2rml-rdb-querytranslator
+ ${project.artifactId}
jar
fr.unice.i3s
diff --git a/morph-xr2rml-rdb/pom.xml b/morph-xr2rml-rdb/pom.xml
index 24a14dff0..b5686e196 100644
--- a/morph-xr2rml-rdb/pom.xml
+++ b/morph-xr2rml-rdb/pom.xml
@@ -2,6 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
morph-xr2rml-rdb
+ ${project.artifactId}
jar
fr.unice.i3s
diff --git a/pom.xml b/pom.xml
index 94cf7689f..a21131669 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,18 +27,29 @@
false
dropbox-releases
-
+
file:///C:/Users/fmichel/Documents/Dropbox/Public/artifacts/release
false
dropbox-snapshots
-
+
file:///C:/Users/fmichel/Documents/Dropbox/Public/artifacts/snapshot
+
+
+
central
@@ -67,7 +78,7 @@
-
+
org.scala-lang
@@ -80,7 +91,7 @@
commons-cli
1.2
-
+
log4j
log4j