From 6fd244c28b6fd5868d1431fb18adbe0e8c80442b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 2 Jul 2014 14:07:16 -0700 Subject: [PATCH] Move m2e ignore configuration to parent POM --- spring-boot-cli/pom.xml | 51 -------------------------------------- spring-boot-parent/pom.xml | 19 ++++++++++++++ 2 files changed, 19 insertions(+), 51 deletions(-) diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index cf7c39b272..e2c6641e9a 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -300,56 +300,5 @@ - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [1.7,) - - run - - - - - - - - - - org.apache.maven.plugins - - - maven-dependency-plugin - - - [2.8,) - - - - copy-dependencies - - - - - - - - - - - - - diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index e60eabb98b..e9b9d10955 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -329,6 +329,25 @@ + + + + org.apache.maven.plugins + + + maven-plugin-plugin + + + [3.2,) + + + descriptor + + + + + +