Thanks for pointing this out. I'm actually going to move this file to maven-plugins/xdocs. I've cleaned that whole bit up, so you generate maven docs from maven and maven plugin docs from maven-plugins.
- Brett > -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 May 2004 10:24 PM > To: Maven Developers List > Subject: Re: cvs commit: maven/xdocs/reference/plugins index.xml > > > On Tue, 2004-05-04 at 03:14, Emmanuel Venisse wrote: > > Could you put this changes in 1_0-BRANCH for show it in the > next site > > generation? Thanks > > I'll let Brett do the merging, when he does it should appear > on the main site the next time someone publishes it. > > > Emmanuel > > > > ----- Original Message ----- > > From: <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, May 03, 2004 8:47 PM > > Subject: cvs commit: maven/xdocs/reference/plugins index.xml > > > > > > > jvanzyl 2004/05/03 11:47:01 > > > > > > Modified: xdocs/reference/plugins index.xml > > > Log: > > > o applying blurb by the mevenide folks. > > > > > > Revision Changes Path > > > 1.9 +10 -2 maven/xdocs/reference/plugins/index.xml > > > > > > Index: index.xml > > > > =================================================================== > > > RCS file: /home/cvs/maven/xdocs/reference/plugins/index.xml,v > > > retrieving revision 1.8 > > > retrieving revision 1.9 > > > diff -u -r1.8 -r1.9 > > > --- index.xml 23 Mar 2004 02:18:34 -0000 1.8 > > > +++ index.xml 3 May 2004 18:47:01 -0000 1.9 > > > @@ -78,12 +78,20 @@ > > > </tr> > > > </table> > > > </subsection> > > > + <subsection name="Plugins on Codehaus"> > > > + <table> > > > + <tr> > > > + <td><a > href="http://mevenide.codehaus.org/maven-nbm-plugin">Maven > > NBM plugin</a></td> > > > + <td>Plugin for creating Netbeans modules > (both jars and > > NBMs) and autoupdate sites.</td> > > > + </tr> > > > + </table> > > > + </subsection> > > > </section> > > > <section name="IDE Plugins for Maven"> > > > <table> > > > <tr> > > > - <td><a > > href="http://mevenide.sourceforge.net/">Mevenide</a></td> > > > - <td>Mevenide (Maven IDE Integration) aims at > integrating > > Maven into standard IDEs. Currently only Eclipse is targeted.</td> > > > + <td><a > href="http://mevenide.codehaus.org/">Mevenide</a></td> > > > + <td>Mevenide (Maven IDE Integration) aims at > integrating > > Maven into standard IDEs. Currently Eclipse and Netbeans are > > targeted.</td> > > > </tr> > > > </table> > > > </section> > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://maven.apache.org > > happiness is like a butterfly: the more you chase it, the > more it will elude you, but if you turn your attention to > other things, it will come and sit softly on your shoulder ... > > -- Thoreau > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
