You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/01/23 06:17:50 UTC

svn commit: r736924 - /maven/doxia/doxia-sitetools/trunk/pom.xml

Author: vsiveton
Date: Thu Jan 22 21:17:50 2009
New Revision: 736924

URL: http://svn.apache.org/viewvc?rev=736924&view=rev
Log:
o include generated xsd in the jars

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=736924&r1=736923&r2=736924&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Thu Jan 22 21:17:50 2009
@@ -222,6 +222,17 @@
   </pluginRepositories>
 
   <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+      </resource>
+      <resource>
+        <directory>${build.directory}/generated-site/xsd</directory>
+        <includes>
+          <include>**/*.xsd</include>
+        </includes>
+      </resource>
+    </resources>
     <pluginManagement>
       <plugins>
         <plugin>