Skip to content
Snippets Groups Projects
Commit de2a2a49 authored by Root's avatar Root
Browse files

working

parent e0d3cabc
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
GROUP=$1
VERSION=$2
SERVER=$3
# get artifacts
ARTIFACTS=` xmlstarlet sel -N my=http://maven.apache.org/POM/4.0.0 -t -v "/my:project/my:modules/my:module" $GROUP/pom.xml`
ARTIFACTS=`xmlstarlet sel -N my=http://maven.apache.org/POM/4.0.0 -t -v "/my:project/my:modules/my:module" $GROUP/pom.xml`
#ARTIFACTS="geo-coordinates-mappingbased instance-types specific-mappingbased-properties mappingbased-literals mappingbased-objects-uncleaned"
#VERSION="2019.08.01"
for i in $ARTIFACTS ; do
for a in $ARTIFACTS ; do
echo $i
#scp -rv marvin-fetch@dbpedia-mappings.tib.eu:/data/databus-maven-plugin/dbpedia/mappings/$i/$VERSION $i/
#scp -rv marvin-fetch@$SERVER:/data/databus-maven-plugin/dbpedia/$GROUP/$a/$VERSION $GROUP/$a/
rsync -av --ignore-existing marvin-fetch@$SERVER:/data/databus-maven-plugin/dbpedia/$GROUP/$a/$VERSION $GROUP/$a/$VERSION
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment