From dffb2887d605bc8a413974a175bb176323b4d376 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Tue, 14 Jul 2015 08:00:42 -0400 Subject: [PATCH] added task to copy xsd to the site Former-commit-id: ec6bffd48bc2b98cb5b992ebcc0862e89897c255 --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 6aefafccf..8a83bab9e 100644 --- a/pom.xml +++ b/pom.xml @@ -245,6 +245,11 @@ Copyright (c) 2012 - Jeremy Long maven-surefire-plugin 2.18.1 + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + @@ -336,6 +341,27 @@ Copyright (c) 2012 - Jeremy Long true + + + false + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + copy-xsd + compile + + run + + + + + + + + +