Author: vsiveton Date: Thu Jan 22 21:17:16 2009 New Revision: 736923 URL: http://svn.apache.org/viewvc?rev=736923&view=rev Log: o include generated xsd in the jars
Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/pom.xml?rev=736923&r1=736922&r2=736923&view=diff ============================================================================== --- maven/doxia/doxia/trunk/doxia-book/pom.xml (original) +++ maven/doxia/doxia/trunk/doxia-book/pom.xml Thu Jan 22 21:17:16 2009 @@ -127,9 +127,12 @@ </goals> </execution> <execution> + <id>descriptor</id> + <phase>generate-sources</phase> <goals> <goal>java</goal> <goal>xpp3-reader</goal> + <goal>xsd</goal> </goals> </execution> </executions> Modified: maven/doxia/doxia/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=736923&r1=736922&r2=736923&view=diff ============================================================================== --- maven/doxia/doxia/trunk/pom.xml (original) +++ maven/doxia/doxia/trunk/pom.xml Thu Jan 22 21:17:16 2009 @@ -200,6 +200,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>