svnno****@sourc*****
svnno****@sourc*****
2009年 9月 14日 (月) 20:12:45 JST
Revision: 3552 http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3552 Author: daisuke_m Date: 2009-09-14 20:12:45 +0900 (Mon, 14 Sep 2009) Log Message: ----------- tychoによるビルドが上手く行かないので、maven-source-pluginの記述を削除。 Modified Paths: -------------- athena/master/trunk/pom.xml Modified: athena/master/trunk/pom.xml =================================================================== --- athena/master/trunk/pom.xml 2009-09-14 10:49:04 UTC (rev 3551) +++ athena/master/trunk/pom.xml 2009-09-14 11:12:45 UTC (rev 3552) @@ -62,18 +62,6 @@ </configuration> </plugin> <plugin> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>source-jar</id> - <phase>package</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.4.2</version><!-- see http://code.google.com/p/q4e/issues/detail?id=431 --> <configuration>