Skip to content

Commit

Permalink
updated bin
Browse files Browse the repository at this point in the history
  • Loading branch information
andimou committed May 12, 2016
1 parent 6367906 commit 500e32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/RML-Mapper
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
compile () {
echo "Compiling RML-Mapper started..."
mvn clean install -DskipTests
cp RML-Processor/target/RML-Processor-0.2.jar RML-Mapper.jar
cp RML-Processor/target/RML-Processor-0.3.jar RML-Mapper.jar
echo "Compiling RML-Mapper finished..."
}

Expand All @@ -13,7 +13,7 @@ execute () {

#check if RMLMapper.jar exists
if [ ! -d "RML-Mapper.jar" ]; then
cp RML-Processor/target/RML-Processor-0.2.jar RML-Mapper.jar
cp RML-Processor/target/RML-Processor-0.3.jar RML-Mapper.jar
fi

#excute the mapping document
Expand Down

0 comments on commit 500e32c

Please sign in to comment.