svnno****@sourc*****
svnno****@sourc*****
2008年 9月 18日 (木) 11:00:37 JST
Revision: 1937 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=1937 Author: ewigkeit1204 Date: 2008-09-18 11:00:36 +0900 (Thu, 18 Sep 2008) Log Message: ----------- Maven のビルドが失敗していたのを修正。 Modified Paths: -------------- artemis/trunk/org.jiemamy.composer/pom.xml artemis/trunk/org.jiemamy.core/pom.xml artemis/trunk/org.jiemamy.dialect.mysql/pom.xml artemis/trunk/org.jiemamy.dialect.sql99/pom.xml artemis/trunk/org.jiemamy.serializer/pom.xml -------------- next part -------------- Modified: artemis/trunk/org.jiemamy.composer/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.composer/pom.xml 2008-09-18 00:55:43 UTC (rev 1936) +++ artemis/trunk/org.jiemamy.composer/pom.xml 2008-09-18 02:00:36 UTC (rev 1937) @@ -162,6 +162,13 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> + <artifactId>org.jiemamy.core</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.serializer</artifactId> <version>${project.version}</version> </dependency> Modified: artemis/trunk/org.jiemamy.core/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.core/pom.xml 2008-09-18 00:55:43 UTC (rev 1936) +++ artemis/trunk/org.jiemamy.core/pom.xml 2008-09-18 02:00:36 UTC (rev 1937) @@ -119,6 +119,16 @@ </executions> </plugin> <plugin> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> <artifactId>maven-clean-plugin</artifactId> <configuration> <filesets> @@ -219,6 +229,11 @@ <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>org.jiemamy.spec</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> <reporting> <plugins> Modified: artemis/trunk/org.jiemamy.dialect.mysql/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.dialect.mysql/pom.xml 2008-09-18 00:55:43 UTC (rev 1936) +++ artemis/trunk/org.jiemamy.dialect.mysql/pom.xml 2008-09-18 02:00:36 UTC (rev 1937) @@ -174,6 +174,13 @@ <artifactId>org.jiemamy.core</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>org.jiemamy.core</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.dialect</artifactId> Modified: artemis/trunk/org.jiemamy.dialect.sql99/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.dialect.sql99/pom.xml 2008-09-18 00:55:43 UTC (rev 1936) +++ artemis/trunk/org.jiemamy.dialect.sql99/pom.xml 2008-09-18 02:00:36 UTC (rev 1937) @@ -160,6 +160,13 @@ <artifactId>org.jiemamy.core</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>org.jiemamy.core</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.dialect</artifactId> Modified: artemis/trunk/org.jiemamy.serializer/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.serializer/pom.xml 2008-09-18 00:55:43 UTC (rev 1936) +++ artemis/trunk/org.jiemamy.serializer/pom.xml 2008-09-18 02:00:36 UTC (rev 1937) @@ -81,7 +81,7 @@ <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/artemis/trunk/org.jiemamy.serializer/?root=jiemamy</url> </scm> <build> - <plugins> + <plugins> <plugin> <artifactId>maven-dependency-plugin</artifactId> <executions> @@ -170,9 +170,21 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> + <artifactId>org.jiemamy.spec</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.core</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>org.jiemamy.core</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> </dependencies> <reporting> <plugins>