Re: AW: How to create a report based on annotations

2010-05-19 Thread Wayne Fay
 to customize your Maven site. But I want to know how to write a
 sophisticated report plugin.

Pick a sophisticated report or two that you like.
If it is open source, get the source code.
If it is not open source, pick a different one.
Using the source code, build your own sophisticated report plugin.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



AW: How to create a report based on annotations

2010-05-18 Thread Lewis, Eric
Anyone?  :-) 

-Ursprüngliche Nachricht-
Von: Lewis, Eric [mailto:eric.le...@ipi.ch] 
Gesendet: Montag, 17. Mai 2010 11:07
An: Maven Users List
Betreff: How to create a report based on annotations

Hi

I'd like to create a Maven report based on annotations (OVal annotations, to be 
precise).

Can I use the apt-maven-plugin for this (and if yes, how would I do it)?

Also, is there a tutorial for more sophisticated site plugins? Like using CSS 
styles, default images etc.

Best regards,
Eric
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: AW: How to create a report based on annotations

2010-05-18 Thread Lukas Theussl


No idea about the apt-maven-plugin, but for site customization, are you 
familiar with skins: 
http://maven.apache.org/plugins/maven-site-plugin/examples/creatingskins.html 
?


HTH,
-Lukas


Lewis, Eric wrote:

Anyone?  :-)

-Ursprüngliche Nachricht-
Von: Lewis, Eric [mailto:eric.le...@ipi.ch]
Gesendet: Montag, 17. Mai 2010 11:07
An: Maven Users List
Betreff: How to create a report based on annotations

Hi

I'd like to create a Maven report based on annotations (OVal annotations, to be 
precise).

Can I use the apt-maven-plugin for this (and if yes, how would I do it)?

Also, is there a tutorial for more sophisticated site plugins? Like using CSS 
styles, default images etc.

Best regards,
Eric
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



AW: AW: How to create a report based on annotations

2010-05-18 Thread Lewis, Eric
Yes, I know skins, but that's not what I meant. I meant how to create a rich 
report within a Maven plugin, using its standard images (if they exist) and 
formatting. Something like the output of 
http://mojo.codehaus.org/versions-maven-plugin/dependency-updates-report-mojo.html

Best regards,
Eric

-Ursprüngliche Nachricht-
Von: Lukas Theussl [mailto:ltheu...@apache.org] 
Gesendet: Dienstag, 18. Mai 2010 10:37
An: Maven Users List
Betreff: Re: AW: How to create a report based on annotations


No idea about the apt-maven-plugin, but for site customization, are you 
familiar with skins: 
http://maven.apache.org/plugins/maven-site-plugin/examples/creatingskins.html 
?

HTH,
-Lukas


Lewis, Eric wrote:
 Anyone?  :-)

 -Ursprüngliche Nachricht-
 Von: Lewis, Eric [mailto:eric.le...@ipi.ch]
 Gesendet: Montag, 17. Mai 2010 11:07
 An: Maven Users List
 Betreff: How to create a report based on annotations

 Hi

 I'd like to create a Maven report based on annotations (OVal annotations, to 
 be precise).

 Can I use the apt-maven-plugin for this (and if yes, how would I do it)?

 Also, is there a tutorial for more sophisticated site plugins? Like using CSS 
 styles, default images etc.

 Best regards,
 Eric
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: AW: How to create a report based on annotations

2010-05-18 Thread Marshall Schor


On 5/18/2010 3:17 AM, Lewis, Eric wrote:
 Anyone?  :-) 

 -Ursprüngliche Nachricht-
 Von: Lewis, Eric [mailto:eric.le...@ipi.ch] 
 Gesendet: Montag, 17. Mai 2010 11:07
 An: Maven Users List
 Betreff: How to create a report based on annotations

 Hi

 I'd like to create a Maven report based on annotations (OVal annotations, to 
 be precise).

 Can I use the apt-maven-plugin for this (and if yes, how would I do it)?

 Also, is there a tutorial for more sophisticated site plugins? Like using CSS 
 styles, default images etc.
   

This chapter of the Maven complete reference describes these topics:

http://www.sonatype.com/books/mvnref-book/reference/site-generation.html

-Marshall Schor
 Best regards,
 Eric
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



   

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



AW: AW: How to create a report based on annotations

2010-05-18 Thread Lewis, Eric
Thanks, but it's not what I'm looking for. This describes how to customize your 
Maven site. But I want to know how to write a sophisticated report plugin.

Best regards,
Eric 

-Ursprüngliche Nachricht-
Von: Marshall Schor [mailto:m...@schor.com] 
Gesendet: Dienstag, 18. Mai 2010 12:32
An: Maven Users List
Betreff: Re: AW: How to create a report based on annotations



On 5/18/2010 3:17 AM, Lewis, Eric wrote:
 Anyone?  :-) 

 -Ursprüngliche Nachricht-
 Von: Lewis, Eric [mailto:eric.le...@ipi.ch] 
 Gesendet: Montag, 17. Mai 2010 11:07
 An: Maven Users List
 Betreff: How to create a report based on annotations

 Hi

 I'd like to create a Maven report based on annotations (OVal annotations, to 
 be precise).

 Can I use the apt-maven-plugin for this (and if yes, how would I do it)?

 Also, is there a tutorial for more sophisticated site plugins? Like using CSS 
 styles, default images etc.
   

This chapter of the Maven complete reference describes these topics:

http://www.sonatype.com/books/mvnref-book/reference/site-generation.html

-Marshall Schor
 Best regards,
 Eric
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



   

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org