You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/08/13 13:53:58 UTC

svn commit: r565318 - /activemq/camel/trunk/components/camel-spring/pom.xml

Author: jstrachan
Date: Mon Aug 13 04:53:57 2007
New Revision: 565318

URL: http://svn.apache.org/viewvc?view=rev&rev=565318
Log:
another attempted fix for mvn site

Modified:
    activemq/camel/trunk/components/camel-spring/pom.xml

Modified: activemq/camel/trunk/components/camel-spring/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/pom.xml?view=diff&rev=565318&r1=565317&r2=565318
==============================================================================
--- activemq/camel/trunk/components/camel-spring/pom.xml (original)
+++ activemq/camel/trunk/components/camel-spring/pom.xml Mon Aug 13 04:53:57 2007
@@ -153,8 +153,17 @@
             <configuration>
               <tasks>
                 <echo>Running the XSDDoc task</echo>
-                <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task"/>
                 <mkdir dir="${basedir}/target/site/xsddoc"/>
+
+                <path id="cp">
+                  <path refid="maven.test.classpath"/>
+                  <path refid="maven.compile.classpath"/>
+                  <path refid="maven.dependency.classpath"/>
+                </path>
+                <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task">
+                  <classpath refid="cp"/>
+                </taskdef>
+
                 <xsddoc file="${project.build.directory}/schema/camel-spring.xsd"
                         out="${basedir}/target/site/xsddoc"
                         doctitle="Apache Camel XML Schema Reference"
@@ -191,11 +200,13 @@
             <artifactId>maven-xsddoc-plugin</artifactId>
             <version>1.0</version>
           </dependency>
+<!--
           <dependency>
             <groupId>xsddoc</groupId>
             <artifactId>xsddoc</artifactId>
             <version>1.0</version>
           </dependency>
+-->
         </dependencies>
       </plugin>