Author: tchemit Date: 2010-02-08 16:54:46 +0100 (Mon, 08 Feb 2010) New Revision: 1734 Modified: trunk/pom.xml Log: add checkstyle report Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-02-07 11:40:13 UTC (rev 1733) +++ trunk/pom.xml 2010-02-08 15:54:46 UTC (rev 1734) @@ -398,6 +398,15 @@ </build> + <reporting> + <plugins> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <version> 2.4</version> + </plugin> + </plugins> + </reporting> + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.nuiton.org