You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/10/21 13:59:38 UTC

svn commit: r1534113 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml

Author: hboutemy
Date: Mon Oct 21 11:59:38 2013
New Revision: 1534113

URL: http://svn.apache.org/r1534113
Log:
publish generated xsd to the site

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

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=1534113&r1=1534112&r2=1534113&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Mon Oct 21 11:59:38 2013
@@ -66,12 +66,21 @@ under the License.
             </goals>
           </execution>
           <execution>
-            <id>descriptor-site</id>
+            <id>descriptor-xdoc</id>
             <phase>pre-site</phase>
             <goals>
               <goal>xdoc</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>descriptor-xsd</id>
+            <phase>pre-site</phase>
+            <goals>
               <goal>xsd</goal>
             </goals>
+            <configuration>
+              <outputDirectory>${project.build.directory}/generated-site/resources/xsd</outputDirectory>
+            </configuration>
           </execution>
         </executions>
       </plugin>