From 11a38c2a5011fc8daa8c39cb46b00793b4aebb74 Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: Mon, 30 Mar 2020 13:09:40 +0200 Subject: [PATCH] first config, then install --- setup-or-reset-dief.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup-or-reset-dief.sh b/setup-or-reset-dief.sh index 73a9358..7d9d975 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 -- GitLab