From 5f7b1388e1d8fb1214236ca2557f484717db9199 Mon Sep 17 00:00:00 2001 From: Roman Nurik Date: Fri, 8 Jun 2012 12:34:55 -0700 Subject: Add ActionBarSherlock 4.1.0 to master branch of actionbarsherlock project Change-Id: I4f557ca50a210d66b6c6f37f1edc44c08f7e31c6 --- samples/roboguice/pom.xml | 130 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 samples/roboguice/pom.xml (limited to 'samples/roboguice/pom.xml') diff --git a/samples/roboguice/pom.xml b/samples/roboguice/pom.xml new file mode 100644 index 0000000..385847b --- /dev/null +++ b/samples/roboguice/pom.xml @@ -0,0 +1,130 @@ + + + + 4.0.0 + + com.actionbarsherlock + sample-roboguice + Sample: RoboGuice + apk + + + com.actionbarsherlock + parent-sample + 4.1.0 + ../pom.xml + + + + + com.google.android + android + provided + + + + com.actionbarsherlock + library + ${project.version} + apklib + + + + + com.github.rtyley + roboguice-sherlock + 1.4 + + + + + + oss-sonatype + oss-sonatype + https://oss.sonatype.org/content/repositories/snapshots/ + + true + + + + + + src + ${apk.prefix}-${project.artifactId}-${project.version}-unaligned + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + true + + + package + + zipalign + + + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + + + package + + sign + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ../../checkstyle.xml + + + + verify + + checkstyle + + + + + + + + + + abs-release + + + + com.github.github + downloads-maven-plugin + + + deploy + + upload + + + + + + + + + -- cgit v1.2.3