svnno****@sourc*****
svnno****@sourc*****
2009年 2月 9日 (月) 00:26:23 JST
Revision: 2636 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2636 Author: daisuke_m Date: 2009-02-09 00:26:23 +0900 (Mon, 09 Feb 2009) Log Message: ----------- maven-checkstyle-pluginの設定に<configLocation>${basedir}/checkstyle.xml</configLocation>を追加してみた。 Modified Paths: -------------- artemis/trunk/jiemamy-artemis/pom.xml vesta/trunk/jiemamy-vesta/pom.xml zeus/trunk/jiemamy-specs/pom.xml -------------- next part -------------- Modified: artemis/trunk/jiemamy-artemis/pom.xml =================================================================== --- artemis/trunk/jiemamy-artemis/pom.xml 2009-02-08 14:38:33 UTC (rev 2635) +++ artemis/trunk/jiemamy-artemis/pom.xml 2009-02-08 15:26:23 UTC (rev 2636) @@ -248,6 +248,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> + <configLocation>${basedir}/checkstyle.xml</configLocation> </configuration> </plugin> <plugin> Modified: vesta/trunk/jiemamy-vesta/pom.xml =================================================================== --- vesta/trunk/jiemamy-vesta/pom.xml 2009-02-08 14:38:33 UTC (rev 2635) +++ vesta/trunk/jiemamy-vesta/pom.xml 2009-02-08 15:26:23 UTC (rev 2636) @@ -243,6 +243,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> + <configLocation>${basedir}/checkstyle.xml</configLocation> </configuration> </plugin> <plugin> Modified: zeus/trunk/jiemamy-specs/pom.xml =================================================================== --- zeus/trunk/jiemamy-specs/pom.xml 2009-02-08 14:38:33 UTC (rev 2635) +++ zeus/trunk/jiemamy-specs/pom.xml 2009-02-08 15:26:23 UTC (rev 2636) @@ -226,6 +226,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> + <configLocation>${basedir}/checkstyle.xml</configLocation> </configuration> </plugin> <plugin>