I think there should just be one sandbox at the top level, and that
reports should not be differentiated from plugins (eg cobertura does
both build and reporting). This mirrors the Maven layout which is
working for us.

- Brett

Piéroni Raphaël wrote:
> Here without attachements (so it is a bit long)
> 
> This proposition is for the scm.
> 
> I also prepare something for the site.
> 
> Regards,
> 
> Raphaël
> 
> ******BEFORE******
> .
> |-- build-helper-maven-plugin
> |-- castor-maven-plugin
> |-- changelog-maven-plugin
> |-- changes-maven-plugin
> |-- commons-attributes-maven-plugin
> |-- dependency-maven-plugin
> |-- hibernate2-maven-plugin
> |-- jalopy-maven-plugin
> |-- javacc-maven-plugin
> |-- jboss-maven-plugin
> |-- jcoverage-maven-plugin
> |-- jdepend-maven-plugin
> |-- jdiff-maven-plugin
> |-- jetty-maven-plugin
> |-- jpox-maven-plugin
> |-- jspc-maven-plugin
> |-- jxr-maven-plugin
> |-- maven-extensions
> |   `-- wagon-cifs
> |-- maven-native
> |   |-- maven-native-api
> |   |-- maven-native-components
> |   `-- native-maven-plugin
> |-- mojo-sandbox
> |   |-- apidocs-maven-plugin
> |   |-- appfuse-maven-plugin
> |   |-- aspectj-maven-plugin
> |   |-- axis-archetype-maven-plugin
> |   |-- axistools-maven-plugin
> |   |-- clirr-maven-plugin
> |   |-- cobertura-maven-plugin
> |   |-- dbunit-maven-plugin
> |   |-- deb-maven-plugin
> |   |-- delicious-maven-plugin
> |   |-- dependency-refresh-maven-plugin
> |   |-- docbook-maven-plugin
> |   |-- ejbdoclet-maven-plugin
> |   |-- eve-maven-plugin
> |   |-- exec-maven-plugin
> |   |-- findbugs-maven-plugin
> |   |-- graphing-maven-plugin
> |   |-- groovy-maven-plugin
> |   |-- groovy-maven-tools
> |   |-- hibernate3-maven-plugin
> |   |-- hibernatedoclet-maven-plugin
> |   |-- ideauidesigner-maven-plugin
> |   |-- idlj-maven-plugin
> |   |-- jarjar-maven-plugin
> |   |-- jasperreports-maven-plugin
> |   |-- javancss-maven-plugin
> |   |-- jaxb2-maven-plugin
> |   |-- jboss-sar-maven-plugin
> |   |-- jdbc-maven-plugin
> |   |-- jelly-maven-tools
> |   |-- keytool-maven-plugin
> |   |-- kodo-maven-plugin
> |   |-- mant-maven-plugin
> |   |-- maven-buildinfo-plugin
> |   |-- maven-changes
> |   |-- maven-graphing
> |   |-- maven-plugin-testing
> |   |-- minijar-maven-plugin
> |   |-- netbeans-freeform-maven-plugin
> |   |-- pomtools-maven-plugin
> |   |-- repository-purge-maven-plugin
> |   |-- retrotranslator-maven-plugin
> |   |-- retroweaver-maven-plugin
> |   |-- rmic-maven-plugin
> |   |-- rpm-maven-plugin
> |   |-- rubyscript-maven-plugin
> |   |-- rubyscript-maven-tools
> |   |-- runtime-maven-plugin
> |   |-- simian-report-maven-plugin
> |   |-- slimdog-maven-plugin
> |   |-- springdoclet-maven-plugin
> |   |-- sql-maven-plugin
> |   |-- tomcat-maven-plugin
> |   |-- torque-maven-plugin
> |   |-- webdoclet-maven-plugin
> |   |-- weblogic-maven-plugin
> |   |-- webstart-maven-plugin
> |   |-- xfire-maven-plugin
> |   `-- xjc-maven-plugin
> |-- mojo-site
> |-- sablecc-maven-plugin
> |-- surefire-report-maven-plugin
> |-- taglist-maven-plugin
> |-- wsdl2java-maven-plugin
> |-- xdoclet-maven-plugin
> |-- xmlbeans-maven-plugin
> `-- xslt-maven-plugin
> 
> 
> ******AFTER******
> mojo/trunk
> |-- reports (new)
> |   |-- changelog-maven-plugin
> |   |-- changes-maven-plugin
> |   |-- jcoverage-maven-plugin
> |   |-- jdepend-maven-plugin
> |   |-- surefire-report-maven-plugin
> |   `-- sandbox
> |       |-- cobertura-maven-plugin
> |       |-- findbugs-maven-plugin
> |       `-- javancss-maven-plugin
> |-- plugins (new)
> |   |-- build-helper-maven-plugin
> |   |-- castor-maven-plugin
> |   |-- commons-attributes-maven-plugin
> |   |-- dependency-maven-plugin
> |   |-- hibernate2-maven-plugin
> |   |-- jalopy-maven-plugin
> |   |-- javacc-maven-plugin
> |   |-- jboss-maven-plugin
> |   |-- jdiff-maven-plugin
> |   |-- jetty-maven-plugin
> |   |-- jpox-maven-plugin
> |   |-- jspc-maven-plugin
> |   |-- jxr-maven-plugin
> |   |-- maven-extensions
> |   |   `-- wagon-cifs
> |   |-- maven-native
> |   |   |-- maven-native-api
> |   |   |-- maven-native-components
> |   |   `-- native-maven-plugin
> |   |-- sablecc-maven-plugin
> |   |-- taglist-maven-plugin
> |   |-- wsdl2java-maven-plugin
> |   |-- xdoclet-maven-plugin
> |   |-- xmlbeans-maven-plugin
> |   |-- xslt-maven-plugin (was mojo-sandbox)
> |       |-- apidocs-maven-plugin
> |       |-- appfuse-maven-plugin
> |       |-- aspectj-maven-plugin
> |       |-- axistools-maven-plugin
> |       |-- clirr-maven-plugin
> |       |-- dbunit-maven-plugin
> |       |-- deb-maven-plugin
> |       |-- delicious-maven-plugin
> |       |-- dependency-refresh-maven-plugin
> |       |-- docbook-maven-plugin
> |       |-- ejbdoclet-maven-plugin
> |       |-- eve-maven-plugin
> |       |-- exec-maven-plugin
> |       |-- graphing-maven-plugin
> |       |-- groovy-maven-plugin
> |       |-- groovy-maven-tools
> |       |-- hibernate3-maven-plugin
> |       |-- hibernatedoclet-maven-plugin
> |       |-- ideauidesigner-maven-plugin
> |       |-- idlj-maven-plugin
> |       |-- jarjar-maven-plugin
> |       |-- jasperreports-maven-plugin
> |       |-- jaxb2-maven-plugin
> |       |-- jboss-sar-maven-plugin
> |       |-- jdbc-maven-plugin
> |       |-- jelly-maven-tools
> |       |-- keytool-maven-plugin
> |       |-- kodo-maven-plugin
> |       |-- mant-maven-plugin
> |       |-- maven-buildinfo-plugin
> |       |-- maven-changes
> |       |-- maven-graphing
> |       |-- maven-plugin-testing
> |       |-- minijar-maven-plugin
> |       |-- netbeans-freeform-maven-plugin
> |       |-- pomtools-maven-plugin
> |       |-- repository-purge-maven-plugin
> |       |-- retrotranslator-maven-plugin
> |       |-- retroweaver-maven-plugin
> |       |-- rmic-maven-plugin
> |       |-- rpm-maven-plugin
> |       |-- rubyscript-maven-plugin
> |       |-- rubyscript-maven-tools
> |       |-- runtime-maven-plugin
> |       |-- simian-report-maven-plugin
> |       |-- slimdog-maven-plugin
> |       |-- springdoclet-maven-plugin
> |       |-- sql-maven-plugin
> |       |-- tomcat-maven-plugin
> |       |-- webdoclet-maven-plugin
> |       |-- weblogic-maven-plugin
> |       |-- webstart-maven-plugin
> |       |-- xfire-maven-plugin
> |       `-- xjc-maven-plugin
> |-- site (was mojo-site)
> `-- archetypes (new)
>     `-- sandbox (new)
>         `-- axis-archetype-maven-plugin
> 
> 
> 
> 2006/3/9, Brett Porter <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
> 
>     I don't see the attachment.
> 
>     - Brett
> 
>     Piéroni Raphaël wrote:
>     > Here is a proposition for the svn (see attached files)
>     > Please fill free to comment (and modify to correct mistakes)
>     >
>     > Regards,
>     >
>     > Raphaël
> 
> 

Reply via email to