From 2b9b55388d3f7a13bedb35ea0f777a8f5fc5cef2 Mon Sep 17 00:00:00 2001 From: Toshio Takiguchi Date: Wed, 14 Dec 2011 16:45:09 +0900 Subject: [PATCH] =?utf8?q?pom=E3=81=AE=E6=A7=8B=E6=88=90=E3=82=92=E5=A4=89?= =?utf8?q?=E6=9B=B4=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ea2ddl-comment/pom.xml | 11 +-- ea2ddl-common/pom.xml | 5 +- ea2ddl-dao/pom.xml | 5 +- ea2ddl-ddl/pom.xml | 5 +- pom.xml | 255 +++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 266 insertions(+), 15 deletions(-) create mode 100644 pom.xml diff --git a/ea2ddl-comment/pom.xml b/ea2ddl-comment/pom.xml index ab28757..0ee04f9 100644 --- a/ea2ddl-comment/pom.xml +++ b/ea2ddl-comment/pom.xml @@ -3,8 +3,7 @@ ea2ddl-parent jp.sourceforge.ea2ddl - 0.0.2-SNAPSHOT - ../ea2ddl-parent + 0.0.3-SNAPSHOT 4.0.0 ea2ddl-comment @@ -12,10 +11,10 @@ Enterprise Architect to DDL Comment Generator - - ${project.groupId} + + ${project.groupId} ea2ddl-dao - ${project.version} + ${project.version} @@ -40,4 +39,4 @@ ${project.version} - \ No newline at end of file + diff --git a/ea2ddl-common/pom.xml b/ea2ddl-common/pom.xml index d3b05c8..89a07dd 100644 --- a/ea2ddl-common/pom.xml +++ b/ea2ddl-common/pom.xml @@ -3,8 +3,7 @@ ea2ddl-parent jp.sourceforge.ea2ddl - 0.0.2-SNAPSHOT - ../ea2ddl-parent + 0.0.3-SNAPSHOT 4.0.0 ea2ddl-common @@ -48,4 +47,4 @@ freemarker - \ No newline at end of file + diff --git a/ea2ddl-dao/pom.xml b/ea2ddl-dao/pom.xml index 1172e5a..e9402b3 100644 --- a/ea2ddl-dao/pom.xml +++ b/ea2ddl-dao/pom.xml @@ -4,8 +4,7 @@ ea2ddl-parent jp.sourceforge.ea2ddl - 0.0.2-SNAPSHOT - ../ea2ddl-parent + 0.0.3-SNAPSHOT 4.0.0 ea2ddl-dao @@ -46,4 +45,4 @@ dbflute-runtime - \ No newline at end of file + diff --git a/ea2ddl-ddl/pom.xml b/ea2ddl-ddl/pom.xml index 66ff50b..abddb4b 100644 --- a/ea2ddl-ddl/pom.xml +++ b/ea2ddl-ddl/pom.xml @@ -3,8 +3,7 @@ ea2ddl-parent jp.sourceforge.ea2ddl - 0.0.2-SNAPSHOT - ../ea2ddl-parent + 0.0.3-SNAPSHOT 4.0.0 ea2ddl-ddl @@ -44,4 +43,4 @@ geronimo-jta_1.1_spec - \ No newline at end of file + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ed789e9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,255 @@ + + 4.0.0 + jp.sourceforge.ea2ddl + ea2ddl-parent + 0.0.3-SNAPSHOT + pom + + Enterprise Architect to DDL + Enterprise Architect to DDL + http://ea2ddl.sourceforge.jp/ + 2008 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:git:git://git.sourceforge.jp/gitroot/ea2ddl/ea2ddl.git + scm:git:git://git.sourceforge.jp/gitroot/ea2ddl/ea2ddl.git + http://git.sourceforge.jp/view?p=ea2ddl/ea2ddl.git + + + ea2ddl-common + ea2ddl-dao + ea2ddl-comment + ea2ddl-ddl + + + + maven.seasar.org + The Seasar Foundation Maven2 Repository + http://maven.seasar.org/maven2 + + + + + + + maven-compiler-plugin + + UTF-8 + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-source-plugin + + + package + + jar + + + + + + maven-javadoc-plugin + + + package + + jar + + + + + 1.5 + UTF-8 + UTF-8 + UTF-8 + ja + true + -J-Xmx512m + + http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/ + http://java.sun.com/j2ee/1.4/docs/api/ + http://aopalliance.sourceforge.net/doc/ + + + + + org.apache.maven.plugins + maven-surefire-plugin + + once + + -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m + + + + + + + + + 2.4.30 + + + + + junit + junit + 4.4 + test + + + junit-addons + junit-addons + 1.4 + jar + test + + + junit-addons + junit-addons-runner + + + xerces + xercesImpl + + + xerces + xmlParserAPIs + + + + + log4j + log4j + 1.2.14 + + + commons-logging + commons-logging + 1.1 + + + avalon-framework + avalon-framework + + + logkit + logkit + + + log4j + log4j + + + servlet-api + javax.servlet + + + + + commons-lang + commons-lang + 2.3 + + + commons-collections + commons-collections + 3.2 + + + + + + + org.seasar.container + s2-extension + ${s2.version} + jar + + + poi + poi + + + + + org.seasar.container + s2-tiger + ${s2.version} + jar + + + poi + poi + + + + + + org.apache.geronimo.specs + geronimo-j2ee_1.4_spec + 1.0 + jar + provided + + + org.apache.geronimo.specs + geronimo-ejb_3.0_spec + 1.0 + jar + provided + + + org.apache.geronimo.specs + geronimo-jpa_3.0_spec + 1.0 + jar + provided + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.0 + jar + provided + + + org.apache.poi + poi + 3.0.2-FINAL + + + org.seasar.dbflute + dbflute + 0.8.1 + + + org.apache.ant + ant + 1.7.1 + + + org.freemarker + freemarker + 2.3.13 + + + org.seasar.dbflute + dbflute-runtime + 0.9.3 + + + + + -- 2.11.0