Anyone with commit access to the mojo project can put stuff into the sandbox (the place they first go)
After that, anyone with commit access can call a vote to promote from the sandbox, and then do an alpha release... After enough alphas/betas/... somebody with commit access will decide to chance their arm and call a vote for a full release... Your first step is to file a JIRA... Then you need to find somebody with commit access who's interested in pushing it into the sandbox... or, convince a despot to grant you commit access.... I am not a despot, only one of the gang with commit access to mojo. -Stephen 2008/11/22 Francis De Brabandere <[EMAIL PROTECTED]> > Is it you that decides what goes in and what not? > > On Thu, Nov 20, 2008 at 2:07 PM, Stephen Connolly > <[EMAIL PROTECTED]> wrote: > > I might be interested... then again I might not... I'm fickle ;-) > > > > 2008/11/20 Francis De Brabandere <[EMAIL PROTECTED]> > >> > >> Thanks for the info, I'll change the name (is this documented > somewhere?) > >> but I don't really care how the plugin is named, that was going to be > >> my second question if there was any interest :-) > >> > >> On Thu, Nov 20, 2008 at 1:53 PM, Stephen Connolly > >> <[EMAIL PROTECTED]> wrote: > >> > FYI, AFAIK, only plugins with the groupId of org.apache.maven.plugins > >> > are > >> > allowed to have the artifactId of the form maven-xxx-plugin... all > other > >> > groupIds should use xxx-maven-plugin > >> > > >> > 2008/11/20 Francis De Brabandere <[EMAIL PROTECTED]> > >> >> > >> >> Hi, > >> >> > >> >> I wrote a plugin that generates services files for the ServiceLoader > >> >> introduced in Java 6 : > >> >> http://java.sun.com/javase/6/docs/api/java/util/ServiceLoader.html > >> >> > >> >> for example: > >> >> <build> > >> >> <plugins> > >> >> <plugin> > >> >> <groupId>eu.somatik.maven</groupId> > >> >> > >> >> <artifactId>maven-services-plugin</artifactId> > >> >> <configuration> > >> >> <services> > >> >> > >> >> <param>eu.somatik.Dictionary</param> > >> >> > >> >> <param>eu.somatik.Operation</param> > >> >> </services> > >> >> </configuration> > >> >> </plugin> > >> >> </plugins> > >> >> </build> > >> >> > >> >> this will generate these files: > >> >> META-INF/services/eu.somatik.Dictionary > >> >> META-INF/services/eu.somatik.Operation > >> >> > >> >> by scanning the generated classes and finding all > >> >> non-abstract/non-interface implementations of the service interfaces. > >> >> The plugin itself has no Java 6 dependency > >> >> > >> >> I am looking for a place to host the plugin. Is there any interest? > >> >> by the way the site has a spelling error: > >> >> http://mojo.codehaus.org/development/submitting-a-plugin.html > >> >> (interrest instead of interest) > >> >> > >> >> Regards, > >> >> > >> >> Francis > >> >> > >> >> -- > >> >> http://www.somatik.be > >> >> Microsoft gives you windows, Linux gives you the whole house. > >> >> > >> >> --------------------------------------------------------------------- > >> >> To unsubscribe from this list, please visit: > >> >> > >> >> http://xircles.codehaus.org/manage_email > >> >> > >> >> > >> > > >> > > >> > >> > >> > >> -- > >> http://www.somatik.be > >> Microsoft gives you windows, Linux gives you the whole house. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe from this list, please visit: > >> > >> http://xircles.codehaus.org/manage_email > >> > >> > > > > > > > > -- > http://www.somatik.be > Microsoft gives you windows, Linux gives you the whole house. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
