From: Espen Fossen Date: Sat, 2 Feb 2013 14:00:36 +0000 (+0100) Subject: Added pom for building via maven. Actionbarsherlock and android resources gets resolv... X-Git-Tag: oc-android-1.4.3~45^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/851c576d02076cb29858f36620c22c6cc20e094a Added pom for building via maven. Actionbarsherlock and android resources gets resolved as maven dependencies, and the apk is built via android-maven-plugin. --- diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..27263337 --- /dev/null +++ b/pom.xml @@ -0,0 +1,100 @@ + + + + 4.0.0 + com.owncloud.android + owncloud + 1.3.21-SNAPSHOT + apk + Owncloud Android + + + 1.6 + 4.1.1.4 + r7 + 4.2.0 + + + https://github.com/owncloud/android + Owncloud for Android + + scm:git:git@github.com:owncloud/android.git + scm:git:git@github.com:owncloud/android.git + https://github.com/owncloud/android + + + + + + com.google.android + android + ${google.android-version} + provided + + + + com.google.android + support-v4 + ${google.android.support-version} + + + + com.actionbarsherlock + actionbarsherlock + ${actionbarsherlock-version} + provided + + + + com.actionbarsherlock + actionbarsherlock + ${actionbarsherlock-version} + apklib + + + + org.apache.jackrabbit + jackrabbit-webdav + 2.5.2 + + + + + + ${project.artifactId} + + src + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + ${java-version} + ${java-version} + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.5.0 + + + + ${env.ANDROID_HOME} + 17 + + + true + + + + + + + +