From db34ed9f4db4e6f7eff8256bc0cad8b23c7eeb04 Mon Sep 17 00:00:00 2001 From: Heath Borders Date: Wed, 11 Jun 2014 10:17:59 -0500 Subject: [PATCH] Added missing build-helper-maven-plugin version. Fixes the following maven warning: ``` [WARNING] [WARNING] Some problems were encountered while building the effective model for com.octo.android:android-sample-robolectric-tests:apk:0.0.1-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 114, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] ``` --- android-sample-robolectric-tests/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android-sample-robolectric-tests/pom.xml b/android-sample-robolectric-tests/pom.xml index 53fdf2c..427ca8a 100644 --- a/android-sample-robolectric-tests/pom.xml +++ b/android-sample-robolectric-tests/pom.xml @@ -13,6 +13,10 @@ apk android-sample-robolectric-tests + + 1.8 + + android @@ -114,6 +118,7 @@ org.codehaus.mojo build-helper-maven-plugin + ${build-helper-maven-plugin.version} add-source