You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by vetalok <ve...@gmail.com> on 2007/10/26 17:30:18 UTC

Maven checkstyle plugin, multimodule conf problem

Hello experts!
I have the following structure:
whizbang
|-- pom.xml
|-- a
|   `-- pom.xml
|   `-- target/site/checkstyle.html
|-- b
|   `-- pom.xml
|   `-- target/site/checkstyle.html
These checkstyle.htmls were created by running mvn checkstyle:checkstyle
comand in "whizbang" directory.
How can I autamatically combine all these  checkstyle.htmls into single
checkstyle.html?
Thanks.

-- 
View this message in context: http://www.nabble.com/Maven-checkstyle-plugin%2C-multimodule-conf-problem-tf4697789s177.html#a13428818
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: Maven checkstyle plugin, multimodule conf problem

Posted by vetalok <ve...@gmail.com>.
Thank you very much Jim Sellers,
Maven Dashboard Report Plugin is the tool I have long time looked for :) 
-- 
View this message in context: http://www.nabble.com/Maven-checkstyle-plugin%2C-multimodule-conf-problem-tf4697789s177.html#a13463376
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: Maven checkstyle plugin, multimodule conf problem

Posted by Jim Sellers <ji...@gmail.com>.
Have not used this myself, but...
http://mojo.codehaus.org/dashboard-maven-plugin/

HTH
Jim


On 10/26/07, vetalok <ve...@gmail.com> wrote:
>
>
> Hello experts!
> I have the following structure:
> whizbang
> |-- pom.xml
> |-- a
> |   `-- pom.xml
> |   `-- target/site/checkstyle.html
> |-- b
> |   `-- pom.xml
> |   `-- target/site/checkstyle.html
> These checkstyle.htmls were created by running mvn checkstyle:checkstyle
> comand in "whizbang" directory.
> How can I autamatically combine all these  checkstyle.htmls into single
> checkstyle.html?
> Thanks.
>
> --
> View this message in context:
> http://www.nabble.com/Maven-checkstyle-plugin%2C-multimodule-conf-problem-tf4697789s177.html#a13428818
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>