From d48f0d80d2ac641f85ce917d2b366b125e080651 Mon Sep 17 00:00:00 2001 From: relan Date: Mon, 18 Dec 2017 10:39:49 +0300 Subject: [PATCH] Seafile: fix 2.1.18, 2.1.20, 2.2.0 and 2.2.1 Maven 3.0.5 requires -f option argument to be a file, not a directory. --- metadata/com.seafile.seadroid2.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata/com.seafile.seadroid2.txt b/metadata/com.seafile.seadroid2.txt index f635363072..b11cb4664c 100644 --- a/metadata/com.seafile.seadroid2.txt +++ b/metadata/com.seafile.seadroid2.txt @@ -402,7 +402,7 @@ Build:2.1.18,72 prebuild=find $$android-vcard$$ -name '*.jar' -delete && \ sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \ sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle - build=$$MVN3$$ install -f $$android-vcard$$ -Dmaven.test.skip=true + build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true Build:2.1.20,74 commit=2.1.20 @@ -413,7 +413,7 @@ Build:2.1.20,74 prebuild=find $$android-vcard$$ -name '*.jar' -delete && \ sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \ sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle - build=$$MVN3$$ install -f $$android-vcard$$ -Dmaven.test.skip=true + build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true Build:2.2.0,75 commit=2.2.0 @@ -424,7 +424,7 @@ Build:2.2.0,75 prebuild=find $$android-vcard$$ -name '*.jar' -delete && \ sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \ sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle - build=$$MVN3$$ install -f $$android-vcard$$ -Dmaven.test.skip=true + build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true Build:2.2.1,76 commit=2.2.1 @@ -435,7 +435,7 @@ Build:2.2.1,76 prebuild=find $$android-vcard$$ -name '*.jar' -delete && \ sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \ sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle - build=$$MVN3$$ install -f $$android-vcard$$ -Dmaven.test.skip=true + build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true Auto Update Mode:Version %v Update Check Mode:Tags