svnno****@sourc*****
svnno****@sourc*****
2009年 2月 9日 (月) 00:48:45 JST
Revision: 2637 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2637 Author: daisuke_m Date: 2009-02-09 00:48:45 +0900 (Mon, 09 Feb 2009) Log Message: ----------- <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 15:26:23 UTC (rev 2636) +++ artemis/trunk/jiemamy-artemis/pom.xml 2009-02-08 15:48:45 UTC (rev 2637) @@ -248,7 +248,6 @@ <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 15:26:23 UTC (rev 2636) +++ vesta/trunk/jiemamy-vesta/pom.xml 2009-02-08 15:48:45 UTC (rev 2637) @@ -243,7 +243,6 @@ <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 15:26:23 UTC (rev 2636) +++ zeus/trunk/jiemamy-specs/pom.xml 2009-02-08 15:48:45 UTC (rev 2637) @@ -226,7 +226,6 @@ <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> - <configLocation>${basedir}/checkstyle.xml</configLocation> </configuration> </plugin> <plugin>