That looks like doxia. Try adding this to your dependencies: <groupId>doxia</groupId> <artifactId>doxia-core</artifactId> <version>1.0-alpha-5</version>
Not positive that will work, but give it a try. Wayne On 3/30/06, SiD <tourment> <[EMAIL PROTECTED]> wrote: > Ok done, i have the sources. > > To compile it i have to find a lot of libraries, i have found some of them > but i need to find : > > import org.codehaus.doxia.site.renderer.SiteRenderer; > > Anyone got it ? I don't find it on the web... > > On 3/29/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > > > Sure, just grab the Checkstyle plugin source code and hack away until > > you're happy with the ouput... > > > > Wayne > > > > On 3/29/06, SiD <tourment> <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > Is it possible to modify the checkstyle model result file > > > (target/site/checkstyle.html) generated by checkstyle when i do "mvn > > site" ? > > > > > > I want just to simplify it to make a summary ... > > > > > > Thanks. > > > > > > > > > > > > -- > SiD <tourment> (http://guildetourment.free.fr/ > >
