2006/3/9, Kaare Nilsen <[EMAIL PROTECTED]>:
I see that the "mojo-sandbox" is now "xslt-maven-plugin". I suppose
that is an error.
Also i agree that the sandbox should be at top level, instead of under plugins.
if needed I would more prefer that the sandbox had the same structure
as the top level.
the seperation between plugins and reports i do not agree upon, and
think plugins would be good enough.
But that said, i think this is an exelent idea.
/Kaare
On 09/03/06, Brett Porter < [EMAIL PROTECTED]> wrote:
> 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
> >
> >
>
