Author: musachy Date: Wed Dec 17 11:06:53 2008 New Revision: 727472 URL: http://svn.apache.org/viewvc?rev=727472&view=rev Log: Add convention to plugins modules and assembly
Modified: struts/struts2/trunk/assembly/src/main/assembly/all.xml struts/struts2/trunk/plugins/pom.xml Modified: struts/struts2/trunk/assembly/src/main/assembly/all.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/all.xml?rev=727472&r1=727471&r2=727472&view=diff ============================================================================== --- struts/struts2/trunk/assembly/src/main/assembly/all.xml (original) +++ struts/struts2/trunk/assembly/src/main/assembly/all.xml Wed Dec 17 11:06:53 2008 @@ -128,6 +128,10 @@ <outputDirectory>docs/struts2-plugins/struts2-codebehind-plugin</outputDirectory> </fileSet> <fileSet> + <directory>../plugins/convention/target/site</directory> + <outputDirectory>docs/struts2-plugins/struts2-convention-plugin</outputDirectory> + </fileSet> + <fileSet> <directory>../plugins/config-browser/target/site</directory> <outputDirectory>docs/struts2-plugins/struts2-config-browser-plugin</outputDirectory> </fileSet> Modified: struts/struts2/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?rev=727472&r1=727471&r2=727472&view=diff ============================================================================== --- struts/struts2/trunk/plugins/pom.xml (original) +++ struts/struts2/trunk/plugins/pom.xml Wed Dec 17 11:06:53 2008 @@ -41,6 +41,7 @@ <modules> <module>codebehind</module> + <module>convention</module> <module>config-browser</module> <module>jasperreports</module> <module>jfreechart</module>