You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2006/04/20 07:56:46 UTC

svn commit: r395499 - in /db/torque: common/trunk/pom.xml generator/trunk/pom.xml runtime/trunk/pom.xml templates/trunk/pom.xml

Author: tfischer
Date: Wed Apr 19 22:56:45 2006
New Revision: 395499

URL: http://svn.apache.org/viewcvs?rev=395499&view=rev
Log:
Created basic maven2 build system.
- the group id is org.apache.db.torque and thus different from the group id got from converting the maven1 directory
- the components are called runtime, generator and templates

Added:
    db/torque/common/trunk/pom.xml
    db/torque/generator/trunk/pom.xml
    db/torque/runtime/trunk/pom.xml
    db/torque/templates/trunk/pom.xml

Added: db/torque/common/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/db/torque/common/trunk/pom.xml?rev=395499&view=auto
==============================================================================
--- db/torque/common/trunk/pom.xml (added)
+++ db/torque/common/trunk/pom.xml Wed Apr 19 22:56:45 2006
@@ -0,0 +1,390 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<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.apache.db.torque</groupId>
+  <artifactId>torque</artifactId>
+  <packaging>pom</packaging>
+  <name>Torque</name>
+  <version>3.2.1-SNAPSHOT</version>
+  <description>Common project descriptor for the Torque project</description>
+  <url>http://db.apache.org/torque</url>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/TORQUE</url>
+  </issueManagement>
+
+  <!-- is this necessary/correct ? -->
+  <!--ciManagement>
+    <system>gump</system>
+    <url>http://vmgump.apache.org/</url>
+    <notifiers>
+      <notifier>
+        <type>email</type>
+        <sendOnError>true</sendOnError>
+        <sendOnFailure>true</sendOnFailure>
+        <configuration>
+          <gumpRepositoryId>db</gumpRepositoryId>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement-->
+
+  <inceptionYear>2000</inceptionYear>
+
+  <mailingLists>
+    <mailingList>
+      <name>Torque User List</name>
+      <subscribe>torque-user-subscribe@db.apache.org</subscribe>
+      <unsubscribe>torque-user-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-torque-user/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Torque Developer List</name>
+      <subscribe>torque-dev-subscribe@db.apache.org</subscribe>
+      <unsubscribe>torque-dev-unsubscribe@db.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/db-torque-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <developers>
+    <developer>
+      <name>Jeffrey D. Brekke</name>
+      <id>brekke</id>
+      <email>brekke@apache.org</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Eric Dobbs</name>
+      <id>dobbs</id>
+      <email>dobbs@apache.org</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Scott Eade</name>
+      <id>seade</id>
+      <email>seade@backstagetech.com.au</email>
+      <organization>Backstage Technologies Pty. Ltd.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+10</timezone>
+    </developer>
+    <developer>
+      <name>Thomas Fischer</name>
+      <id>tfischer</id>
+      <email>fischer@seitenbau.de</email>
+      <organization>Seitenbau GmbH</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <name>Stephen Haberman</name>
+      <id>stephenh</id>
+      <email>stephenh@chase3000.com</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Humberto Hernandez</name>
+      <id>hhernandez</id>
+      <email>hhernandez@itweb.com.mx</email>
+      <organization>Integrated Technology S.C.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Fedor Karpelevitch</name>
+      <id>fedor</id>
+      <email>fedor@karpelevitch.net</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Quinton McCombs</name>
+      <id>quintonm</id>
+      <email>quintonm@bellsouth.net</email>
+      <organization>NEqualsOne</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>John McNally</name>
+      <id>jmcnally</id>
+      <email>jmcnally@collab.net</email>
+      <organization>CollabNet</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Martin Poeschl</name>
+      <id>mpoeschl</id>
+      <email>mpoeschl@marmot.at</email>
+      <organization>Tucana.at</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+18</timezone>
+    </developer>
+    <developer>
+      <name>Daniel Rall</name>
+      <id>dlr</id>
+      <email>dlr@finemaltcoding.com</email>
+      <organization>CollabNet, Inc.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Henning P. Schmiedehausen</name>
+      <id>henning</id>
+      <email>hps@intermeta.de</email>
+      <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+2</timezone>
+    </developer>
+    <developer>
+      <name>Kurt Schrader</name>
+      <id>kschrader</id>
+      <email>kschrader@karmalab.org</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Jon Scott Stevens</name>
+      <id>jon</id>
+      <email>jon@latchkey.com</email>
+      <organization>CollabNet, Inc.</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>James Taylor</name>
+      <id>jtaylor</id>
+      <email>james@jamestaylor.org</email>
+      <organization/>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Thomas Vandahl</name>
+      <id>tv</id>
+      <email>tv@apache.org</email>
+      <organization>TeWiSoft GmbH</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Patrick Carl</name>
+      <email>patrick.carl@coi.de</email>
+    </contributor>
+    <contributor>
+      <name>Roger A. Caron</name>
+      <email>roger.caron@pw.utc.com</email>
+    </contributor>
+    <contributor>
+      <name>Martin Goulet</name>
+      <email>martin.goulet@sungard.com</email>
+    </contributor>
+    <contributor>
+      <name>M. Sean Gilligan</name>
+      <email>Sean_Gilligan@catalla.com</email>
+    </contributor>
+    <contributor>
+      <name>James Hillyerd</name>
+      <email>james@hillyerd.com</email>
+    </contributor>
+    <contributor>
+      <name>Thierry Lach</name>
+      <email>thierry.lach@bbdodetroit.com</email>
+    </contributor>
+    <contributor>
+      <name>Johnny Macchione</name>
+      <email>johnnymac@tiscali.be</email>
+    </contributor>
+    <contributor>
+      <name>Markus M. May</name>
+      <email>mmay@javafreedom.org</email>
+    </contributor>
+    <contributor>
+      <name>Greg Monroe</name>
+      <email>greg.monroe@dukece.com</email>
+    </contributor>
+    <contributor>
+      <name>Jonathan Purvis</name>
+      <email>jon@reeltwo.com</email>
+    </contributor>
+    <contributor>
+      <name>Thoralf Rickert</name>
+      <email>thoralf.rickert@cadooz.de</email>
+    </contributor>
+    <contributor>
+      <name>J. Russell Smyth</name>
+      <email>drfish@cox.net</email>
+    </contributor>
+    <contributor>
+      <name>Tarlika Elisabeth Schmitz</name>
+      <email>tes@numerixtechnology.de</email>
+    </contributor>
+    <contributor>
+      <name>Hilco Wijbenga</name>
+      <email>hilco.wijbenga@elasticpath.com</email>
+    </contributor>
+    <contributor>
+      <name>Christoph Zenger</name>
+      <email>Christoph.Zenger@jentro.com</email>
+    </contributor>
+  </contributors>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>http://svn.apache.org/repos/asf/db/torque</connection>
+    <developerConnection>https://svn.apache.org/repos/asf/db/torque</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/db/torque</url>
+  </scm>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <build>
+  </build>
+
+  <modules>
+    <!--module>../runtime</module-->
+    <!--module>../generator</module-->
+    <!--module>../templates</module-->
+    <module>../maven2-plugin</module>
+  </modules>
+
+  <repositories>
+    <repository>
+      <id>apache-maven2</id>
+      <name>Apache Maven2 Repository</name>
+      <url>http://svn.apache.org/maven-snapshot-repository</url>
+    </repository>
+    <repository>
+      <id>apache-svn</id>
+      <name>Apache SVN Repository</name>
+      <url>http://svn.apache.org/repository</url>
+      <layout>legacy</layout>
+    </repository>
+    <repository>
+      <id>maven-snapshot</id>
+      <name>Maven snapshot Repository</name>
+      <url>http://snapshots.maven.codehaus.org/maven2/</url>
+    </repository>
+  </repositories>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changelog-plugin</artifactId>
+      </plugin>
+      <!--report>maven-file-activity-plugin</report-->
+      <!--report>maven-developer-activity-plugin</report-->
+      <!--report>maven-javadoc-plugin</report-->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+      <!--report>maven-simian-plugin</report-->
+      <!--report>maven-jcoverage-plugin</report-->
+      <!--report>maven-findbugs-plugin</report-->
+      <!--report>maven-linkcheck-plugin</report-->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+  <distributionManagement>
+    <repository>
+      <id>apache-java-repository</id>
+      <name>Apache Java Repository</name>
+      <url>scpexe://svn.apache.org/www/www.apache.org/dist/java-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache-maven-snapshot</id>
+      <name>repository</name>
+      <url>scpexe://svn.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+</project>

Added: db/torque/generator/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/db/torque/generator/trunk/pom.xml?rev=395499&view=auto
==============================================================================
--- db/torque/generator/trunk/pom.xml (added)
+++ db/torque/generator/trunk/pom.xml Wed Apr 19 22:56:45 2006
@@ -0,0 +1,136 @@
+<?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">
+  <parent>
+    <groupId>org.apache.db.torque</groupId>
+    <artifactId>torque</artifactId>
+    <version>3.2.1-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>generator</artifactId>
+  <packaging>jar</packaging>
+  <name>Torque Generator</name>
+
+  <dependencies>
+    <dependency>
+      <artifactId>ant</artifactId>
+      <type>jar</type>
+      <groupId>ant</groupId>
+      <version>1.6.5</version>
+    </dependency>
+    <dependency>
+      <artifactId>commons-collections</artifactId>
+      <type>jar</type>
+      <groupId>commons-collections</groupId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <artifactId>commons-lang</artifactId>
+      <type>jar</type>
+      <groupId>commons-lang</groupId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <artifactId>commons-logging</artifactId>
+      <type>jar</type>
+      <groupId>commons-logging</groupId>
+      <version>1.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>avalon-logkit</groupId>
+      <artifactId>avalon-logkit</artifactId>
+      <version>2.1</version>
+      <type>jar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.db.torque</groupId>
+      <artifactId>templates</artifactId>
+      <version>${project.version}</version>
+      <type>jar</type>
+    </dependency>
+    <dependency>
+      <artifactId>velocity</artifactId>
+      <type>jar</type>
+      <groupId>velocity</groupId>
+      <version>1.3.1</version>
+    </dependency>
+    <dependency>
+      <artifactId>village</artifactId>
+      <type>jar</type>
+      <groupId>village</groupId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <artifactId>xercesImpl</artifactId>
+      <type>jar</type>
+      <groupId>xerces</groupId>
+      <version>2.6.2</version>
+    </dependency>
+    <dependency>
+      <artifactId>xml-apis</artifactId>
+      <type>jar</type>
+      <groupId>xml-apis</groupId>
+      <version>2.0.2</version>
+    </dependency>
+
+    <dependency>
+      <artifactId>junit</artifactId>
+      <type>jar</type>
+      <groupId>junit</groupId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    
+    <resources>
+      <resource>
+        <targetPath>org/apache/torque</targetPath>
+        <filtering>false</filtering>
+        <directory>src/conf</directory>
+        <includes>
+          <include>default.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <targetPath>org/apache/torque/engine/database/transform</targetPath>
+        <filtering>false</filtering>
+        <directory>src/dtd</directory>
+        <includes>
+          <include>database.dtd</include>
+        </includes>
+      </resource>
+      <resource>
+        <filtering>false</filtering>
+        <directory>src/conf</directory>
+        <includes>
+          <include>commons-logging.properties</include>
+          <include>log4j.properties</include>
+          <include>simplelog.properties</include>
+        </includes>
+      </resource>
+    </resources>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*Test*.java</include>
+          </includes>
+          <excludes>
+            <exclude>**/BaseTestCase.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: db/torque/runtime/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/db/torque/runtime/trunk/pom.xml?rev=395499&view=auto
==============================================================================
--- db/torque/runtime/trunk/pom.xml (added)
+++ db/torque/runtime/trunk/pom.xml Wed Apr 19 22:56:45 2006
@@ -0,0 +1,137 @@
+<?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">
+  <parent>
+    <groupId>org.apache.db.torque</groupId>
+    <artifactId>torque</artifactId>
+    <version>3.2.1-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>runtime</artifactId>
+  <packaging>jar</packaging>
+  <name>Torque Runtime</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3</version>
+    </dependency>
+
+    <dependency>
+      <groupId>avalon-logkit</groupId>
+      <artifactId>avalon-logkit</artifactId>
+      <version>2.1</version>
+      <type>jar</type>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils-core</artifactId>
+      <version>1.7.0</version>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+      <version>1.2</version>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-dbcp</groupId>
+      <artifactId>commons-dbcp</artifactId>
+      <version>1.2.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-pool</groupId>
+      <artifactId>commons-pool</artifactId>
+      <version>1.2</version>
+    </dependency>
+
+    <dependency>
+      <groupId>jcs</groupId>
+      <artifactId>jcs</artifactId>
+      <version>20030822.182132</version>
+    </dependency>
+
+    <dependency>
+      <groupId>javax.sql</groupId>
+      <artifactId>jdbc-stdext</artifactId>
+      <version>2.0</version>
+    </dependency>
+
+    <dependency>
+      <groupId>javax.naming</groupId>
+      <artifactId>jndi</artifactId>
+      <version>1.2.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>village</groupId>
+      <artifactId>village</artifactId>
+      <version>2.0</version>
+    </dependency>
+
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.6.2</version>
+    </dependency>
+
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <!-- forkMode pertest is necessary for TorqueInstanceTest -->
+          <!-- to get a not-initialized TorqueInstance singleton    -->
+          <forkMode>pertest</forkMode>
+          <excludes>
+            <exclude>**/BaseTestCase.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: db/torque/templates/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/db/torque/templates/trunk/pom.xml?rev=395499&view=auto
==============================================================================
--- db/torque/templates/trunk/pom.xml (added)
+++ db/torque/templates/trunk/pom.xml Wed Apr 19 22:56:45 2006
@@ -0,0 +1,25 @@
+<?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">
+  <parent>
+    <groupId>org.apache.db.torque</groupId>
+    <artifactId>torque</artifactId>
+    <version>3.2.1-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>templates</artifactId>
+  <packaging>jar</packaging>
+  <name>Torque Generator Templates</name>
+
+  <build>
+    <resources>
+      <resource>
+        <directory>src/templates</directory>
+      </resource>
+    </resources>
+  </build>
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org