Author: echatellier Date: 2010-08-02 12:12:42 +0200 (Mon, 02 Aug 2010) New Revision: 2746 Url: http://chorem.org/repositories/revision/jtimer/2746 Log: Use standard maven layout (config) Added: trunk/src/main/config/ Removed: trunk/src/main/checkstyle/ Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-07-22 12:31:03 UTC (rev 2745) +++ trunk/pom.xml 2010-08-02 10:12:42 UTC (rev 2746) @@ -153,7 +153,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <version>2.5</version> <configuration> - <configLocation>${maven.src.dir}/main/checkstyle/checkstyle.xml</configLocation> + <configLocation>${maven.src.dir}/main/config/checkstyle.xml</configLocation> <excludes>**/Xss.java,**/X11.java,**/Kernel32.java,**/User32.java, **/ApplicationServices.java</excludes> </configuration> </plugin>
participants (1)
-
echatellier@users.chorem.org