diff --git a/android-app/pom.xml b/android-app/pom.xml index f1ab2bfa..fc8d14d1 100644 --- a/android-app/pom.xml +++ b/android-app/pom.xml @@ -136,6 +136,19 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + 1 + false + + org/solovyev/android/calculator/wizard/*.java + org/solovyev/android/calculator/AndroidCalculatorEditorViewTest.java + + + + com.jayway.maven.plugins.android.generation2 android-maven-plugin diff --git a/core/pom.xml b/core/pom.xml index 8e610f52..6c062c2b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -71,18 +71,5 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - 1 - false - - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index f9303aa9..c8150287 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ 2.15 10 - true + false