From 752297116a7aa74d19e7e93cc72abb7562082bcc Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 26 Aug 2011 08:23:41 +0100 Subject: [PATCH] Add (mvn verify -P build,fast) as a test of clean build --- .gitignore | 1 + pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/.gitignore b/.gitignore index c9b191a7b..feaabaa96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ target bin +build.log integration-repo ivy-cache spring-build diff --git a/pom.xml b/pom.xml index 8644c794d..b150d6d08 100644 --- a/pom.xml +++ b/pom.xml @@ -311,6 +311,43 @@ + + build + + false + + + + + + org.apache.maven.plugins + maven-invoker-plugin + + ${basedir} + target/local-repo + true + ${basedir}/src/it/settings.xml + + clean + install + + + pom.xml + + + + + integration-test + verify + + run + + + + + + + samples