From 386b7bb844c981b949c776862059c80240fc2424 Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Fri, 8 Feb 2013 15:30:53 +0000 Subject: [PATCH] improving building maven site git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1444071 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-spring/pom.xml | 35 +++++++++++++++++++++++++++++++++++ activemq-unit-tests/pom.xml | 25 ------------------------- pom.xml | 10 ++++++++++ 3 files changed, 45 insertions(+), 25 deletions(-) diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index 31ab49b12f..33df2745b3 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -229,6 +229,41 @@ + + org.apache.maven.plugins + maven-antrun-plugin + + + site + site + + + Running the XSDDoc task + + + + + + + + run + + + + + + xsddoc + maven-xsddoc-plugin + 1.0 + + + diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index 39b6c44802..e18887819d 100755 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -463,32 +463,7 @@ run - - site - site - - - Running the XSDDoc task - - - - - - - - run - - - - - xsddoc - maven-xsddoc-plugin - 1.0 - - diff --git a/pom.xml b/pom.xml index bafe70e94d..f1a9ba4605 100755 --- a/pom.xml +++ b/pom.xml @@ -1492,6 +1492,16 @@ + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.6 + + + false + + +