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.
This commit is contained in:
relan 2017-12-18 10:39:49 +03:00
parent c53a40d15e
commit d48f0d80d2

View file

@ -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