Re: adding a link to the generated site using maven site

2005-02-01 Thread Mauro Botelho
Create a navigation.xml file. See http://maven.apache.org/site.html

Mauro


On Tue, 1 Feb 2005 10:10:40 -0800 (PST), Janos Mucsi [EMAIL PROTECTED] wrote:
 Hi
 I would like to add a link to the generated site
 (maven site) on the left sidebar in addition to
 Mailing Lists, Project Team, etc. Can somebody
 please point me to the right direction?
 Thanks.
 Janos
 
 -
 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]



Re: adding a link to the generated site using maven site

2005-02-01 Thread Mauro Botelho
The navigation.xml file goes in the xdocs directory. The xdoc plugin
will convert any xml documents found in this document into html.

The xdoc plugin is called by the site plugin.

Mauro


On Tue, 1 Feb 2005 11:41:14 -0800 (PST), Janos Mucsi [EMAIL PROTECTED] wrote:
 Thanks, but...
 Where do I put it? How does the plugin know about it?
 
 Create a navigation.xml file. See
 http://maven.apache.org/site.html
 
 Mauro
 
 
 -
 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]



Re: code review plugin

2005-01-15 Thread Mauro Botelho
I'm interested.


On Sat, 15 Jan 2005 22:20:39 -0500, Jeffrey Bonevich [EMAIL PROTECTED] wrote:
 Would anyone be interested in a maven plugin I wrote that just gathers
 up javadoc-style code review annotations (@reviewed user -MM-dd some
 notes) and presents them in a report very similar to tasklist?  I
 basically just specialized the vdoclet plugin to do some very specific
 manipulations.  You can provide a from/to date and get a nicely
 formatted code review report for a given iteration to use in your
 release process, etc.
 
 If enough people are interested, I will deploy it to my web site.  Best
 of all possible worlds is that it would be hosted by the maven project
 itself.  How does one donate a maven plugin to the main maven project?
 Is this possible and/or desireable?  dIon?
 
 jeff
 
 --
 jeff bonevich
 mailto: [EMAIL PROTECTED]
 
 Any sufficiently advanced technology is indistinguishable from magic.
 Arthur C. Clarke
 
 Programming today is a race between software engineers striving to
 build bigger and better idiot-proof programs, and the Universe trying
 to produce bigger and better idiots. So far, the Universe is winning.
 Rich Cook
 
 All programmers are playwrights and all computers are lousy actors.
 Unknown
 
 -
 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]