From aa19cb25afc3ccd7b96a67d7009036b65da3e108 Mon Sep 17 00:00:00 2001 From: "srowen@gmail.com" Date: Sun, 24 Nov 2013 16:18:44 +0000 Subject: [PATCH] Build Android apps, using Ant script, in compile phase in Maven git-svn-id: https://zxing.googlecode.com/svn/trunk@2917 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/pom.xml | 56 +++++++++++++++++++++++++++++++++++++++++++++ androidtest/pom.xml | 56 +++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 9 +++++++- 3 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 android/pom.xml create mode 100644 androidtest/pom.xml diff --git a/android/pom.xml b/android/pom.xml new file mode 100644 index 000000000..26aeb6f31 --- /dev/null +++ b/android/pom.xml @@ -0,0 +1,56 @@ + + + + 4.0.0 + + android + 2.3.0-SNAPSHOT + pom + + + com.google.zxing + zxing-parent + 2.3.0-SNAPSHOT + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + compile + + + + + + + + run + + + + + + + + Android Barcode Scanner app + Provides the Android app "Barcode Scanner" + + diff --git a/androidtest/pom.xml b/androidtest/pom.xml new file mode 100644 index 000000000..34cc29f0e --- /dev/null +++ b/androidtest/pom.xml @@ -0,0 +1,56 @@ + + + + 4.0.0 + + androidtest + 2.3.0-SNAPSHOT + pom + + + com.google.zxing + zxing-parent + 2.3.0-SNAPSHOT + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + compile + + + + + + + + run + + + + + + + + Android ZXing Test app + Provides the Android app "ZXing Test" for developers + + diff --git a/pom.xml b/pom.xml index cfc550374..493ad9049 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,8 @@ android-integration zxing.appspot.com zxingorg + android + androidtest @@ -214,7 +216,12 @@ org.apache.maven.plugins maven-war-plugin - 2.3 + 2.4 + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7