From 7685d18ed85bdad26436d0359424cac394db8f2a Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 6 Aug 2014 17:27:24 -0700 Subject: [PATCH] Add clean support for samples Use ant-run to clean spring-boot-samples when `clean` is invoked on the main project. --- spring-boot-integration-tests/pom.xml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index f58347e184..19cedb4156 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -63,6 +63,39 @@ + + org.apache.maven.plugins + maven-antrun-plugin + + + clean-samples + clean + + run + + + + + + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + clean-samples + clean + + clean + + + +