svnno****@sourc*****
svnno****@sourc*****
2009年 2月 19日 (木) 23:25:31 JST
Revision: 2692 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2692 Author: daisuke_m Date: 2009-02-19 23:25:31 +0900 (Thu, 19 Feb 2009) Log Message: ----------- spec系コンポーネントのソースがdeployされるようになっていなかったのを修正。 Modified Paths: -------------- zeus/trunk/jiemamy-specs/pom.xml -------------- next part -------------- Modified: zeus/trunk/jiemamy-specs/pom.xml =================================================================== --- zeus/trunk/jiemamy-specs/pom.xml 2009-02-19 14:03:33 UTC (rev 2691) +++ zeus/trunk/jiemamy-specs/pom.xml 2009-02-19 14:25:31 UTC (rev 2692) @@ -92,6 +92,18 @@ </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> @@ -115,11 +127,6 @@ </build> <repositories> <repository> - <id>maven.org/central</id> - <name>Central Repository - Eclipse</name> - <url>http://repo1.maven.org/eclipse/</url> - </repository> - <repository> <id>seasar.org</id> <name>The Seasar Foundation Maven2 Repository</name> <url>http://maven.seasar.org/maven2</url> @@ -199,6 +206,9 @@ <charset>UTF-8</charset> <encoding>UTF-8</encoding> <docencoding>UTF-8</docencoding> + <footer><![CDATA[ + Copyright 2009 Jiemamy Project and the Others. + ]]></footer> <linksource>true</linksource> <links> <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>