From d97dfbfdd5696faff0f545b67dd57814d6acd02f Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 9 Jul 2012 00:08:14 +0200 Subject: [PATCH] exclude integration tests from maven build --- enabler/pom.xml | 9 +++++++++ pom.xml | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/enabler/pom.xml b/enabler/pom.xml index 20fca22a..1dd9b7d3 100644 --- a/enabler/pom.xml +++ b/enabler/pom.xml @@ -96,6 +96,15 @@ 1.5 + + org.apache.maven.plugins + maven-surefire-plugin + + + de/schildbach/pte/live/** + + + diff --git a/pom.xml b/pom.xml index a2563d92..b262e9d6 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,11 @@ maven-compiler-plugin 2.5.1 + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 +