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>