From 50cb72cb48f7b7a405c75aebfd9a152920259b5a Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 25 Mar 2016 12:12:18 -0700 Subject: [PATCH] Ignore failing Maven goal from Eclipse --- spring-boot-samples/pom.xml | 35 +++++++++++++++++++ .../spring-boot-sample-actuator/pom.xml | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 3fc8a3cfe30..89ae668ab98 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -145,6 +145,41 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.springframework.boot + + + spring-boot-maven-plugin + + + [1.4.0.BUILD-SNAPSHOT,) + + + build-info + + + + + + + + + + + + diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index 19927cbe3b3..2834220347e 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -61,7 +61,7 @@ commons-logging - --> + -->