Skip to content

Commit

Permalink
Minor fixes in poms.
Browse files Browse the repository at this point in the history
  • Loading branch information
frmichel committed Jan 23, 2015
1 parent cb66566 commit 2192882
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions morph-base-querytranslator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
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>
<artifactId>morph-base-querytranslator</artifactId>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
<parent>
<groupId>fr.unice.i3s</groupId>
Expand Down
1 change: 1 addition & 0 deletions morph-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>morph-base</artifactId>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
<parent>
<groupId>fr.unice.i3s</groupId>
Expand Down
8 changes: 3 additions & 5 deletions morph-xr2rml-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>morph-xr2rml-dist</artifactId>
<name>${project.artifactId}</name>
<parent>
<artifactId>morph-xr2rml</artifactId>
<groupId>fr.unice.i3s</groupId>
<groupId>fr.unice.i3s</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>morph-xr2rml-dist</artifactId>
<name>${project.artifactId}</name>

<dependencies>

<dependency>
Expand Down Expand Up @@ -60,7 +59,6 @@
</descriptorRefs>
</configuration>
</plugin>

</plugins>
</build>

Expand Down
1 change: 1 addition & 0 deletions morph-xr2rml-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
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>
<artifactId>morph-xr2rml-lang</artifactId>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
<parent>
<groupId>fr.unice.i3s</groupId>
Expand Down
1 change: 1 addition & 0 deletions morph-xr2rml-rdb-querytranslator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
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>
<artifactId>morph-xr2rml-rdb-querytranslator</artifactId>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
<parent>
<groupId>fr.unice.i3s</groupId>
Expand Down
1 change: 1 addition & 0 deletions morph-xr2rml-rdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
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>
<artifactId>morph-xr2rml-rdb</artifactId>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
<parent>
<groupId>fr.unice.i3s</groupId>
Expand Down
19 changes: 15 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,29 @@
<repository>
<uniqueVersion>false</uniqueVersion>
<id>dropbox-releases</id>
<!-- Public url: https://www.dropbox.com/sh/1xcnvpc7pv6um2i/AAA6817hFleId-zP7Khr-BCYa/release?dl=0 -->
<!-- Public url: https://www.dropbox.com/sh/1xcnvpc7pv6um2i/AAA6817hFleId-zP7Khr-BCYa/release?dl=0 -->
<url>file:///C:/Users/fmichel/Documents/Dropbox/Public/artifacts/release</url>
</repository>

<snapshotRepository>
<uniqueVersion>false</uniqueVersion>
<id>dropbox-snapshots</id>
<!-- Public url: https://www.dropbox.com/sh/1xcnvpc7pv6um2i/AABc7hU5YdNqsQmdO7Q5yb-ya/snapshot?dl=0 -->
<!-- Public url: https://www.dropbox.com/sh/1xcnvpc7pv6um2i/AABc7hU5YdNqsQmdO7Q5yb-ya/snapshot?dl=0 -->
<url>file:///C:/Users/fmichel/Documents/Dropbox/Public/artifacts/snapshot</url>
</snapshotRepository>

</distributionManagement>

<!-- <reporting>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.15.2</version>
</plugin>
</plugins>
</reporting> -->

<repositories>
<repository>
<id>central</id>
Expand Down Expand Up @@ -67,7 +78,7 @@
</repository>
</repositories>

<!-- Common dependencies -->
<!-- Common dependencies -->
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
Expand All @@ -80,7 +91,7 @@
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand Down

0 comments on commit 2192882

Please sign in to comment.