From bbd0cbe712dfe38c89200a702a07ea1a76215c34 Mon Sep 17 00:00:00 2001 From: Travis Burtrum Date: Wed, 19 Dec 2012 09:47:36 -0500 Subject: [PATCH] Added maven support --- .gitignore | 1 + ComicReader/pom.xml | 30 ++++++++++++++++++ ComicReaderTest/pom.xml | 40 ++++++++++++++++++++++++ pom.xml | 69 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 140 insertions(+) create mode 100755 ComicReader/pom.xml create mode 100755 ComicReaderTest/pom.xml create mode 100755 pom.xml diff --git a/.gitignore b/.gitignore index f68caec..72d4b7e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.ap_ bin/ gen/ +target/ diff --git a/ComicReader/pom.xml b/ComicReader/pom.xml new file mode 100755 index 0000000..9614559 --- /dev/null +++ b/ComicReader/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + + com.blogspot.applications4android + ComicReaderParent + 2.0-SNAPSHOT + + ComicReader + apk + ${project.artifactId} + + + com.google.android + android + + + + package android:deploy android:run + ${project.artifactId} + ${project.basedir}/src + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + + + + diff --git a/ComicReaderTest/pom.xml b/ComicReaderTest/pom.xml new file mode 100755 index 0000000..bfc12e3 --- /dev/null +++ b/ComicReaderTest/pom.xml @@ -0,0 +1,40 @@ + + + 4.0.0 + + com.blogspot.applications4android + ComicReaderParent + 2.0-SNAPSHOT + + ComicReaderTest + apk + ${project.artifactId} + + + ${project.groupId} + ComicReader + ${project.version} + provided + + + com.google.android + android-test + + + com.google.android + android + + + + package android:deploy android:instrument + ${project.artifactId} + ${project.basedir}/src + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + + + + diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..c6924d4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,69 @@ + + + 4.0.0 + com.blogspot.applications4android + ComicReaderParent + 2.0-SNAPSHOT + pom + + ComicReader + ComicReaderTest + + + 2.1.2 + 7 + 1.6 + true + UTF-8 + UTF-8 + + + + + com.google.android + android-test + ${platform.version} + provided + + + com.google.android + android + ${platform.version} + provided + + + + + package + + + maven-compiler-plugin + 2.5.1 + + ${java.version} + ${java.version} + false + + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.5.0 + + ${project.basedir}/AndroidManifest.xml + ${project.basedir}/assets + ${project.basedir}/res + true + + ${sdk.platform} + + + true + + + + +