From e3f2b0fb9fdcf371b6bae31a6c3750cda9aecc7e Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Wed, 20 Aug 2014 12:33:21 +0100 Subject: [PATCH] Exclude Android apps from Maven deploy --- android/pom.xml | 7 +++++++ androidtest/pom.xml | 7 +++++++ glass/pom.xml | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/android/pom.xml b/android/pom.xml index 8ea085da2..dd6a5acf6 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -49,6 +49,13 @@ com.jayway.maven.plugins.android.generation2 android-maven-plugin + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/androidtest/pom.xml b/androidtest/pom.xml index dac0bdbb7..2832f0980 100644 --- a/androidtest/pom.xml +++ b/androidtest/pom.xml @@ -53,6 +53,13 @@ com.jayway.maven.plugins.android.generation2 android-maven-plugin + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/glass/pom.xml b/glass/pom.xml index 5bf64eee6..265ff7015 100644 --- a/glass/pom.xml +++ b/glass/pom.xml @@ -49,6 +49,13 @@ com.jayway.maven.plugins.android.generation2 android-maven-plugin + + org.apache.maven.plugins + maven-deploy-plugin + + true + +