svnno****@sourc*****
svnno****@sourc*****
2009年 9月 7日 (月) 10:06:02 JST
Revision: 3521 http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3521 Author: daisuke_m Date: 2009-09-07 10:06:02 +0900 (Mon, 07 Sep 2009) Log Message: ----------- 各プロジェクトのPOMを、master-POMを使ったプロジェクト構成に整理。 Modified Paths: -------------- artemis/trunk/jiemamy-artemis/pom.xml artemis/trunk/jiemamy-artemis-test/pom.xml artemis/trunk/jiemamy-core/pom.xml artemis/trunk/jiemamy-dialect-mysql/pom.xml artemis/trunk/jiemamy-dialect-oracle/pom.xml artemis/trunk/jiemamy-dialect-postgresql/pom.xml artemis/trunk/jiemamy-dialect-sql99/pom.xml artemis/trunk/jiemamy-view/pom.xml charon/jiemamy-excel-exporter/trunk/pom.xml charon/jiemamy-html-exporter/trunk/pom.xml charon/jiemamy-jpa-exporter/trunk/pom.xml charon/jiemamy-jpa-importer/trunk/pom.xml eros/maven-jiemamy-plugin/trunk/pom.xml hestia/trunk/jiemamy-hestia/pom.xml hestia/trunk/org.jiemamy.eclipse.core/pom.xml hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml hestia/trunk/org.jiemamy.eclipse.exporter.html/pom.xml hestia/trunk/org.jiemamy.eclipse.exporter.jpa/pom.xml hestia/trunk/org.jiemamy.eclipse.importer.jpa/pom.xml hestia/trunk/org.jiemamy.eclipse.ui/pom.xml leto/factory-enhancer/trunk/pom.xml leto/factory-enhancer-example/trunk/pom.xml leto/generic-tree/trunk/pom.xml leto/jiemamy-commons/trunk/pom.xml leto/jiemamy-entity-io/trunk/pom.xml leto/jiemamy-test-helper/trunk/pom.xml metis/documents/trunk/pom.xml metis/jiemamy-tutorial/trunk/pom.xml zeus/trunk/jiemamy-spec-core/pom.xml zeus/trunk/jiemamy-spec-diff/pom.xml zeus/trunk/jiemamy-spec-view/pom.xml zeus/trunk/jiemamy-zeus/pom.xml Modified: artemis/trunk/jiemamy-artemis/pom.xml =================================================================== --- artemis/trunk/jiemamy-artemis/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ artemis/trunk/jiemamy-artemis/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -3,6 +3,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-artemis</artifactId> <packaging>pom</packaging> @@ -23,20 +28,6 @@ </notifiers> </ciManagement> <inceptionYear>2007</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> <developers> <developer> <id>daisuke</id> @@ -60,13 +51,6 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-artemis</connection> <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-artemis</developerConnection> @@ -79,259 +63,11 @@ <module>../jiemamy-diff</module> --> </modules> - <build> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </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> - <forkMode>pertest</forkMode> - <includes> - <include>**/*Test.java</include> - </includes> - <argLine>-enableassertions -Xms512M -Xmx512M</argLine> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>ja,en</locales> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - </configuration> - </plugin> - <plugin> - <groupId>com.googlecode.maven-overview-plugin</groupId> - <artifactId>maven-overview-plugin</artifactId> - <version>1.3</version> - </plugin> - </plugins> - </build> - <repositories> + <repositories> <repository> - <id>Codehaus Snapshots</id> - <url>http://snapshots.repository.codehaus.org/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - <repository> - <id>JBoss</id> - <name>JBoss</name> - <url>http://repository.jboss.org/maven2</url> - </repository> - <repository> - <id>coderepos.org</id> - <name>CodeRepos svn repository</name> - <url>http://svn.coderepos.org/share/lang/java/misc/maven2repo</url> - </repository> - <repository> - <id>jiemamy.org</id> - <name>Jiemamy Repository</name> - <url>http://maven.jiemamy.org/release</url> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <id>Codehaus Snapshots</id> - <url>http://snapshots.repository.codehaus.org/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - <pluginRepository> - <id>overview plugin</id> - <url>https://kungfoo-m2.googlecode.com/svn/release-repo</url> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - </pluginRepositories> - <reporting> - <plugins> - <plugin> - <groupId>com.googlecode.maven-overview-plugin</groupId> - <artifactId>maven-overview-plugin</artifactId> - <version>1.3</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <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> - <link>http://report.jiemamy.org/jiemamy-spec-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-diff/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/factory-enhancer/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/generic-tree/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-view/${project.version}/apidocs/</link> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-artemis/${project.version}</url> - </site> - <repository> - <id>jiemamy-release-repository</id> + <id>jiemamy.org</id> <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> + <url>http://maven.jiemamy.org/release</url> </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - </distributionManagement> + </repositories> </project> \ No newline at end of file Modified: artemis/trunk/jiemamy-artemis-test/pom.xml =================================================================== --- artemis/trunk/jiemamy-artemis-test/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ artemis/trunk/jiemamy-artemis-test/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -3,6 +3,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-integration-test</artifactId> <name>Jiemamy Integration Test</name> @@ -22,20 +27,6 @@ </notifiers> </ciManagement> <inceptionYear>2007</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> <developers> <developer> <id>daisuke</id> @@ -45,18 +36,18 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/hercules/trunk/jiemamy-integration-test</connection> <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/hercules/trunk/jiemamy-integration-test</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/hercules/trunk/jiemamy-integration-test/?root=jiemamy</url> </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>junit</groupId> @@ -125,252 +116,4 @@ <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </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> - <forkMode>pertest</forkMode> - <includes> - <include>**/*Test.java</include> - </includes> - <argLine>-enableassertions -Xms512M -Xmx512M</argLine> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>ja,en</locales> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - </configuration> - </plugin> - <plugin> - <groupId>com.googlecode.maven-overview-plugin</groupId> - <artifactId>maven-overview-plugin</artifactId> - <version>1.3</version> - </plugin> - </plugins> - </build> - <repositories> - <repository> - <id>Codehaus Snapshots</id> - <url>http://snapshots.repository.codehaus.org/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - <repository> - <id>JBoss</id> - <name>JBoss</name> - <url>http://repository.jboss.org/maven2</url> - </repository> - <repository> - <id>coderepos.org</id> - <name>CodeRepos svn repository</name> - <url>http://svn.coderepos.org/share/lang/java/misc/maven2repo</url> - </repository> - <repository> - <id>jiemamy.org</id> - <name>Jiemamy Repository</name> - <url>http://maven.jiemamy.org/release</url> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <id>Codehaus Snapshots</id> - <url>http://snapshots.repository.codehaus.org/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - <pluginRepository> - <id>overview plugin</id> - <url>https://kungfoo-m2.googlecode.com/svn/release-repo</url> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - </pluginRepositories> - <reporting> - <plugins> - <plugin> - <groupId>com.googlecode.maven-overview-plugin</groupId> - <artifactId>maven-overview-plugin</artifactId> - <version>1.3</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <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> - <link>http://report.jiemamy.org/jiemamy-spec-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-diff/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/factory-enhancer/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/generic-tree/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-sql99/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-postgresql/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-mysql/${project.version}/apidocs/</link> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-artemis-test/${project.version}</url> - </site> - </distributionManagement> </project> Modified: artemis/trunk/jiemamy-core/pom.xml =================================================================== --- artemis/trunk/jiemamy-core/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ artemis/trunk/jiemamy-core/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -160,11 +160,4 @@ <version>0.3-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-core/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: artemis/trunk/jiemamy-dialect-mysql/pom.xml =================================================================== --- artemis/trunk/jiemamy-dialect-mysql/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ artemis/trunk/jiemamy-dialect-mysql/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -2,12 +2,11 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-artemis</artifactId> - <version>0.3.0-SNAPSHOT</version> - <relativePath>../jiemamy-artemis</relativePath> + <artifactId>master</artifactId> + <version>1.0</version> </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-dialect-mysql</artifactId> @@ -34,6 +33,13 @@ <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/artemis/trunk/jiemamy-dialect-mysql</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/artemis/trunk/jiemamy-dialect-mysql/?root=jiemamy</url> </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>junit</groupId> @@ -64,11 +70,4 @@ <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-dialect-mysql/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: artemis/trunk/jiemamy-dialect-oracle/pom.xml =================================================================== --- artemis/trunk/jiemamy-dialect-oracle/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ artemis/trunk/jiemamy-dialect-oracle/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -2,12 +2,11 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-artemis</artifactId> - <version>0.3.0-SNAPSHOT</version> - <relativePath>../jiemamy-artemis</relativePath> + <artifactId>master</artifactId> + <version>1.0</version> </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-dialect-oracle</artifactId> @@ -34,6 +33,13 @@ <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/artemis/trunk/jiemamy-dialect-oracle</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/artemis/trunk/jiemamy-dialect-oracle/?root=jiemamy</url> </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>junit</groupId> @@ -64,11 +70,4 @@ <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-dialect-oracle/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: artemis/trunk/jiemamy-dialect-postgresql/pom.xml =================================================================== --- artemis/trunk/jiemamy-dialect-postgresql/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ artemis/trunk/jiemamy-dialect-postgresql/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -5,9 +5,8 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-artemis</artifactId> - <version>0.3.0-SNAPSHOT</version> - <relativePath>../jiemamy-artemis</relativePath> + <artifactId>master</artifactId> + <version>1.0</version> </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-dialect-postgresql</artifactId> @@ -34,6 +33,13 @@ <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/artemis/trunk/jiemamy-dialect-postgresql</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/artemis/trunk/jiemamy-dialect-postgresql/?root=jiemamy</url> </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>junit</groupId> @@ -70,11 +76,4 @@ <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-dialect-postgresql/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: artemis/trunk/jiemamy-dialect-sql99/pom.xml =================================================================== --- artemis/trunk/jiemamy-dialect-sql99/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ artemis/trunk/jiemamy-dialect-sql99/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -2,12 +2,11 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-artemis</artifactId> - <version>0.3.0-SNAPSHOT</version> - <relativePath>../jiemamy-artemis</relativePath> + <artifactId>master</artifactId> + <version>1.0</version> </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-dialect-sql99</artifactId> @@ -34,6 +33,13 @@ <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/artemis/trunk/jiemamy-dialect-sql99</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/artemis/trunk/jiemamy-dialect-sql99/?root=jiemamy</url> </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>junit</groupId> @@ -64,11 +70,4 @@ <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-dialect-sql99/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: artemis/trunk/jiemamy-view/pom.xml =================================================================== --- artemis/trunk/jiemamy-view/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ artemis/trunk/jiemamy-view/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -74,11 +74,4 @@ <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-view/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: charon/jiemamy-excel-exporter/trunk/pom.xml =================================================================== --- charon/jiemamy-excel-exporter/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ charon/jiemamy-excel-exporter/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -5,9 +5,8 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-artemis</artifactId> - <version>0.3.0-SNAPSHOT</version> - <relativePath>../jiemamy-artemis</relativePath> + <artifactId>master</artifactId> + <version>1.0</version> </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-excel-exporter</artifactId> @@ -46,6 +45,11 @@ </scm> <repositories> <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + <repository> <id>maven.seasar.org</id> <name>The Seasar Foundation Maven2 Repository</name> <url>http://maven.seasar.org/maven2</url> @@ -128,12 +132,4 @@ <scope>test</scope> </dependency> </dependencies> - - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-excel-exporter/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: charon/jiemamy-html-exporter/trunk/pom.xml =================================================================== --- charon/jiemamy-html-exporter/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ charon/jiemamy-html-exporter/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -5,9 +5,8 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-artemis</artifactId> - <version>0.3.0-SNAPSHOT</version> - <relativePath>../jiemamy-artemis</relativePath> + <artifactId>master</artifactId> + <version>1.0</version> </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-html-exporter</artifactId> @@ -34,6 +33,13 @@ <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-html-exporter/trunk</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/charon/jiemamy-html-exporter/trunk/?root=jiemamy</url> </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>junit</groupId> @@ -89,11 +95,4 @@ <version>0.2</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-html-exporter/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: charon/jiemamy-jpa-exporter/trunk/pom.xml =================================================================== --- charon/jiemamy-jpa-exporter/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ charon/jiemamy-jpa-exporter/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -1,120 +1,119 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-artemis</artifactId> - <version>0.3.0-SNAPSHOT</version> - <relativePath>../jiemamy-artemis</relativePath> - </parent> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-jpa-exporter</artifactId> - <name>Jiemamy JPA Exporter</name> - <version>0.0.1-SNAPSHOT</version> - <description><![CDATA[JiemamyモデルをJPAエンティティクラスにエクスポートするエクスポータ。]]></description> - <url>http://report.jiemamy.org/jiemamy-jpa-exporter</url> - <issueManagement> - <system>JIRA</system> - <url>http://jira.jiemamy.org/jira/browse/EJPA</url> - </issueManagement> - <inceptionYear>2009</inceptionYear> - <developers> - <developer> - <id>j5ik2o</id> - <name>Junichi Kato</name> - <email>j5ik2****@users*****</email> - <url>http://d.hatena.ne.jp/j5ik2o/</url> - <timezone>+9</timezone> - </developer> - </developers> - <scm> - <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-exporter/trunk</connection> - <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-exporter/trunk</developerConnection> - <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/charon/jiemamy-jpa-exporter/trunk/?root=jiemamy</url> - </scm> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-library</artifactId> - <version>1.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>net.java.dev.jmockit</groupId> - <artifactId>jmockit</artifactId> - <version>0.94</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-test-helper</artifactId> - <version>0.0.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-core</artifactId> - <version>0.2.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - <version>0.9.15</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>0.9.15</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.4</version> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jpa_3.0_spec</artifactId> - <version>1.1.1</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-entity-io</artifactId> - <version>0.0.1-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-commons</artifactId> - <version>0.0.1</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-spec-core</artifactId> - <version>0.2</version> - </dependency> - </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-jpa-exporter/${project.version}</url> - </site> - </distributionManagement> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-jpa-exporter</artifactId> + <name>Jiemamy JPA Exporter</name> + <version>0.0.1-SNAPSHOT</version> + <description><![CDATA[JiemamyモデルをJPAエンティティクラスにエクスポートするエクスポータ。]]></description> + <url>http://report.jiemamy.org/jiemamy-jpa-exporter</url> + <issueManagement> + <system>JIRA</system> + <url>http://jira.jiemamy.org/jira/browse/EJPA</url> + </issueManagement> + <inceptionYear>2009</inceptionYear> + <developers> + <developer> + <id>j5ik2o</id> + <name>Junichi Kato</name> + <email>j5ik2****@users*****</email> + <url>http://d.hatena.ne.jp/j5ik2o/</url> + <timezone>+9</timezone> + </developer> + </developers> + <scm> + <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-exporter/trunk</connection> + <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-exporter/trunk</developerConnection> + <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/charon/jiemamy-jpa-exporter/trunk/?root=jiemamy</url> + </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.5</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-library</artifactId> + <version>1.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>net.java.dev.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>0.94</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-test-helper</artifactId> + <version>0.0.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-core</artifactId> + <version>0.2.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + <version>0.9.15</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>0.9.15</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jpa_3.0_spec</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-entity-io</artifactId> + <version>0.0.1-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-commons</artifactId> + <version>0.0.1</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-spec-core</artifactId> + <version>0.2</version> + </dependency> + </dependencies> </project> \ No newline at end of file Modified: charon/jiemamy-jpa-importer/trunk/pom.xml =================================================================== --- charon/jiemamy-jpa-importer/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ charon/jiemamy-jpa-importer/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -1,115 +1,114 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-artemis</artifactId> - <version>0.3.0-SNAPSHOT</version> - <relativePath>../jiemamy-artemis</relativePath> - </parent> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-jpa-importer</artifactId> - <name>Jiemamy JPA Importer</name> - <version>0.0.1-SNAPSHOT</version> - <description><![CDATA[JPAのエンティティをインポートするインポータ]]></description> - <url>http://report.jiemamy.org/jiemamy-jpa-importer</url> - <issueManagement> - <system>JIRA</system> - <url>http://jira.jiemamy.org/jira/browse/IJPA</url> - </issueManagement> - <inceptionYear>2009</inceptionYear> - <developers> - <developer> - <id>j5ik2o</id> - <name>Junichi Kato</name> - <email>j5ik2****@users*****</email> - <url>http://d.hatena.ne.jp/j5ik2o/</url> - <timezone>+9</timezone> - </developer> - </developers> - <scm> - <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-importer/trunk</connection> - <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-importer/trunk</developerConnection> - <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/charon/jiemamy-jpa-importer/trunk/?root=jiemamy</url> - </scm> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-library</artifactId> - <version>1.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>net.java.dev.jmockit</groupId> - <artifactId>jmockit</artifactId> - <version>0.94</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-test-helper</artifactId> - <version>0.0.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-core</artifactId> - <version>0.2.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.5</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>1.5.5</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - <version>0.9.9</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>0.9.9</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.4</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-commons</artifactId> - <version>0.0.1</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-spec-core</artifactId> - <version>0.2</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-entity-io</artifactId> - <version>0.0.1-SNAPSHOT</version> - </dependency> - </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-jpa-importer/${project.version}</url> - </site> - </distributionManagement> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-jpa-importer</artifactId> + <name>Jiemamy JPA Importer</name> + <version>0.0.1-SNAPSHOT</version> + <description><![CDATA[JPAのエンティティをインポートするインポータ]]></description> + <url>http://report.jiemamy.org/jiemamy-jpa-importer</url> + <issueManagement> + <system>JIRA</system> + <url>http://jira.jiemamy.org/jira/browse/IJPA</url> + </issueManagement> + <inceptionYear>2009</inceptionYear> + <developers> + <developer> + <id>j5ik2o</id> + <name>Junichi Kato</name> + <email>j5ik2****@users*****</email> + <url>http://d.hatena.ne.jp/j5ik2o/</url> + <timezone>+9</timezone> + </developer> + </developers> + <scm> + <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-importer/trunk</connection> + <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-importer/trunk</developerConnection> + <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/charon/jiemamy-jpa-importer/trunk/?root=jiemamy</url> + </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.5</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-library</artifactId> + <version>1.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>net.java.dev.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>0.94</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-test-helper</artifactId> + <version>0.0.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-core</artifactId> + <version>0.2.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.5</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <version>1.5.5</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + <version>0.9.9</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>0.9.9</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-commons</artifactId> + <version>0.0.1</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-spec-core</artifactId> + <version>0.2</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-entity-io</artifactId> + <version>0.0.1-SNAPSHOT</version> + </dependency> + </dependencies> </project> \ No newline at end of file Modified: eros/maven-jiemamy-plugin/trunk/pom.xml =================================================================== --- eros/maven-jiemamy-plugin/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ eros/maven-jiemamy-plugin/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -1,20 +1,22 @@ -<?xml version="1.0" encoding="UTF-8"?><project> - <modelVersion>4.0.0</modelVersion> +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>maven-jiemamy-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Jiemamy Maven Plugin</name> <version>0.2.1-SNAPSHOT</version> - <url>https://sourceforge.jp/projects/jiemamy/</url> - <inceptionYear>2007</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - </mailingLists> + <url>http://report.jiemamy.org/maven-jiemamy-plugin</url> + <issueManagement> + <system>JIRA</system> + <url>http://jira.jiemamy.org/jira/browse/MVN</url> + </issueManagement> <developers> <developer> <id>daisuke</id> @@ -24,58 +26,18 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/eros/maven-jiemamy-plugin/trunk</connection> <developerConnection>scm:svn:svn+ssh://devel****@svn*****/svnroot/eros/maven-jiemamy-plugin/trunk</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/eros/maven-jiemamy-plugin/trunk/?root=jiemamy</url> </scm> - <build> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - </plugins> - </build> <repositories> <repository> - <id>coderepos.org</id> - <name>CodeRepos svn repository</name> - <url>http://svn.coderepos.org/share/lang/java/misc/maven2repo</url> - </repository> - <repository> <id>jiemamy.org</id> <name>Jiemamy Repository</name> <url>http://maven.jiemamy.org/release</url> </repository> </repositories> - <pluginRepositories> - <pluginRepository> - <releases> - <enabled>false</enabled> - </releases> - <snapshots /> - <id>Maven Snapshots</id> - <url>http://snapshots.maven.codehaus.org/maven2</url> - </pluginRepository> - </pluginRepositories> <dependencies> <dependency> <groupId>org.apache.maven</groupId> @@ -100,156 +62,4 @@ <scope>test</scope> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <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> - <link>http://report.jiemamy.org/jiemamy-spec-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-diff/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/factory-enhancer/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/generic-tree/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-sql99/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-postgresql/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-mysql/${project.version}/apidocs/</link> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin><!-- コレがコケることがある? --> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/maven-jiemamy-plugin/${project.version}</url> - </site> - <repository> - <id>jiemamy-release-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> - </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/jiemamy-hestia/pom.xml =================================================================== --- hestia/trunk/jiemamy-hestia/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/jiemamy-hestia/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -3,11 +3,16 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> <packaging>pom</packaging> <name>Jiemamy Eclipse Plugins</name> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <description>Jiemamy Eclipse Plugins</description> <url>http://report.jiemamy.org/jiemamy-hestia</url> <issueManagement> @@ -26,21 +31,58 @@ </notifier> </notifiers> </ciManagement> - <inceptionYear>2007</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> + <build> + <plugins> + <plugin> + <artifactId>maven-clean-plugin</artifactId> + <configuration> + <filesets> + <fileset> + <directory>${basedir}/lib</directory> + </fileset> + </filesets> + <failOnError>false</failOnError> + </configuration> + </plugin> + <plugin> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>jar</id> + <phase>process-resources</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>${basedir}/lib</outputDirectory> + <includeScope>compile</includeScope> + <excludeScope>test</excludeScope> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>true</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + <execution> + <id>source-jar</id> + <phase>process-resources</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>${basedir}/lib/sources</outputDirectory> + <includeScope>compile</includeScope> + <excludeScope>test</excludeScope> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots>true</overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + <classifier>sources</classifier> + <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> <developers> <developer> <id>daisuke</id> @@ -64,13 +106,6 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-hestia</connection> <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-hestia</developerConnection> @@ -79,95 +114,25 @@ <modules> <module>../org.jiemamy.eclipse.core</module> <module>../org.jiemamy.eclipse.ui</module> + <module>../org.jiemamy.eclipse.dialect.sql99</module> - <module>../org.jiemamy.eclipse.dialect.oracle</module> <module>../org.jiemamy.eclipse.dialect.postgresql</module> <module>../org.jiemamy.eclipse.dialect.mysql</module> + <!-- + <module>../org.jiemamy.eclipse.dialect.oracle</module> + --> + <module>../org.jiemamy.eclipse.exporter.html</module> <module>../org.jiemamy.eclipse.importer.jpa</module> <module>../org.jiemamy.eclipse.exporter.jpa</module> </modules> - <build> - <plugins> - <plugin> - <artifactId>maven-clean-plugin</artifactId> - <configuration> - <filesets> - <fileset> - <directory>${basedir}/lib</directory> - </fileset> - </filesets> - <failOnError>false</failOnError> - </configuration> - </plugin> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.2</version><!-- see http://code.google.com/p/q4e/issues/detail?id=431 --> - <configuration> - <forkMode>pertest</forkMode> - <includes> - <include>**/*Test.java</include> - </includes> - <argLine>-enableassertions -Xms512M -Xmx512M</argLine> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>ja,en</locales> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - </configuration> - </plugin> - </plugins> - </build> - <repositories> - <repository> - <id>maven.org/central</id> - <name>Central Repository - Eclipse</name> - <url>http://repo1.maven.org/eclipse/</url> - </repository> + <repositories> <repository> - <id>Codehaus Snapshots</id> - <url>http://snapshots.repository.codehaus.org/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - <repository> - <id>JBoss</id> - <name>JBoss</name> - <url>http://repository.jboss.org/maven2</url> - </repository> - <repository> - <id>coderepos.org</id> - <name>CodeRepos svn repository</name> - <url>http://svn.coderepos.org/share/lang/java/misc/maven2repo</url> - </repository> - <repository> <id>jiemamy.org</id> <name>Jiemamy Repository</name> <url>http://maven.jiemamy.org/release</url> </repository> - </repositories> + </repositories> <pluginRepositories> <pluginRepository> <id>Codehaus Snapshots</id> @@ -180,144 +145,4 @@ </releases> </pluginRepository> </pluginRepositories> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <charset>UTF-8</charset> - <encoding>UTF-8</encoding> - <docencoding>UTF-8</docencoding> - <linksource>true</linksource> - <links> - <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> - <link>http://report.jiemamy.org/jiemamy-spec-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-diff/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/factory-enhancer/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/generic-tree/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-sql99/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-postgresql/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-mysql/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-hestia/${project.version}/apidocs/</link> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin><!-- コレがコケることがある? --> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-hestia/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.core/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.core/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/org.jiemamy.eclipse.core/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -6,20 +6,15 @@ <parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.core</artifactId> <name>Jiemamy Eclipse Core Plugin</name> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <description>Jiemamy Eclipse Core Plugin</description> - <url>http://report.jiemamy.org/jiemamy-eclipse-core</url> - <issueManagement> - <system>JIRA</system> - <url>http://jira.jiemamy.org/jira/browse/ECL</url> - </issueManagement> - <inceptionYear>2007</inceptionYear> + <url>http://report.jiemamy.org/org.jiemamy.eclipse.core</url> <developers> <developer> <id>daisuke</id> @@ -144,11 +139,4 @@ <version>0.2.0</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-eclipse-core/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -6,20 +6,19 @@ <parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.dialect.mysql</artifactId> <name>Jiemamy Eclipse Dialect for MySQL</name> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <description>Jiemamy Eclipse Dialect for MySQL</description> - <url>http://report.jiemamy.org/jiemamy-eclipse-dialect-mysql</url> + <url>http://report.jiemamy.org/org.jiemamy.eclipse.dialect.mysql</url> <issueManagement> <system>JIRA</system> <url>http://jira.jiemamy.org/jira/browse/DMYS</url> </issueManagement> - <inceptionYear>2007</inceptionYear> <developers> <developer> <id>daisuke</id> @@ -47,43 +46,6 @@ <failOnError>false</failOnError> </configuration> </plugin> - <plugin> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>jar</id> - <phase>process-resources</phase> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/lib</outputDirectory> - <includeScope>compile</includeScope> - <excludeScope>test</excludeScope> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>true</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - </configuration> - </execution> - <execution> - <id>source-jar</id> - <phase>process-resources</phase> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/lib/sources</outputDirectory> - <includeScope>compile</includeScope> - <excludeScope>test</excludeScope> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>true</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <classifier>sources</classifier> - <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <dependencies> @@ -108,7 +70,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.eclipse.ui</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> @@ -116,11 +78,4 @@ <version>0.2.0</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-eclipse-dialect-mysql/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -6,15 +6,15 @@ <parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.dialect.oracle</artifactId> <name>Jiemamy Eclipse Dialect for Oracle</name> - <version>0.2.0-SNAPSHOT</version> + <version>0.3.0-SNAPSHOT</version> <description>Jiemamy Eclipse Dialect for Oracle</description> - <url>http://report.jiemamy.org/jiemamy-eclipse-dialect-oracle</url> + <url>http://report.jiemamy.org/org.jiemamy.eclipse.dialect.oracle</url> <issueManagement> <system>JIRA</system> <url>http://jira.jiemamy.org/jira/browse/DMYS</url> @@ -102,14 +102,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>jiemamy-dialect-oracle</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-eclipse-dialect-oracle/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -6,15 +6,15 @@ <parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.dialect.postgresql</artifactId> <name>Jiemamy Eclipse Dialect for PostgreSQL</name> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <description>Jiemamy Eclipse Dialect for PostgreSQL</description> - <url>http://report.jiemamy.org/jiemamy-eclipse-dialect-postgresql</url> + <url>http://report.jiemamy.org/org.jiemamy.eclipse.dialect.postgresql</url> <issueManagement> <system>JIRA</system> <url>http://jira.jiemamy.org/jira/browse/DMYS</url> @@ -105,11 +105,4 @@ <version>0.2.0</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-eclipse-dialect-postgresql/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -6,15 +6,15 @@ <parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.dialect.sql99</artifactId> <name>Jiemamy Eclipse Dialect for SQL99 Standard</name> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <description>Jiemamy Eclipse Dialect for SQL99 Standard</description> - <url>http://report.jiemamy.org/jiemamy-eclipse-dialect-sql99</url> + <url>http://report.jiemamy.org/org.jiemamy.eclipse.dialect.sql99</url> <issueManagement> <system>JIRA</system> <url>http://jira.jiemamy.org/jira/browse/DMYS</url> @@ -105,11 +105,4 @@ <version>0.2.0</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-eclipse-dialect-sql99/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.exporter.html/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.exporter.html/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/org.jiemamy.eclipse.exporter.html/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -6,7 +6,7 @@ <parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> @@ -14,7 +14,7 @@ <name>Jiemamy Eclipse HTML Exporter Plugin</name> <version>0.0.1.SNAPSHOT</version> <description>Jiemamy Eclipse HTML Exporter Plugin</description> - <url>http://report.jiemamy.org/jiemamy-eclipse-exporter-html</url> + <url>http://report.jiemamy.org/org.jiemamy.eclipse.exporter.html</url> <issueManagement> <system>JIRA</system> <url>http://jira.jiemamy.org/jira/browse/EHTML</url> @@ -113,14 +113,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.eclipse.ui</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-eclipse-exporter-html/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.exporter.jpa/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.exporter.jpa/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/org.jiemamy.eclipse.exporter.jpa/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -6,7 +6,7 @@ <parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> @@ -14,7 +14,7 @@ <name>Jiemamy Eclipse JPA Exporter Plugin</name> <version>0.0.1.SNAPSHOT</version> <description>Jiemamy Eclipse JPA Exporter Plugin</description> - <url>http://report.jiemamy.org/jiemamy-eclipse-exporter-jpa</url> + <url>http://report.jiemamy.org/org.jiemamy.eclipse.exporter.jpa</url> <issueManagement> <system>JIRA</system> <url>http://jira.jiemamy.org/jira/browse/IJPA</url> @@ -113,14 +113,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.eclipse.ui</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-eclipse-exporter-jpa/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.importer.jpa/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.importer.jpa/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/org.jiemamy.eclipse.importer.jpa/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -6,7 +6,7 @@ <parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> @@ -113,14 +113,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.eclipse.ui</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-eclipse-importer-jpa/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.ui/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.ui/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ hestia/trunk/org.jiemamy.eclipse.ui/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -6,15 +6,15 @@ <parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-hestia</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.ui</artifactId> <name>Jiemamy Eclipse Model Editor Plugin</name> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <description>Jiemamy Eclipse Model Editor Plugin</description> - <url>http://report.jiemamy.org/jiemamy-eclipse</url> + <url>http://report.jiemamy.org/org.jiemamy.eclipse.ui</url> <issueManagement> <system>JIRA</system> <url>http://jira.jiemamy.org/jira/browse/ECL</url> @@ -102,9 +102,9 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.jiemamy</groupId> + <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.eclipse.core</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> </dependency> <!-- @@ -231,11 +231,4 @@ <scope>provided</scope> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-eclipse-ui/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: leto/factory-enhancer/trunk/pom.xml =================================================================== --- leto/factory-enhancer/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ leto/factory-enhancer/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -3,18 +3,19 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>factory-enhancer</artifactId> <name>Factory Enhancer</name> <version>0.1.1-SNAPSHOT</version> <url>http://report.jiemamy.org/factory-enhancer</url> - <issueManagement> - <system>JIRA</system> - <url>http://jira.jiemamy.org/jira/browse/CORE</url> - </issueManagement> <ciManagement> <system>hudson</system> - <url>http://hudson.jiemamy.org/hudson/job/jiemamy-artemis/</url> + <url>http://hudson.jiemamy.org/hudson/job/factory-enhancer/</url> <notifiers> <notifier> <sendOnSuccess>false</sendOnSuccess> @@ -25,20 +26,6 @@ </notifiers> </ciManagement> <inceptionYear>2009</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> <developers> <developer> <id>ashigeru</id> @@ -48,68 +35,18 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/leto/factory-enhancer/trunk</connection> <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/leto/factory-enhancer/trunk</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/leto/factory-enhancer/trunk/?root=jiemamy</url> </scm> - <build> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </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> - <forkMode>pertest</forkMode> - <includes> - <include>**/*Test.java</include> - </includes> - <argLine>-enableassertions -Xms512M -Xmx512M</argLine> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>ja,en</locales> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - </configuration> - </plugin> - </plugins> - </build> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>junit</groupId> @@ -149,148 +86,4 @@ <version>0.9.15</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <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> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <!-- http://d.hatena.ne.jp/szk-takanori/20080210/1202655682 - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - --> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/factory-enhancer/${project.version}</url> - </site> - <repository> - <id>jiemamy-release-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> - </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - </distributionManagement> </project> \ No newline at end of file Modified: leto/factory-enhancer-example/trunk/pom.xml =================================================================== --- leto/factory-enhancer-example/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ leto/factory-enhancer-example/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -3,9 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <artifactId>factory-enhancer-example</artifactId> <name>Factory Enhancer Examples</name> - <packaging>jar</packaging> <groupId>org.jiemamy</groupId> <version>0.1.1-SNAPSHOT</version> <build> @@ -55,22 +59,6 @@ <url>http://maven.jiemamy.org/release</url> </repository> </repositories> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <charset>UTF-8</charset> - <docencoding>UTF-8</docencoding> - <footer><![CDATA[ - Copyright 2007-2009 Jiemamy Project and the Others. - ]]></footer> - </configuration> - </plugin> - </plugins> - </reporting> <dependencies> <dependency> <groupId>org.jiemamy</groupId> @@ -78,21 +66,4 @@ <version>0.1.1-SNAPSHOT</version> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/factory-enhancer-example/${project.version}</url> - </site> - <repository> - <id>jiemamy-release-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> - </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - </distributionManagement> </project> Modified: leto/generic-tree/trunk/pom.xml =================================================================== --- leto/generic-tree/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ leto/generic-tree/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -3,18 +3,19 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>generic-tree</artifactId> <name>Generic Tree Utilities</name> <version>0.1.1-SNAPSHOT</version> <url>http://report.jiemamy.org/generic-tree</url> - <issueManagement> - <system>JIRA</system> - <url>http://jira.jiemamy.org/jira/browse/CORE</url> - </issueManagement> <ciManagement> <system>hudson</system> - <url>http://hudson.jiemamy.org/hudson/job/jiemamy-artemis/</url> + <url>http://hudson.jiemamy.org/hudson/job/generic-tree/</url> <notifiers> <notifier> <sendOnSuccess>false</sendOnSuccess> @@ -25,20 +26,6 @@ </notifiers> </ciManagement> <inceptionYear>2009</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> <developers> <developer> <id>ashigeru</id> @@ -48,18 +35,18 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/leto/trunk/generic-tree</connection> <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/leto/trunk/generic-tree</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/leto/trunk/generic-tree/?root=jiemamy</url> </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> <pluginRepositories> <pluginRepository> <id>jflex</id> @@ -69,52 +56,6 @@ </pluginRepositories> <build> <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </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> - <forkMode>pertest</forkMode> - <includes> - <include>**/*Test.java</include> - </includes> - <argLine>-enableassertions -Xms512M -Xmx512M</argLine> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>ja,en</locales> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - </configuration> - </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javacc-maven-plugin</artifactId> @@ -178,148 +119,4 @@ <version>0.9.15</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <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> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <!-- http://d.hatena.ne.jp/szk-takanori/20080210/1202655682 - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - --> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/generic-tree/${project.version}</url> - </site> - <repository> - <id>jiemamy-release-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> - </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - </distributionManagement> </project> \ No newline at end of file Modified: leto/jiemamy-commons/trunk/pom.xml =================================================================== --- leto/jiemamy-commons/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ leto/jiemamy-commons/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -3,6 +3,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-commons</artifactId> <name>Jiemamy Commons</name> @@ -10,7 +15,7 @@ <url>http://report.jiemamy.org/jiemamy-commons</url> <issueManagement> <system>JIRA</system> - <url>http://jira.jiemamy.org/jira/browse/CORE</url> + <url>http://jira.jiemamy.org/jira/browse/COM</url> </issueManagement> <ciManagement> <system>hudson</system> @@ -25,20 +30,6 @@ </notifiers> </ciManagement> <inceptionYear>2009</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> <developers> <developer> <id>daisuke</id> @@ -55,68 +46,18 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/leto/jiemamy-commons/trunk</connection> <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/leto/jiemamy-commons/trunk</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/leto/jiemamy-commons/trunk/?root=jiemamy</url> </scm> - <build> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </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> - <forkMode>pertest</forkMode> - <includes> - <include>**/*Test.java</include> - </includes> - <argLine>-enableassertions -Xms512M -Xmx512M</argLine> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>ja,en</locales> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - </configuration> - </plugin> - </plugins> - </build> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> <dependencies> <dependency> <groupId>junit</groupId> @@ -173,148 +114,4 @@ <optional>false</optional> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <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> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <!-- http://d.hatena.ne.jp/szk-takanori/20080210/1202655682 - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - --> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-commons/${project.version}</url> - </site> - <repository> - <id>jiemamy-release-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> - </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - </distributionManagement> </project> \ No newline at end of file Modified: leto/jiemamy-entity-io/trunk/pom.xml =================================================================== --- leto/jiemamy-entity-io/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ leto/jiemamy-entity-io/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -1,353 +1,140 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-entity-io</artifactId> - <name>Jiemamy JPA Entity I/O</name> - <version>0.0.1-SNAPSHOT</version> - <url>http://report.jiemamy.org/jiemamy-entity-io</url> - <issueManagement> - <system>JIRA</system> - <url>http://jira.jiemamy.org/jira/browse/CORE</url> - </issueManagement> - <ciManagement> - <system>hudson</system> - <url>http://hudson.jiemamy.org/hudson/job/jiemamy-entity-io/</url> - <notifiers> - <notifier> - <sendOnSuccess>false</sendOnSuccess> - <configuration> - <recipients>jiema****@googl*****</recipients> - </configuration> - </notifier> - </notifiers> - </ciManagement> - <inceptionYear>2009</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> - <developers> - <developer> - <id>j5ik2o</id> - <name>Junichi Kato</name> - <email>j5ik2****@users*****</email> - <url>http://d.hatena.ne.jp/j5ik2o/</url> - <timezone>+9</timezone> - </developer> - </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <scm> - <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/leto/jiemamy-entity-io/trunk</connection> - <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/leto/jiemamy-entity-io/trunk</developerConnection> - <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/leto/jiemamy-entity-io/trunk/?root=jiemamy</url> - </scm> - <build> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </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> - <forkMode>pertest</forkMode> - <includes> - <include>**/*Test.java</include> - </includes> - <argLine>-enableassertions -Xms512M -Xmx512M</argLine> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>ja,en</locales> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - </configuration> - </plugin> - </plugins> - </build> - <repositories> - <repository> - <id>jiemamy.org</id> - <name>Jiemamy Repository</name> - <url>http://maven.jiemamy.org/release</url> - </repository> - </repositories> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-library</artifactId> - <version>1.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - <version>0.9.15</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>0.9.15</version> - </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.8.0</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.4</version> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>1.3.2</version> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jpa_3.0_spec</artifactId> - <version>1.1.1</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-commons</artifactId> - <version>0.0.1</version> - </dependency> - <dependency> - <groupId>org.freemarker</groupId> - <artifactId>freemarker</artifactId> - <version>2.3.13</version> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-annotation_1.0_spec</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-spec-core</artifactId> - <version>0.2</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-test-helper</artifactId> - <version>0.0.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-core</artifactId> - <version>0.2.0</version> - <scope>test</scope> - </dependency> - </dependencies> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <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> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <!-- http://d.hatena.ne.jp/szk-takanori/20080210/1202655682 - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - --> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-entity-io/${project.version}</url> - </site> - <repository> - <id>jiemamy-release-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> - </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - </distributionManagement> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-entity-io</artifactId> + <name>Jiemamy JPA Entity I/O</name> + <version>0.0.1-SNAPSHOT</version> + <url>http://report.jiemamy.org/jiemamy-entity-io</url> + <issueManagement> + <system>JIRA</system> + <url>http://jira.jiemamy.org/jira/browse/EIO</url> + </issueManagement> + <ciManagement> + <system>hudson</system> + <url>http://hudson.jiemamy.org/hudson/job/jiemamy-entity-io/</url> + <notifiers> + <notifier> + <sendOnSuccess>false</sendOnSuccess> + <configuration> + <recipients>jiema****@googl*****</recipients> + </configuration> + </notifier> + </notifiers> + </ciManagement> + <inceptionYear>2009</inceptionYear> + <developers> + <developer> + <id>j5ik2o</id> + <name>Junichi Kato</name> + <email>j5ik2****@users*****</email> + <url>http://d.hatena.ne.jp/j5ik2o/</url> + <timezone>+9</timezone> + </developer> + </developers> + <scm> + <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/leto/jiemamy-entity-io/trunk</connection> + <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/leto/jiemamy-entity-io/trunk</developerConnection> + <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/leto/jiemamy-entity-io/trunk/?root=jiemamy</url> + </scm> + <repositories> + <repository> + <id>jiemamy.org</id> + <name>Jiemamy Repository</name> + <url>http://maven.jiemamy.org/release</url> + </repository> + </repositories> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.5</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-library</artifactId> + <version>1.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + <version>0.9.15</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>0.9.15</version> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.8.0</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.4</version> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>1.3.2</version> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jpa_3.0_spec</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-commons</artifactId> + <version>0.0.1</version> + </dependency> + <dependency> + <groupId>org.freemarker</groupId> + <artifactId>freemarker</artifactId> + <version>2.3.13</version> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-annotation_1.0_spec</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-spec-core</artifactId> + <version>0.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-test-helper</artifactId> + <version>0.0.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-core</artifactId> + <version>0.2.0</version> + <scope>test</scope> + </dependency> + </dependencies> </project> \ No newline at end of file Modified: leto/jiemamy-test-helper/trunk/pom.xml =================================================================== --- leto/jiemamy-test-helper/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ leto/jiemamy-test-helper/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -3,15 +3,16 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-test-helper</artifactId> <name>Jiemamy Test Helper</name> <version>0.3.0-SNAPSHOT</version> <url>http://report.jiemamy.org/jiemamy-test-helper</url> - <issueManagement> - <system>JIRA</system> - <url>http://jira.jiemamy.org/jira/browse/CORE</url> - </issueManagement> <ciManagement> <system>hudson</system> <url>http://hudson.jiemamy.org/hudson/job/jiemamy-test-helper/</url> @@ -25,20 +26,6 @@ </notifiers> </ciManagement> <inceptionYear>2009</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> <developers> <developer> <id>daisuke</id> @@ -55,68 +42,11 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/leto/jiemamy-test-helper/trunk</connection> <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/leto/jiemamy-test-helper/trunk</developerConnection> <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/leto/jiemamy-test-helper/trunk/?root=jiemamy</url> </scm> - <build> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </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> - <forkMode>pertest</forkMode> - <includes> - <include>**/*Test.java</include> - </includes> - <argLine>-enableassertions -Xms512M -Xmx512M</argLine> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>ja,en</locales> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - </configuration> - </plugin> - </plugins> - </build> <repositories> <repository> <id>jiemamy.org</id> @@ -176,148 +106,4 @@ <version>0.0.1</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <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> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <!-- http://d.hatena.ne.jp/szk-takanori/20080210/1202655682 - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - --> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-test-helper/${project.version}</url> - </site> - <repository> - <id>jiemamy-release-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> - </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - </distributionManagement> </project> \ No newline at end of file Modified: metis/documents/trunk/pom.xml =================================================================== --- metis/documents/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ metis/documents/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>documents</artifactId> <name>Jiemamy Documents</name> @@ -7,20 +12,6 @@ <description>Jiemamy Documents</description> <url>http://report.jiemamy.org/document</url> <inceptionYear>2009</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> <developers> <developer> <id>daisuke</id> @@ -30,13 +21,6 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/metis/trunk/</connection> <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/metis/trunk/</developerConnection> @@ -72,24 +56,11 @@ </build> <repositories> <repository> - <id>coderepos.org</id> - <name>CodeRepos svn repository</name> - <url>http://svn.coderepos.org/share/lang/java/misc/maven2repo</url> - </repository> - <repository> <id>jiemamy.org</id> <name>Jiemamy Repository</name> <url>http://maven.jiemamy.org/release</url> </repository> </repositories> - <pluginRepositories> - <pluginRepository> - <releases /> - <snapshots /> - <id>Codehaus Snapshots</id> - <url>http://snapshots.repository.codehaus.org/</url> - </pluginRepository> - </pluginRepositories> <dependencies> <dependency> <groupId>junit</groupId> @@ -120,162 +91,4 @@ <version>0.2.0</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <charset>UTF-8</charset> - <encoding>UTF-8</encoding> - <docencoding>UTF-8</docencoding> - <footer>Copyright 2009 Jiemamy Project and the Others.</footer> - <linksource>true</linksource> - <links> - <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> - <link>http://report.jiemamy.org/jiemamy-spec-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-diff/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/factory-enhancer/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/generic-tree/0.1.0/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-sql99/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-postgresql/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-dialect-mysql/${project.version}/apidocs/</link> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - </plugins> - </reporting> - <distributionManagement> - <repository> - <id>jiemamy-release-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> - </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-artemis/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: metis/jiemamy-tutorial/trunk/pom.xml =================================================================== --- metis/jiemamy-tutorial/trunk/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ metis/jiemamy-tutorial/trunk/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -1,152 +1,152 @@ <?xml version="1.0" encoding="UTF-8"?> <project> - <modelVersion>4.0.0</modelVersion> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-tutorial</artifactId> - <packaging>war</packaging> - <name>jiemamy-tutorial</name> - <version>0.2.0</version> - <build> - <outputDirectory>src/main/webapp/WEB-INF/classes</outputDirectory> - <defaultGoal>validate</defaultGoal> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <!-- jiemamyプラグインの設定 --> - <!-- cleanゴール = DB上に存在するエンティティ等を全削除する --> - <!-- jiemamyゴール = データファイルからSQLを生成する --> - <groupId>org.jiemamy</groupId> - <artifactId>maven-jiemamy-plugin</artifactId> - <configuration> - <!-- jiemamy:clean用設定 --> - <username>${database.username}</username> - <password>${database.password}</password> - <driver>${database.driver}</driver> - <uri>${database.uri}</uri> - <!-- jiemamy:jiemamy用設定 --> - <inputFile>./src/database/jiemamy.jer</inputFile> - <parameter> - <outputFile>./target/jiemamy.sql</outputFile> - <drop>false</drop> - <schema>false</schema> - <overwrite>true</overwrite> - <dataSetIndex>0</dataSetIndex> - </parameter> - </configuration> - <dependencies> - <dependency> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-dialect-postgresql</artifactId> - <version>0.2.0</version> - </dependency> - <dependency> - <groupId>postgresql</groupId> - <artifactId>postgresql</artifactId> - <version>8.3-603.jdbc3</version> - </dependency> - </dependencies> - </plugin> - <plugin> - <!-- sqlプラグインの設定(生成されたSQLを実行) --> - <groupId>org.codehaus.mojo</groupId> - <artifactId>sql-maven-plugin</artifactId> - <configuration> - <autocommit>true</autocommit> - <srcFiles> - <srcFile>./target/jiemamy.sql</srcFile> - </srcFiles> - <username>${database.username}</username> - <password>${database.password}</password> - <settingsKeys>sensibleKey</settingsKeys> - <driver>${database.driver}</driver> - <url>${database.uri}</url> - <skip>${maven.test.skip}</skip> - </configuration> - <dependencies> - <dependency> - <groupId>postgresql</groupId> - <artifactId>postgresql</artifactId> - <version>8.3-603.jdbc3</version> - </dependency> - </dependencies> - </plugin> - <plugin> - <!-- compileフェーズにおけるコンパイラの設定 --> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <!-- packageフェーズで、source jarも作成する --> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>source-jar</id> - <phase>package</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <!-- jettyにデプロイ --> - <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty-plugin</artifactId> - </plugin> - </plugins> - </build> - <pluginRepositories> - <pluginRepository> - <id>jiemamy</id> - <name>Jiemamy</name> - <url>http://maven.jiemamy.org/release</url> - </pluginRepository> - </pluginRepositories> - <dependencies> - <dependency> - <groupId>postgresql</groupId> - <artifactId>postgresql</artifactId> - <version>8.3-603.jdbc3</version> - </dependency> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty</artifactId> - <version>${jetty.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty-util</artifactId> - <version>${jetty.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty-management</artifactId> - <version>${jetty.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.5</version> - <scope>provided</scope> - </dependency> - </dependencies> - <properties> - <jetty.version>6.1.4</jetty.version> - <database.username>postgres</database.username> - <database.password>postgres</database.password> - <database.driver>org.postgresql.Driver</database.driver> - <database.uri>jdbc:postgresql://localhost:5432/jiemamy</database.uri> - </properties> + <modelVersion>4.0.0</modelVersion> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-tutorial</artifactId> + <packaging>war</packaging> + <name>jiemamy-tutorial</name> + <version>0.2.0</version> + <build> + <outputDirectory>src/main/webapp/WEB-INF/classes</outputDirectory> + <defaultGoal>validate</defaultGoal> + <plugins> + <plugin> + <artifactId>maven-resources-plugin</artifactId> + <configuration> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> + <!-- jiemamyプラグインの設定 --> + <!-- cleanゴール = DB上に存在するエンティティ等を全削除する --> + <!-- jiemamyゴール = データファイルからSQLを生成する --> + <groupId>org.jiemamy</groupId> + <artifactId>maven-jiemamy-plugin</artifactId> + <configuration> + <!-- jiemamy:clean用設定 --> + <username>${database.username}</username> + <password>${database.password}</password> + <driver>${database.driver}</driver> + <uri>${database.uri}</uri> + <!-- jiemamy:jiemamy用設定 --> + <inputFile>./src/database/jiemamy.jer</inputFile> + <parameter> + <outputFile>./target/jiemamy.sql</outputFile> + <drop>false</drop> + <schema>false</schema> + <overwrite>true</overwrite> + <dataSetIndex>0</dataSetIndex> + </parameter> + </configuration> + <dependencies> + <dependency> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-dialect-postgresql</artifactId> + <version>0.2.0</version> + </dependency> + <dependency> + <groupId>postgresql</groupId> + <artifactId>postgresql</artifactId> + <version>8.3-603.jdbc3</version> + </dependency> + </dependencies> + </plugin> + <plugin> + <!-- sqlプラグインの設定(生成されたSQLを実行) --> + <groupId>org.codehaus.mojo</groupId> + <artifactId>sql-maven-plugin</artifactId> + <configuration> + <autocommit>true</autocommit> + <srcFiles> + <srcFile>./target/jiemamy.sql</srcFile> + </srcFiles> + <username>${database.username}</username> + <password>${database.password}</password> + <settingsKeys>sensibleKey</settingsKeys> + <driver>${database.driver}</driver> + <url>${database.uri}</url> + <skip>${maven.test.skip}</skip> + </configuration> + <dependencies> + <dependency> + <groupId>postgresql</groupId> + <artifactId>postgresql</artifactId> + <version>8.3-603.jdbc3</version> + </dependency> + </dependencies> + </plugin> + <plugin> + <!-- compileフェーズにおけるコンパイラの設定 --> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> + <!-- packageフェーズで、source jarも作成する --> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>source-jar</id> + <phase>package</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <!-- jettyにデプロイ --> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty-plugin</artifactId> + </plugin> + </plugins> + </build> + <pluginRepositories> + <pluginRepository> + <id>jiemamy</id> + <name>Jiemamy</name> + <url>http://maven.jiemamy.org/release</url> + </pluginRepository> + </pluginRepositories> + <dependencies> + <dependency> + <groupId>postgresql</groupId> + <artifactId>postgresql</artifactId> + <version>8.3-603.jdbc3</version> + </dependency> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty</artifactId> + <version>${jetty.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty-util</artifactId> + <version>${jetty.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty-management</artifactId> + <version>${jetty.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.5</version> + <scope>provided</scope> + </dependency> + </dependencies> + <properties> + <jetty.version>6.1.4</jetty.version> + <database.username>postgres</database.username> + <database.password>postgres</database.password> + <database.driver>org.postgresql.Driver</database.driver> + <database.uri>jdbc:postgresql://localhost:5432/jiemamy</database.uri> + </properties> </project> Modified: zeus/trunk/jiemamy-spec-core/pom.xml =================================================================== --- zeus/trunk/jiemamy-spec-core/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ zeus/trunk/jiemamy-spec-core/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -50,11 +50,4 @@ <scope>test</scope> </dependency> </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-spec-core/${project.version}</url> - </site> - </distributionManagement> </project> \ No newline at end of file Modified: zeus/trunk/jiemamy-spec-diff/pom.xml =================================================================== --- zeus/trunk/jiemamy-spec-diff/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ zeus/trunk/jiemamy-spec-diff/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -31,17 +31,22 @@ <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/artemis/trunk/org.jiemamy.spec.diff/?root=jiemamy</url> </scm> <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.5</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-library</artifactId> + <version>1.1</version> + <scope>test</scope> + </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jiemamy-spec-core</artifactId> <version>${project.version}</version> </dependency> - </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-spec-diff/${project.version}</url> - </site> - </distributionManagement> + </dependencies> </project> \ No newline at end of file Modified: zeus/trunk/jiemamy-spec-view/pom.xml =================================================================== --- zeus/trunk/jiemamy-spec-view/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ zeus/trunk/jiemamy-spec-view/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -48,12 +48,5 @@ <artifactId>jiemamy-spec-core</artifactId> <version>${project.version}</version> </dependency> - </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-spec-view/${project.version}</url> - </site> - </distributionManagement> + </dependencies> </project> \ No newline at end of file Modified: zeus/trunk/jiemamy-zeus/pom.xml =================================================================== --- zeus/trunk/jiemamy-zeus/pom.xml 2009-09-06 19:03:51 UTC (rev 3520) +++ zeus/trunk/jiemamy-zeus/pom.xml 2009-09-07 01:06:02 UTC (rev 3521) @@ -3,6 +3,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>master</artifactId> + <version>1.0</version> + </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-zeus</artifactId> <packaging>pom</packaging> @@ -27,20 +32,6 @@ </notifiers> </ciManagement> <inceptionYear>2007</inceptionYear> - <mailingLists> - <mailingList> - <name>Jiemamy-users</name> - <subscribe></subscribe> - <post>jiema****@lists*****</post> - <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive> - </mailingList> - <mailingList> - <name>Jiemamy-dev</name> - <subscribe></subscribe> - <post>jiema****@googl*****</post> - <archive>http://groups.google.com/group/jiemamy-dev/topics/</archive> - </mailingList> - </mailingLists> <developers> <developer> <id>daisuke</id> @@ -64,13 +55,6 @@ <timezone>+9</timezone> </developer> </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <scm> <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-zeus</connection> <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-zeus</developerConnection> @@ -80,229 +64,12 @@ <module>../jiemamy-spec-core</module> <module>../jiemamy-spec-view</module> <module>../jiemamy-spec-diff</module> - </modules> - <build> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </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> - <forkMode>pertest</forkMode> - <includes> - <include>**/*Test.java</include> - </includes> - <argLine>-enableassertions -Xms512M -Xmx512M</argLine> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <locales>ja,en</locales> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - </configuration> - </plugin> - <plugin> - <groupId>com.googlecode.maven-overview-plugin</groupId> - <artifactId>maven-overview-plugin</artifactId> - <version>1.3</version> - </plugin> - </plugins> - </build> - <pluginRepositories> - <pluginRepository> - <id>Codehaus Snapshots</id> - <url>http://snapshots.repository.codehaus.org/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - <pluginRepository> - <id>overview plugin</id> - <url>https://kungfoo-m2.googlecode.com/svn/release-repo</url> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - </pluginRepositories> - <reporting> - <plugins> - <plugin> - <groupId>com.googlecode.maven-overview-plugin</groupId> - <artifactId>maven-overview-plugin</artifactId> - <version>1.3</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <includes> - <include>**/*.class</include> - </includes> - <excludes> - <exclude>${basedir}</exclude> - </excludes> - </instrumentation> - <formats> - <format>xml</format> - <format>html</format> - </formats> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>report-only</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - <tags> - <tag>TODO</tag> - <tag>FIXME</tag> - <tag>UNDONE</tag> - <tag>HACK</tag> - <tag>THINK</tag> - <tag>RESOURCE</tag> - <tag>DOCME</tag> - </tags> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>1.5</source> - <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> - <link>http://report.jiemamy.org/jiemamy-spec-core/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-view/${project.version}/apidocs/</link> - <link>http://report.jiemamy.org/jiemamy-spec-diff/${project.version}/apidocs/</link> - </links> - </configuration> - <reportSets> - <reportSet> - <id>non-aggregate</id> - <reports> - <report>javadoc</report> - </reports> - </reportSet> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <configuration> - <threshold>High</threshold> - <effort>Max</effort> - </configuration> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <sourceEncoding>UTF-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - <linkXRef>true</linkXRef> - <rulesets> - <string>/rulesets/braces.xml</string> - <string>/rulesets/j2ee.xml</string> - </rulesets> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <aggregate>true</aggregate> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-zeus/${project.version}</url> - </site> + </modules> + <repositories> <repository> - <id>jiemamy-release-repository</id> + <id>jiemamy.org</id> <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/release</url> + <url>http://maven.jiemamy.org/release</url> </repository> - <snapshotRepository> - <id>jiemamy-snapshot-repository</id> - <name>Jiemamy Repository</name> - <url>scp://report.jiemamy.org/var/www/maven/snapshot</url> - </snapshotRepository> - </distributionManagement> + </repositories> </project> \ No newline at end of file