From c57b0cf1ce854c097dca390c1d484d327b7482fc Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 17 Dec 2012 12:22:46 +0000 Subject: [PATCH] faster checkout with ignoring javadocs from previous versions git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1422897 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/pom.xml b/pom.xml index 269c2610c..6ef45efdd 100644 --- a/pom.xml +++ b/pom.xml @@ -601,4 +601,51 @@ + + + setup-checkout + + + ${scmPubCheckoutDirectory} + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + prepare-checkout + pre-site + + run + + + + + + + + + + + + + + + + + + + + + + + + + + +