diff --git a/setup-or-reset-dief.sh b/setup-or-reset-dief.sh index 73a9358cd4b3b123fc9ac13b0836b00cb1374529..7d9d9750916e744cddf04c5028fd4230a06b45f2 100755 --- a/setup-or-reset-dief.sh +++ b/setup-or-reset-dief.sh @@ -9,8 +9,6 @@ rm -r $MARVINEXTRACTIONDIR/* cd marvin-extraction git clone "https://github.com/dbpedia/extraction-framework.git" $DIEFDIR &>/dev/null cd $DIEFDIR -# reset the ontology and some files that are changes -mvn clean install 2>&1 | tee $LOGDIR/installDIEF.log # concat universial props @@ -18,4 +16,5 @@ echo "base-dir=$EXTRACTIONBASEDIR" > $DIEFDIR/core/src/main/resources/universal. echo "log-dir=$LOGDIR/extraction/" >> $DIEFDIR/core/src/main/resources/universal.properties cat $CONFIGDIR/universal.properties.template >> $DIEFDIR/core/src/main/resources/universal.properties +mvn clean install 2>&1 | tee $LOGDIR/installDIEF.log