|
From: <jb...@us...> - 2009-11-06 02:45:03
|
Revision: 1099
http://dbunit.svn.sourceforge.net/dbunit/?rev=1099&view=rev
Author: jbhurst
Date: 2009-11-06 02:44:43 +0000 (Fri, 06 Nov 2009)
Log Message:
-----------
[2875235] - added transaction feature to MySQL tests
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2009-11-06 02:07:25 UTC (rev 1098)
+++ trunk/dbunit/pom.xml 2009-11-06 02:44:43 UTC (rev 1099)
@@ -750,7 +750,7 @@
<dbunit.profile.schema></dbunit.profile.schema>
<dbunit.profile.user>dbunit</dbunit.profile.user>
<dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,TRANSACTION,INSERT_IDENTITY,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
+ <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
</properties>
<dependencies>
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2009-11-15 08:47:33
|
Revision: 1109
http://dbunit.svn.sourceforge.net/dbunit/?rev=1109&view=rev
Author: rlogiacco
Date: 2009-11-15 08:47:26 +0000 (Sun, 15 Nov 2009)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.4.7
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2009-11-14 14:23:57 UTC (rev 1108)
+++ trunk/dbunit/pom.xml 2009-11-15 08:47:26 UTC (rev 1109)
@@ -1,828 +1,828 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<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.dbunit</groupId>
- <artifactId>dbunit</artifactId>
- <version>2.4.7-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>DbUnit Framework</name>
- <url>http://dbunit.sourceforge.net</url>
- <inceptionYear>2002</inceptionYear>
- <description>
- DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
- </description>
- <licenses>
- <license>
- <name>GNU Lesser General Public License, Version 2.1</name>
- <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <properties>
- <compileSource>1.4</compileSource>
- <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes>
- </properties>
-
- <scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url>
- </scm>
- <issueManagement>
- <system>SourceForge</system>
- <url>http://sourceforge.net/tracker/?group_id=47439</url>
- </issueManagement>
- <ciManagement>
- <system>parabuild</system>
- <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url>
- <notifiers>
- <notifier>
- <type>mail</type>
- <sendOnError>true</sendOnError>
- <sendOnFailure>false</sendOnFailure>
- <sendOnSuccess>false</sendOnSuccess>
- <sendOnWarning>false</sendOnWarning>
- <configuration>
- <address>go...@us...</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
-
- <mailingLists>
- <mailingList>
- <name>DbUnit User List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive>
- </mailingList>
- <mailingList>
- <name>DbUnit Developer List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive>
- </mailingList>
- <mailingList>
- <name>DbUnit SVN Commit List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive>
- </mailingList>
- </mailingLists>
-
- <!--
- - Who are the developers for the project, in order of recent activity.
- -->
- <developers>
- <!--
- - Note: email of first developer is used by the announcements-email plugin
- -->
- <developer>
- <name>Matthias Gommeringer</name>
- <id>gommma</id>
- <email>go...@us...</email>
- <roles>
- <role>Java Developer (very active)</role>
- </roles>
- </developer>
- <developer>
- <name>John Hurst</name>
- <id>jbhurst</id>
- <email>jb...@us...</email>
- <roles>
- <role>Java Developer (very active)</role>
- </roles>
- </developer>
- <developer>
- <name>Jeff Jensen</name>
- <id>jeffjensen</id>
- <email>jef...@us...</email>
- <roles>
- <role>Java Developer (active)</role>
- </roles>
- </developer>
- <developer>
- <name>Roberto Lo Giacco</name>
- <id>rlogiacco</id>
- <email>rlo...@us...</email>
- <organization>SmartLab</organization>
- <roles>
- <role>Java Developer (active)</role>
- </roles>
- </developer>
- <developer>
- <name>Felipe Leme</name>
- <id>felipeal</id>
- <email>db...@fe...</email>
- <organization>GoldenGate Software</organization>
- <timezone>-8</timezone>
- <roles>
- <role>Java Developer (mostly inactive :-)</role>
- </roles>
- </developer>
- <developer>
- <name>David Eric Pugh</name>
- <id>dep4b</id>
- <email>ep...@op...</email>
- <organization>OpenSource Connections</organization>
- <roles>
- <role>Java Developer (inactive)</role>
- </roles>
- </developer>
- <developer>
- <name>Sebastien Le Callonnec</name>
- <id>slecallonnec</id>
- <email>sle...@us...</email>
- <roles>
- <role>Java Developer (inactive)</role>
- </roles>
- </developer>
- <developer>
- <name>Manuel Laflamme</name>
- <id>mlaflamm</id>
- <organization>Oz Communication</organization>
- <roles>
- <role>Project Founder (inactive)</role>
- <!-- <role>Java Developer</role> -->
- </roles>
- </developer>
- <developer>
- <name>Benjamin Cox</name>
- <id>bdrum</id>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
- </roles>
- </developer>
- <developer>
- <name>Federico Spinazzi</name>
- <id>fspinazzi</id>
- <email>f.s...@ma...</email>
- <organization>Master House S.r.l</organization>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>DB2 Contributor</role> -->
- </roles>
- </developer>
- <developer>
- <name>Timothy J. Ruppert</name>
- <id>zieggy</id>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
- </roles>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Klas Axel</name>
- <roles>
- <role>HsqldbDataTypeFactory</role>
- </roles>
- </contributor>
- <contributor>
- <name>Erik Price</name>
- <roles>
- <role>DatabaseSequenceOperation</role>
- </roles>
- </contributor>
- <contributor>
- <name>Jeremy Stein</name>
- <roles>
- <role>InsertIndentityOperation</role>
- </roles>
- </contributor>
- <contributor>
- <name>Keven Kizer</name>
- <roles>
- <role>Early guinea pig</role>
- </roles>
- </contributor>
- <contributor>
- <name>Mike Bresnahan</name>
- <roles>
- <role>DbUnit evangelist</role>
- </roles>
- </contributor>
- <contributor>
- <name>Andres Almiray</name>
- <email>aal...@us...</email>
- <roles>
- <role>IDatabaseTester creator</role>
- </roles>
- </contributor>
- </contributors>
-
-
- <dependencies>
-
- <!--
- TODO: check which dependencies could marked as optional. For
- instance, ant is optional because it's only necessary for the
- dbunit Ant tasks.
- -->
-
- <!-- TODO: add exclusion for dependencies that include xerces/xalan -->
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.5.6</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.5.4</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>3.2-FINAL</version>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-testutil</artifactId>
- <version>1.7.0</version>
- <optional>true</optional>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit-addons</groupId>
- <artifactId>junit-addons</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-core</artifactId>
- <version>0.07</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockmaker</groupId>
- <artifactId>mmmockobjects</artifactId>
- <version>1.12.0</version>
- <scope>test</scope>
- </dependency>
- <!-- TODO: check why follow dependency is necessary -->
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-jdk1.3</artifactId>
- <version>0.07</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.113</version>
- <!-- Note that the 1.1.113 version is the last one officially built with JDK 1.4 -->
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>gsbase</groupId>
- <artifactId>gsbase</artifactId>
- <version>2.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-nop</artifactId>
- <version>1.5.6</version>
- <scope>runtime</scope>
- <optional>true</optional>
- </dependency>
- </dependencies>
-
- <build>
- <defaultGoal>install</defaultGoal>
- <sourceDirectory>src/java</sourceDirectory>
- <testSourceDirectory>src/test</testSourceDirectory>
-
- <!--
- TODO: move to M2's expected path and separate java from test (once
- SCM is migrated to SVN...)
- -->
- <resources>
- <resource>
- <directory>.</directory>
- <includes>
- <include>LICENSE.txt</include>
- </includes>
- </resource>
- <resource>
- <directory>src/java</directory>
- <includes>
- <include>**/dataset.dtd</include>
- </includes>
- </resource>
- <resource>
- <directory>src/csv</directory>
- <includes>
- <include>**/cvs-tests.properties</include>
- </includes>
- </resource>
-
- </resources>
- <!--
- TODO: that are some resources on src that should be on test...
-
- <testResources> <testResource> </testResource> </testResources>
- -->
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/Abstract*.java</exclude>
- </excludes>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- <systemProperties>
- <property>
- <name>dbunit.profile</name>
- <value>${dbunit.profile}</value>
- </property>
- <property>
- <name>dbunit.profile.driverClass</name>
- <value>${dbunit.profile.driverClass}</value>
- </property>
- <property>
- <name>dbunit.profile.url</name>
- <value>${dbunit.profile.url}</value>
- </property>
- <property>
- <name>dbunit.profile.schema</name>
- <value>${dbunit.profile.schema}</value>
- </property>
- <property>
- <name>dbunit.profile.user</name>
- <value>${dbunit.profile.user}</value>
- </property>
- <property>
- <name>dbunit.profile.password</name>
- <value>${dbunit.profile.password}</value>
- </property>
- <property>
- <name>dbunit.profile.unsupportedFeatures</name>
- <value>${dbunit.profile.unsupportedFeatures}</value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${compileSource}</source>
- <target>${compileSource}</target>
- <compilerVersion>${compileSource}</compilerVersion>
- <!--
- TODO somehow we must ensure that the used rt.jar is really a
- 1.4 and not higher, also for continuous integration
- -->
- <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>-->
- <debug>true</debug>
- <fork>true</fork>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- <configuration>
- <goals>javadoc:javadoc site changes:announcement-generate assembly:assembly javadoc:jar source:jar deploy</goals>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <includes>
- <include>/LICENSE.txt</include>
- <include>**</include>
- </includes>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>assembly.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <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.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- </plugin>
- <!--
- <plugin> <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId> </plugin>
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>checkstyle.xml</configLocation>
- <argLine>-Xmx512m -Xms128m</argLine>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- <targetJdk>${compileSource}</targetJdk>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <destDir>apidocs</destDir>
- <quiet>true</quiet>
- <stylesheet>maven</stylesheet>
- <tags>
- <tag>
- <name>TODO</name>
- <placement>a</placement>
- <head>To do:</head>
- </tag>
- </tags>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <smtpHost>localhost</smtpHost>
- <smtpPort implementation="java.lang.Integer">25</smtpPort>
- <introduction>If you are reading this, the maintainer forgot to describe what's the purpose of this release!!!</introduction>
- <toAddresses>
- <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
- <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
- </toAddresses>
- <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload>
- <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- <report>license</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
- <distributionManagement>
- <snapshotRepository>
- <id>sourceforge</id>
- <name>SourceForge Snapshots Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url>
- </snapshotRepository>
- <repository>
- <id>sourceforge</id>
- <name>SourceForge Releases Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url>
- </repository>
- <site>
- <id>sourceforge</id>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url>
- </site>
- </distributionManagement>
-
- <profiles>
- <profile>
- <id>official</id>
- <dependencies>
- <dependency>
- <groupId>javax.sql</groupId>
- <artifactId>jdbc-stdext</artifactId>
- <version>2.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${compileSource}</source>
- <target>${compileSource}</target>
- <compilerVersion>${compileSource}</compilerVersion>
- <executable>${JAVA_1_4_HOME}/bin/javac</executable>
- <debug>true</debug>
- <fork>true</fork>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changelog-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
- </profile>
- <profile>
- <id>oracle-default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>hsqldb</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <dbunit.profile>hsqldb</dbunit.profile>
- <dbunit.profile.driverClass>org.hsqldb.jdbcDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:hsqldb:mem:.</dbunit.profile.url>
- <dbunit.profile.schema>PUBLIC</dbunit.profile.schema>
- <dbunit.profile.user>sa</dbunit.profile.user>
- <dbunit.profile.password></dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- </profile>
- <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 10 JDBC driver for Java 1.4 -->
- <profile>
- <id>oracle-ojdbc14</id>
- <properties>
- <dbunit.profile>oracle</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 11 JDBC driver for Java 6 -->
- <profile>
- <id>oracle-ojdbc6</id>
- <properties>
- <dbunit.profile>oracle</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc6</artifactId>
- <version>11.1.0.7.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "newer" Oracle10DataTypeFactory with Oracle 10 JDBC driver for Java 1.4 -->
- <profile>
- <id>oracle10-ojdbc14</id>
- <properties>
- <dbunit.profile>oracle10</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "newer" Oracle10DataTypeFactory with Oracle 11 JDBC driver for Java 6 -->
- <profile>
- <id>oracle10-ojdbc6</id>
- <properties>
- <dbunit.profile>oracle10</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc6</artifactId>
- <version>11.1.0.7.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>postgresql</id>
- <properties>
- <dbunit.profile>postgresql</dbunit.profile>
- <dbunit.profile.driverClass>org.postgresql.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:postgresql://host/database</dbunit.profile.url>
- <dbunit.profile.schema>public</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,CLOB,BLOB,SCROLLABLE_RESULTSET,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>8.4-701.jdbc3</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>mysql</id>
- <properties>
- <dbunit.profile>mysql</dbunit.profile>
- <dbunit.profile.driverClass>com.mysql.jdbc.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:mysql://localhost:3306/dbunit</dbunit.profile.url>
- <dbunit.profile.schema></dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.1.6</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>mssql</id>
- <properties>
- <dbunit.profile>mssql</dbunit.profile>
- <dbunit.profile.driverClass>com.microsoft.jdbc.sqlserver.SQLServerDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:microsoft:sqlserver://localhost\\dbunit:1433;DatabaseName=dbunit;SelectMethod=cursor</dbunit.profile.url>
- <dbunit.profile.schema>dbo</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- </profile>
- <profile>
- <id>db2</id>
- <properties>
- <dbunit.profile>db2</dbunit.profile>
- <dbunit.profile.driverClass>TODO</dbunit.profile.driverClass>
- <dbunit.profile.url>TODO</dbunit.profile.url>
- <dbunit.profile.schema>TODO</dbunit.profile.schema>
- <dbunit.profile.user>TODO</dbunit.profile.user>
- <dbunit.profile.password>TODO</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>TODO</dbunit.profile.unsupportedFeatures>
- </properties>
- </profile>
- <profile>
- <id>derby</id>
- <properties>
- <dbunit.profile>derby</dbunit.profile>
- <dbunit.profile.driverClass>org.apache.derby.jdbc.EmbeddedDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:derby:target/derby_db;create=true</dbunit.profile.url>
- <dbunit.profile.schema>APP</dbunit.profile.schema>
- <dbunit.profile.user>APP</dbunit.profile.user>
- <dbunit.profile.password>APP</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>VARBINARY,BLOB,CLOB,TRANSACTION,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>10.4.1.3</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>h2</id>
- <properties>
- <dbunit.profile>h2</dbunit.profile>
- <dbunit.profile.driverClass>org.h2.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:h2:target/h2/test</dbun...
[truncated message content] |
|
From: <rlo...@us...> - 2009-11-15 08:48:32
|
Revision: 1111
http://dbunit.svn.sourceforge.net/dbunit/?rev=1111&view=rev
Author: rlogiacco
Date: 2009-11-15 08:48:20 +0000 (Sun, 15 Nov 2009)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2009-11-15 08:48:09 UTC (rev 1110)
+++ trunk/dbunit/pom.xml 2009-11-15 08:48:20 UTC (rev 1111)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.7</version>
+ <version>2.4.8-SNAPSHOT</version>
<packaging>jar</packaging>
<name>DbUnit Framework</name>
<url>http://dbunit.sourceforge.net</url>
@@ -25,9 +25,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.7</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.7</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.7</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2009-11-15 09:20:18
|
Revision: 1113
http://dbunit.svn.sourceforge.net/dbunit/?rev=1113&view=rev
Author: rlogiacco
Date: 2009-11-15 09:20:10 +0000 (Sun, 15 Nov 2009)
Log Message:
-----------
updated scm infos as for new svn structure
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2009-11-15 09:15:28 UTC (rev 1112)
+++ trunk/dbunit/pom.xml 2009-11-15 09:20:10 UTC (rev 1113)
@@ -1,828 +1,828 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<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.dbunit</groupId>
- <artifactId>dbunit</artifactId>
- <version>2.4.8-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>DbUnit Framework</name>
- <url>http://dbunit.sourceforge.net</url>
- <inceptionYear>2002</inceptionYear>
- <description>
- DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
- </description>
- <licenses>
- <license>
- <name>GNU Lesser General Public License, Version 2.1</name>
- <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <properties>
- <compileSource>1.4</compileSource>
- <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes>
- </properties>
-
- <scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url>
- </scm>
- <issueManagement>
- <system>SourceForge</system>
- <url>http://sourceforge.net/tracker/?group_id=47439</url>
- </issueManagement>
- <ciManagement>
- <system>parabuild</system>
- <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url>
- <notifiers>
- <notifier>
- <type>mail</type>
- <sendOnError>true</sendOnError>
- <sendOnFailure>false</sendOnFailure>
- <sendOnSuccess>false</sendOnSuccess>
- <sendOnWarning>false</sendOnWarning>
- <configuration>
- <address>go...@us...</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
-
- <mailingLists>
- <mailingList>
- <name>DbUnit User List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive>
- </mailingList>
- <mailingList>
- <name>DbUnit Developer List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive>
- </mailingList>
- <mailingList>
- <name>DbUnit SVN Commit List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive>
- </mailingList>
- </mailingLists>
-
- <!--
- - Who are the developers for the project, in order of recent activity.
- -->
- <developers>
- <!--
- - Note: email of first developer is used by the announcements-email plugin
- -->
- <developer>
- <name>Matthias Gommeringer</name>
- <id>gommma</id>
- <email>go...@us...</email>
- <roles>
- <role>Java Developer (very active)</role>
- </roles>
- </developer>
- <developer>
- <name>John Hurst</name>
- <id>jbhurst</id>
- <email>jb...@us...</email>
- <roles>
- <role>Java Developer (very active)</role>
- </roles>
- </developer>
- <developer>
- <name>Jeff Jensen</name>
- <id>jeffjensen</id>
- <email>jef...@us...</email>
- <roles>
- <role>Java Developer (active)</role>
- </roles>
- </developer>
- <developer>
- <name>Roberto Lo Giacco</name>
- <id>rlogiacco</id>
- <email>rlo...@us...</email>
- <organization>SmartLab</organization>
- <roles>
- <role>Java Developer (active)</role>
- </roles>
- </developer>
- <developer>
- <name>Felipe Leme</name>
- <id>felipeal</id>
- <email>db...@fe...</email>
- <organization>GoldenGate Software</organization>
- <timezone>-8</timezone>
- <roles>
- <role>Java Developer (mostly inactive :-)</role>
- </roles>
- </developer>
- <developer>
- <name>David Eric Pugh</name>
- <id>dep4b</id>
- <email>ep...@op...</email>
- <organization>OpenSource Connections</organization>
- <roles>
- <role>Java Developer (inactive)</role>
- </roles>
- </developer>
- <developer>
- <name>Sebastien Le Callonnec</name>
- <id>slecallonnec</id>
- <email>sle...@us...</email>
- <roles>
- <role>Java Developer (inactive)</role>
- </roles>
- </developer>
- <developer>
- <name>Manuel Laflamme</name>
- <id>mlaflamm</id>
- <organization>Oz Communication</organization>
- <roles>
- <role>Project Founder (inactive)</role>
- <!-- <role>Java Developer</role> -->
- </roles>
- </developer>
- <developer>
- <name>Benjamin Cox</name>
- <id>bdrum</id>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
- </roles>
- </developer>
- <developer>
- <name>Federico Spinazzi</name>
- <id>fspinazzi</id>
- <email>f.s...@ma...</email>
- <organization>Master House S.r.l</organization>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>DB2 Contributor</role> -->
- </roles>
- </developer>
- <developer>
- <name>Timothy J. Ruppert</name>
- <id>zieggy</id>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
- </roles>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Klas Axel</name>
- <roles>
- <role>HsqldbDataTypeFactory</role>
- </roles>
- </contributor>
- <contributor>
- <name>Erik Price</name>
- <roles>
- <role>DatabaseSequenceOperation</role>
- </roles>
- </contributor>
- <contributor>
- <name>Jeremy Stein</name>
- <roles>
- <role>InsertIndentityOperation</role>
- </roles>
- </contributor>
- <contributor>
- <name>Keven Kizer</name>
- <roles>
- <role>Early guinea pig</role>
- </roles>
- </contributor>
- <contributor>
- <name>Mike Bresnahan</name>
- <roles>
- <role>DbUnit evangelist</role>
- </roles>
- </contributor>
- <contributor>
- <name>Andres Almiray</name>
- <email>aal...@us...</email>
- <roles>
- <role>IDatabaseTester creator</role>
- </roles>
- </contributor>
- </contributors>
-
-
- <dependencies>
-
- <!--
- TODO: check which dependencies could marked as optional. For
- instance, ant is optional because it's only necessary for the
- dbunit Ant tasks.
- -->
-
- <!-- TODO: add exclusion for dependencies that include xerces/xalan -->
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.5.6</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.5.4</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>3.2-FINAL</version>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-testutil</artifactId>
- <version>1.7.0</version>
- <optional>true</optional>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit-addons</groupId>
- <artifactId>junit-addons</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-core</artifactId>
- <version>0.07</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockmaker</groupId>
- <artifactId>mmmockobjects</artifactId>
- <version>1.12.0</version>
- <scope>test</scope>
- </dependency>
- <!-- TODO: check why follow dependency is necessary -->
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-jdk1.3</artifactId>
- <version>0.07</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.113</version>
- <!-- Note that the 1.1.113 version is the last one officially built with JDK 1.4 -->
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>gsbase</groupId>
- <artifactId>gsbase</artifactId>
- <version>2.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-nop</artifactId>
- <version>1.5.6</version>
- <scope>runtime</scope>
- <optional>true</optional>
- </dependency>
- </dependencies>
-
- <build>
- <defaultGoal>install</defaultGoal>
- <sourceDirectory>src/java</sourceDirectory>
- <testSourceDirectory>src/test</testSourceDirectory>
-
- <!--
- TODO: move to M2's expected path and separate java from test (once
- SCM is migrated to SVN...)
- -->
- <resources>
- <resource>
- <directory>.</directory>
- <includes>
- <include>LICENSE.txt</include>
- </includes>
- </resource>
- <resource>
- <directory>src/java</directory>
- <includes>
- <include>**/dataset.dtd</include>
- </includes>
- </resource>
- <resource>
- <directory>src/csv</directory>
- <includes>
- <include>**/cvs-tests.properties</include>
- </includes>
- </resource>
-
- </resources>
- <!--
- TODO: that are some resources on src that should be on test...
-
- <testResources> <testResource> </testResource> </testResources>
- -->
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/Abstract*.java</exclude>
- </excludes>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- <systemProperties>
- <property>
- <name>dbunit.profile</name>
- <value>${dbunit.profile}</value>
- </property>
- <property>
- <name>dbunit.profile.driverClass</name>
- <value>${dbunit.profile.driverClass}</value>
- </property>
- <property>
- <name>dbunit.profile.url</name>
- <value>${dbunit.profile.url}</value>
- </property>
- <property>
- <name>dbunit.profile.schema</name>
- <value>${dbunit.profile.schema}</value>
- </property>
- <property>
- <name>dbunit.profile.user</name>
- <value>${dbunit.profile.user}</value>
- </property>
- <property>
- <name>dbunit.profile.password</name>
- <value>${dbunit.profile.password}</value>
- </property>
- <property>
- <name>dbunit.profile.unsupportedFeatures</name>
- <value>${dbunit.profile.unsupportedFeatures}</value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${compileSource}</source>
- <target>${compileSource}</target>
- <compilerVersion>${compileSource}</compilerVersion>
- <!--
- TODO somehow we must ensure that the used rt.jar is really a
- 1.4 and not higher, also for continuous integration
- -->
- <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>-->
- <debug>true</debug>
- <fork>true</fork>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- <configuration>
- <goals>javadoc:javadoc site changes:announcement-generate assembly:assembly javadoc:jar source:jar deploy</goals>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <includes>
- <include>/LICENSE.txt</include>
- <include>**</include>
- </includes>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>assembly.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <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.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- </plugin>
- <!--
- <plugin> <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId> </plugin>
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>checkstyle.xml</configLocation>
- <argLine>-Xmx512m -Xms128m</argLine>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- <targetJdk>${compileSource}</targetJdk>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <destDir>apidocs</destDir>
- <quiet>true</quiet>
- <stylesheet>maven</stylesheet>
- <tags>
- <tag>
- <name>TODO</name>
- <placement>a</placement>
- <head>To do:</head>
- </tag>
- </tags>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <smtpHost>localhost</smtpHost>
- <smtpPort implementation="java.lang.Integer">25</smtpPort>
- <introduction>If you are reading this, the maintainer forgot to describe what's the purpose of this release!!!</introduction>
- <toAddresses>
- <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
- <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
- </toAddresses>
- <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload>
- <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- <report>license</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
- <distributionManagement>
- <snapshotRepository>
- <id>sourceforge</id>
- <name>SourceForge Snapshots Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url>
- </snapshotRepository>
- <repository>
- <id>sourceforge</id>
- <name>SourceForge Releases Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url>
- </repository>
- <site>
- <id>sourceforge</id>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url>
- </site>
- </distributionManagement>
-
- <profiles>
- <profile>
- <id>official</id>
- <dependencies>
- <dependency>
- <groupId>javax.sql</groupId>
- <artifactId>jdbc-stdext</artifactId>
- <version>2.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${compileSource}</source>
- <target>${compileSource}</target>
- <compilerVersion>${compileSource}</compilerVersion>
- <executable>${JAVA_1_4_HOME}/bin/javac</executable>
- <debug>true</debug>
- <fork>true</fork>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changelog-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
- </profile>
- <profile>
- <id>oracle-default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>hsqldb</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <dbunit.profile>hsqldb</dbunit.profile>
- <dbunit.profile.driverClass>org.hsqldb.jdbcDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:hsqldb:mem:.</dbunit.profile.url>
- <dbunit.profile.schema>PUBLIC</dbunit.profile.schema>
- <dbunit.profile.user>sa</dbunit.profile.user>
- <dbunit.profile.password />
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- </profile>
- <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 10 JDBC driver for Java 1.4 -->
- <profile>
- <id>oracle-ojdbc14</id>
- <properties>
- <dbunit.profile>oracle</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 11 JDBC driver for Java 6 -->
- <profile>
- <id>oracle-ojdbc6</id>
- <properties>
- <dbunit.profile>oracle</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc6</artifactId>
- <version>11.1.0.7.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "newer" Oracle10DataTypeFactory with Oracle 10 JDBC driver for Java 1.4 -->
- <profile>
- <id>oracle10-ojdbc14</id>
- <properties>
- <dbunit.profile>oracle10</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "newer" Oracle10DataTypeFactory with Oracle 11 JDBC driver for Java 6 -->
- <profile>
- <id>oracle10-ojdbc6</id>
- <properties>
- <dbunit.profile>oracle10</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc6</artifactId>
- <version>11.1.0.7.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>postgresql</id>
- <properties>
- <dbunit.profile>postgresql</dbunit.profile>
- <dbunit.profile.driverClass>org.postgresql.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:postgresql://host/database</dbunit.profile.url>
- <dbunit.profile.schema>public</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,CLOB,BLOB,SCROLLABLE_RESULTSET,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>8.4-701.jdbc3</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>mysql</id>
- <properties>
- <dbunit.profile>mysql</dbunit.profile>
- <dbunit.profile.driverClass>com.mysql.jdbc.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:mysql://localhost:3306/dbunit</dbunit.profile.url>
- <dbunit.profile.schema />
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.1.6</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>mssql</id>
- <properties>
- <dbunit.profile>mssql</dbunit.profile>
- <dbunit.profile.driverClass>com.microsoft.jdbc.sqlserver.SQLServerDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:microsoft:sqlserver://localhost\\dbunit:1433;DatabaseName=dbunit;SelectMethod=cursor</dbunit.profile.url>
- <dbunit.profile.schema>dbo</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- </profile>
- <profile>
- <id>db2</id>
- <properties>
- <dbunit.profile>db2</dbunit.profile>
- <dbunit.profile.driverClass>TODO</dbunit.profile.driverClass>
- <dbunit.profile.url>TODO</dbunit.profile.url>
- <dbunit.profile.schema>TODO</dbunit.profile.schema>
- <dbunit.profile.user>TODO</dbunit.profile.user>
- <dbunit.profile.password>TODO</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>TODO</dbunit.profile.unsupportedFeatures>
- </properties>
- </profile>
- <profile>
- <id>derby</id>
- <properties>
- <dbunit.profile>derby</dbunit.profile>
- <dbunit.profile.driverClass>org.apache.derby.jdbc.EmbeddedDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:derby:target/derby_db;create=true</dbunit.profile.url>
- <dbunit.profile.schema>APP</dbunit.profile.schema>
- <dbunit.profile.user>APP</dbunit.profile.user>
- <dbunit.profile.password>APP</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>VARBINARY,BLOB,CLOB,TRANSACTION,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>10.4.1.3</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>h2</id>
- <properties>
- <dbunit.profile>h2</dbunit.profile>
- <dbunit.profile.driverClass>org.h2.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:h2:target/h2/test</dbunit.profile.url>
- <dbunit.profile.schema>PUBLIC<...
[truncated message content] |
|
From: <rlo...@us...> - 2009-11-15 09:22:59
|
Revision: 1115
http://dbunit.svn.sourceforge.net/dbunit/?rev=1115&view=rev
Author: rlogiacco
Date: 2009-11-15 09:22:52 +0000 (Sun, 15 Nov 2009)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.4.7
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2009-11-15 09:21:29 UTC (rev 1114)
+++ trunk/dbunit/pom.xml 2009-11-15 09:22:52 UTC (rev 1115)
@@ -1,828 +1,828 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<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.dbunit</groupId>
- <artifactId>dbunit</artifactId>
- <version>2.4.7-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>DbUnit Framework</name>
- <url>http://dbunit.sourceforge.net</url>
- <inceptionYear>2002</inceptionYear>
- <description>
- DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
- </description>
- <licenses>
- <license>
- <name>GNU Lesser General Public License, Version 2.1</name>
- <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <properties>
- <compileSource>1.4</compileSource>
- <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes>
- </properties>
-
- <scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
- </scm>
- <issueManagement>
- <system>SourceForge</system>
- <url>http://sourceforge.net/tracker/?group_id=47439</url>
- </issueManagement>
- <ciManagement>
- <system>parabuild</system>
- <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url>
- <notifiers>
- <notifier>
- <type>mail</type>
- <sendOnError>true</sendOnError>
- <sendOnFailure>false</sendOnFailure>
- <sendOnSuccess>false</sendOnSuccess>
- <sendOnWarning>false</sendOnWarning>
- <configuration>
- <address>go...@us...</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
-
- <mailingLists>
- <mailingList>
- <name>DbUnit User List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive>
- </mailingList>
- <mailingList>
- <name>DbUnit Developer List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive>
- </mailingList>
- <mailingList>
- <name>DbUnit SVN Commit List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive>
- </mailingList>
- </mailingLists>
-
- <!--
- - Who are the developers for the project, in order of recent activity.
- -->
- <developers>
- <!--
- - Note: email of first developer is used by the announcements-email plugin
- -->
- <developer>
- <name>Matthias Gommeringer</name>
- <id>gommma</id>
- <email>go...@us...</email>
- <roles>
- <role>Java Developer (very active)</role>
- </roles>
- </developer>
- <developer>
- <name>John Hurst</name>
- <id>jbhurst</id>
- <email>jb...@us...</email>
- <roles>
- <role>Java Developer (very active)</role>
- </roles>
- </developer>
- <developer>
- <name>Jeff Jensen</name>
- <id>jeffjensen</id>
- <email>jef...@us...</email>
- <roles>
- <role>Java Developer (active)</role>
- </roles>
- </developer>
- <developer>
- <name>Roberto Lo Giacco</name>
- <id>rlogiacco</id>
- <email>rlo...@us...</email>
- <organization>SmartLab</organization>
- <roles>
- <role>Java Developer (active)</role>
- </roles>
- </developer>
- <developer>
- <name>Felipe Leme</name>
- <id>felipeal</id>
- <email>db...@fe...</email>
- <organization>GoldenGate Software</organization>
- <timezone>-8</timezone>
- <roles>
- <role>Java Developer (mostly inactive :-)</role>
- </roles>
- </developer>
- <developer>
- <name>David Eric Pugh</name>
- <id>dep4b</id>
- <email>ep...@op...</email>
- <organization>OpenSource Connections</organization>
- <roles>
- <role>Java Developer (inactive)</role>
- </roles>
- </developer>
- <developer>
- <name>Sebastien Le Callonnec</name>
- <id>slecallonnec</id>
- <email>sle...@us...</email>
- <roles>
- <role>Java Developer (inactive)</role>
- </roles>
- </developer>
- <developer>
- <name>Manuel Laflamme</name>
- <id>mlaflamm</id>
- <organization>Oz Communication</organization>
- <roles>
- <role>Project Founder (inactive)</role>
- <!-- <role>Java Developer</role> -->
- </roles>
- </developer>
- <developer>
- <name>Benjamin Cox</name>
- <id>bdrum</id>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
- </roles>
- </developer>
- <developer>
- <name>Federico Spinazzi</name>
- <id>fspinazzi</id>
- <email>f.s...@ma...</email>
- <organization>Master House S.r.l</organization>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>DB2 Contributor</role> -->
- </roles>
- </developer>
- <developer>
- <name>Timothy J. Ruppert</name>
- <id>zieggy</id>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
- </roles>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Klas Axel</name>
- <roles>
- <role>HsqldbDataTypeFactory</role>
- </roles>
- </contributor>
- <contributor>
- <name>Erik Price</name>
- <roles>
- <role>DatabaseSequenceOperation</role>
- </roles>
- </contributor>
- <contributor>
- <name>Jeremy Stein</name>
- <roles>
- <role>InsertIndentityOperation</role>
- </roles>
- </contributor>
- <contributor>
- <name>Keven Kizer</name>
- <roles>
- <role>Early guinea pig</role>
- </roles>
- </contributor>
- <contributor>
- <name>Mike Bresnahan</name>
- <roles>
- <role>DbUnit evangelist</role>
- </roles>
- </contributor>
- <contributor>
- <name>Andres Almiray</name>
- <email>aal...@us...</email>
- <roles>
- <role>IDatabaseTester creator</role>
- </roles>
- </contributor>
- </contributors>
-
-
- <dependencies>
-
- <!--
- TODO: check which dependencies could marked as optional. For
- instance, ant is optional because it's only necessary for the
- dbunit Ant tasks.
- -->
-
- <!-- TODO: add exclusion for dependencies that include xerces/xalan -->
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.5.6</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.5.4</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>3.2-FINAL</version>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-testutil</artifactId>
- <version>1.7.0</version>
- <optional>true</optional>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit-addons</groupId>
- <artifactId>junit-addons</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-core</artifactId>
- <version>0.07</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockmaker</groupId>
- <artifactId>mmmockobjects</artifactId>
- <version>1.12.0</version>
- <scope>test</scope>
- </dependency>
- <!-- TODO: check why follow dependency is necessary -->
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-jdk1.3</artifactId>
- <version>0.07</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.113</version>
- <!-- Note that the 1.1.113 version is the last one officially built with JDK 1.4 -->
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>gsbase</groupId>
- <artifactId>gsbase</artifactId>
- <version>2.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-nop</artifactId>
- <version>1.5.6</version>
- <scope>runtime</scope>
- <optional>true</optional>
- </dependency>
- </dependencies>
-
- <build>
- <defaultGoal>install</defaultGoal>
- <sourceDirectory>src/java</sourceDirectory>
- <testSourceDirectory>src/test</testSourceDirectory>
-
- <!--
- TODO: move to M2's expected path and separate java from test (once
- SCM is migrated to SVN...)
- -->
- <resources>
- <resource>
- <directory>.</directory>
- <includes>
- <include>LICENSE.txt</include>
- </includes>
- </resource>
- <resource>
- <directory>src/java</directory>
- <includes>
- <include>**/dataset.dtd</include>
- </includes>
- </resource>
- <resource>
- <directory>src/csv</directory>
- <includes>
- <include>**/cvs-tests.properties</include>
- </includes>
- </resource>
-
- </resources>
- <!--
- TODO: that are some resources on src that should be on test...
-
- <testResources> <testResource> </testResource> </testResources>
- -->
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/Abstract*.java</exclude>
- </excludes>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- <systemProperties>
- <property>
- <name>dbunit.profile</name>
- <value>${dbunit.profile}</value>
- </property>
- <property>
- <name>dbunit.profile.driverClass</name>
- <value>${dbunit.profile.driverClass}</value>
- </property>
- <property>
- <name>dbunit.profile.url</name>
- <value>${dbunit.profile.url}</value>
- </property>
- <property>
- <name>dbunit.profile.schema</name>
- <value>${dbunit.profile.schema}</value>
- </property>
- <property>
- <name>dbunit.profile.user</name>
- <value>${dbunit.profile.user}</value>
- </property>
- <property>
- <name>dbunit.profile.password</name>
- <value>${dbunit.profile.password}</value>
- </property>
- <property>
- <name>dbunit.profile.unsupportedFeatures</name>
- <value>${dbunit.profile.unsupportedFeatures}</value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${compileSource}</source>
- <target>${compileSource}</target>
- <compilerVersion>${compileSource}</compilerVersion>
- <!--
- TODO somehow we must ensure that the used rt.jar is really a
- 1.4 and not higher, also for continuous integration
- -->
- <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>-->
- <debug>true</debug>
- <fork>true</fork>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- <configuration>
- <goals>javadoc:javadoc site changes:announcement-generate assembly:assembly javadoc:jar source:jar deploy</goals>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <includes>
- <include>/LICENSE.txt</include>
- <include>**</include>
- </includes>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>assembly.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <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.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- </plugin>
- <!--
- <plugin> <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId> </plugin>
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>checkstyle.xml</configLocation>
- <argLine>-Xmx512m -Xms128m</argLine>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- <targetJdk>${compileSource}</targetJdk>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <destDir>apidocs</destDir>
- <quiet>true</quiet>
- <stylesheet>maven</stylesheet>
- <tags>
- <tag>
- <name>TODO</name>
- <placement>a</placement>
- <head>To do:</head>
- </tag>
- </tags>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <smtpHost>localhost</smtpHost>
- <smtpPort implementation="java.lang.Integer">25</smtpPort>
- <introduction>If you are reading this, the maintainer forgot to describe what's the purpose of this release!!!</introduction>
- <toAddresses>
- <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
- <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
- </toAddresses>
- <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload>
- <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- <report>license</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
- <distributionManagement>
- <snapshotRepository>
- <id>sourceforge</id>
- <name>SourceForge Snapshots Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url>
- </snapshotRepository>
- <repository>
- <id>sourceforge</id>
- <name>SourceForge Releases Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url>
- </repository>
- <site>
- <id>sourceforge</id>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url>
- </site>
- </distributionManagement>
-
- <profiles>
- <profile>
- <id>official</id>
- <dependencies>
- <dependency>
- <groupId>javax.sql</groupId>
- <artifactId>jdbc-stdext</artifactId>
- <version>2.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${compileSource}</source>
- <target>${compileSource}</target>
- <compilerVersion>${compileSource}</compilerVersion>
- <executable>${JAVA_1_4_HOME}/bin/javac</executable>
- <debug>true</debug>
- <fork>true</fork>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changelog-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
- </profile>
- <profile>
- <id>oracle-default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>hsqldb</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <dbunit.profile>hsqldb</dbunit.profile>
- <dbunit.profile.driverClass>org.hsqldb.jdbcDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:hsqldb:mem:.</dbunit.profile.url>
- <dbunit.profile.schema>PUBLIC</dbunit.profile.schema>
- <dbunit.profile.user>sa</dbunit.profile.user>
- <dbunit.profile.password></dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- </profile>
- <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 10 JDBC driver for Java 1.4 -->
- <profile>
- <id>oracle-ojdbc14</id>
- <properties>
- <dbunit.profile>oracle</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 11 JDBC driver for Java 6 -->
- <profile>
- <id>oracle-ojdbc6</id>
- <properties>
- <dbunit.profile>oracle</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc6</artifactId>
- <version>11.1.0.7.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "newer" Oracle10DataTypeFactory with Oracle 10 JDBC driver for Java 1.4 -->
- <profile>
- <id>oracle10-ojdbc14</id>
- <properties>
- <dbunit.profile>oracle10</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "newer" Oracle10DataTypeFactory with Oracle 11 JDBC driver for Java 6 -->
- <profile>
- <id>oracle10-ojdbc6</id>
- <properties>
- <dbunit.profile>oracle10</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc6</artifactId>
- <version>11.1.0.7.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>postgresql</id>
- <properties>
- <dbunit.profile>postgresql</dbunit.profile>
- <dbunit.profile.driverClass>org.postgresql.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:postgresql://host/database</dbunit.profile.url>
- <dbunit.profile.schema>public</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,CLOB,BLOB,SCROLLABLE_RESULTSET,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>8.4-701.jdbc3</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>mysql</id>
- <properties>
- <dbunit.profile>mysql</dbunit.profile>
- <dbunit.profile.driverClass>com.mysql.jdbc.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:mysql://localhost:3306/dbunit</dbunit.profile.url>
- <dbunit.profile.schema></dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.1.6</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>mssql</id>
- <properties>
- <dbunit.profile>mssql</dbunit.profile>
- <dbunit.profile.driverClass>com.microsoft.jdbc.sqlserver.SQLServerDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:microsoft:sqlserver://localhost\\dbunit:1433;DatabaseName=dbunit;SelectMethod=cursor</dbunit.profile.url>
- <dbunit.profile.schema>dbo</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- </profile>
- <profile>
- <id>db2</id>
- <properties>
- <dbunit.profile>db2</dbunit.profile>
- <dbunit.profile.driverClass>TODO</dbunit.profile.driverClass>
- <dbunit.profile.url>TODO</dbunit.profile.url>
- <dbunit.profile.schema>TODO</dbunit.profile.schema>
- <dbunit.profile.user>TODO</dbunit.profile.user>
- <dbunit.profile.password>TODO</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>TODO</dbunit.profile.unsupportedFeatures>
- </properties>
- </profile>
- <profile>
- <id>derby</id>
- <properties>
- <dbunit.profile>derby</dbunit.profile>
- <dbunit.profile.driverClass>org.apache.derby.jdbc.EmbeddedDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:derby:target/derby_db;create=true</dbunit.profile.url>
- <dbunit.profile.schema>APP</dbunit.profile.schema>
- <dbunit.profile.user>APP</dbunit.profile.user>
- <dbunit.profile.password>APP</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>VARBINARY,BLOB,CLOB,TRANSACTION,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>10.4.1.3</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>h2</id>
- <properties>
- <dbunit.profile>h2</dbunit.profile>
- <dbunit.profile.driverClass>org.h2.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:h2...
[truncated message content] |
|
From: <rlo...@us...> - 2009-11-15 09:23:33
|
Revision: 1117
http://dbunit.svn.sourceforge.net/dbunit/?rev=1117&view=rev
Author: rlogiacco
Date: 2009-11-15 09:23:27 +0000 (Sun, 15 Nov 2009)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2009-11-15 09:23:17 UTC (rev 1116)
+++ trunk/dbunit/pom.xml 2009-11-15 09:23:27 UTC (rev 1117)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.7</version>
+ <version>2.4.8-SNAPSHOT</version>
<packaging>jar</packaging>
<name>DbUnit Framework</name>
<url>http://dbunit.sourceforge.net</url>
@@ -25,9 +25,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.7</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.7</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.7</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jb...@us...> - 2009-12-27 18:39:18
|
Revision: 1129
http://dbunit.svn.sourceforge.net/dbunit/?rev=1129&view=rev
Author: jbhurst
Date: 2009-12-27 18:39:09 +0000 (Sun, 27 Dec 2009)
Log Message:
-----------
[2875235] - Moved HSQLDB dependency back to main profile, required for some random tests. Needs reworking to separate tests per database profile better.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2009-12-27 18:28:55 UTC (rev 1128)
+++ trunk/dbunit/pom.xml 2009-12-27 18:39:09 UTC (rev 1129)
@@ -227,6 +227,12 @@
<!-- TODO: add exclusion for dependencies that include xerces/xalan -->
<dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
@@ -631,14 +637,6 @@
<dbunit.profile.password></dbunit.profile.password>
<dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
</properties>
- <dependencies>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
</profile>
<!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 10 JDBC driver for Java 1.4 -->
<profile>
@@ -646,7 +644,7 @@
<properties>
<dbunit.profile>oracle</dbunit.profile>
<dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
+ <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
<dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
<dbunit.profile.user>dbunit</dbunit.profile.user>
<dbunit.profile.password>dbunit</dbunit.profile.password>
@@ -667,7 +665,7 @@
<properties>
<dbunit.profile>oracle</dbunit.profile>
<dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
+ <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
<dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
<dbunit.profile.user>dbunit</dbunit.profile.user>
<dbunit.profile.password>dbunit</dbunit.profile.password>
@@ -688,7 +686,7 @@
<properties>
<dbunit.profile>oracle10</dbunit.profile>
<dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
+ <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
<dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
<dbunit.profile.user>dbunit</dbunit.profile.user>
<dbunit.profile.password>dbunit</dbunit.profile.password>
@@ -709,7 +707,7 @@
<properties>
<dbunit.profile>oracle10</dbunit.profile>
<dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@demowin:1521:demowin</dbunit.profile.url>
+ <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
<dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
<dbunit.profile.user>dbunit</dbunit.profile.user>
<dbunit.profile.password>dbunit</dbunit.profile.password>
@@ -729,7 +727,7 @@
<properties>
<dbunit.profile>postgresql</dbunit.profile>
<dbunit.profile.driverClass>org.postgresql.Driver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:postgresql://host/database</dbunit.profile.url>
+ <dbunit.profile.url>jdbc:postgresql://localhost/dbunit</dbunit.profile.url>
<dbunit.profile.schema>public</dbunit.profile.schema>
<dbunit.profile.user>dbunit</dbunit.profile.user>
<dbunit.profile.password>dbunit</dbunit.profile.password>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jb...@us...> - 2010-01-22 02:06:41
|
Revision: 1142
http://dbunit.svn.sourceforge.net/dbunit/?rev=1142&view=rev
Author: jbhurst
Date: 2010-01-22 02:06:34 +0000 (Fri, 22 Jan 2010)
Log Message:
-----------
[2875235] - mvn sql plugin to run DDL for integration tests. Simplified plugin dependencies.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2010-01-22 01:58:47 UTC (rev 1141)
+++ trunk/dbunit/pom.xml 2010-01-22 02:06:34 UTC (rev 1142)
@@ -496,6 +496,38 @@
<username>${dbunit.profile.user}</username>
<password>${dbunit.profile.password}</password>
</configuration>
+ <dependencies>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.oracle</groupId>
+ <artifactId>ojdbc14</artifactId>
+ <version>10.2.0.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>8.4-701.jdbc3</version>
+ </dependency>
+ <dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ <version>5.1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <version>10.4.1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <version>1.1.118</version>
+ </dependency>
+ </dependencies>
<executions>
<execution>
<id>sql-ddl</id>
@@ -710,21 +742,6 @@
<dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
<dbunit.profile.ddl>empty.sql</dbunit.profile.ddl> <!-- DDL in HypersonicEnvironment -->
</properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.1</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
</profile>
<!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 10 JDBC driver for Java 1.4 -->
<profile>
@@ -747,22 +764,6 @@
<optional>true</optional>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
</profile>
<!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 11 JDBC driver for Java 6 -->
<profile>
@@ -785,22 +786,6 @@
<optional>true</optional>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
</profile>
<!-- "newer" Oracle10DataTypeFactory with Oracle 10 JDBC driver for Java 1.4 -->
<profile>
@@ -823,22 +808,6 @@
<optional>true</optional>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
</profile>
<!-- "newer" Oracle10DataTypeFactory with Oracle 11 JDBC driver for Java 6 -->
<profile>
@@ -861,22 +830,6 @@
<optional>true</optional>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
</profile>
<profile>
<id>postgresql</id>
@@ -897,21 +850,6 @@
<version>8.4-701.jdbc3</version>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>8.4-701.jdbc3</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
</profile>
<profile>
<id>mysql</id>
@@ -932,21 +870,6 @@
<version>5.1.6</version>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.1.6</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
</profile>
<profile>
<id>mssql</id>
@@ -961,15 +884,6 @@
<dbunit.profile.ddl>mssql.sql</dbunit.profile.ddl>
</properties>
<!-- JH_TODO: mssql dependencies -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <!-- JH_TODO: mssql dependencies -->
- </plugin>
- </plugins>
- </build>
</profile>
<profile>
<id>db2</id>
@@ -984,15 +898,6 @@
<dbunit.profile.ddl>db2xml.sql</dbunit.profile.ddl>
</properties>
<!-- JH_TODO: db2 dependencies -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <!-- JH_TODO: db2 dependencies -->
- </plugin>
- </plugins>
- </build>
</profile>
<profile>
<id>derby</id>
@@ -1014,22 +919,6 @@
<scope>test</scope>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>10.4.1.3</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
</profile>
<profile>
<id>h2</id>
@@ -1050,21 +939,6 @@
<version>1.1.118</version>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.118</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
</profile>
</profiles>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jb...@us...> - 2010-01-22 21:04:47
|
Revision: 1144
http://dbunit.svn.sourceforge.net/dbunit/?rev=1144&view=rev
Author: jbhurst
Date: 2010-01-22 21:04:41 +0000 (Fri, 22 Jan 2010)
Log Message:
-----------
[2875235] - Generate reports for both Surefire tests and Failsafe integration tests.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2010-01-22 20:50:04 UTC (rev 1143)
+++ trunk/dbunit/pom.xml 2010-01-22 21:04:41 UTC (rev 1144)
@@ -578,6 +578,32 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <id>tests</id>
+ <reports>
+ <report>report-only</report>
+ </reports>
+ <configuration>
+ <outputName>surefire-report</outputName>
+ <reportsDirectories>
+ <reportsDirectory>target/surefire-reports</reportsDirectory>
+ </reportsDirectories>
+ </configuration>
+ </reportSet>
+ <reportSet>
+ <id>integration-tests</id>
+ <reports>
+ <report>report-only</report>
+ </reports>
+ <configuration>
+ <outputName>failsafe-report</outputName>
+ <reportsDirectories>
+ <reportsDirectory>target/failsafe-reports</reportsDirectory>
+ </reportsDirectories>
+ </configuration>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jb...@us...> - 2010-01-23 22:21:27
|
Revision: 1149
http://dbunit.svn.sourceforge.net/dbunit/?rev=1149&view=rev
Author: jbhurst
Date: 2010-01-23 22:21:16 +0000 (Sat, 23 Jan 2010)
Log Message:
-----------
[2875235] - Fixed Oracle dependencies for "official" profile.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2010-01-23 22:17:13 UTC (rev 1148)
+++ trunk/dbunit/pom.xml 2010-01-23 22:21:16 UTC (rev 1149)
@@ -698,6 +698,17 @@
<profiles>
<profile>
<id>official</id>
+ <!-- JH_TODO: it would be better to "chain" these from the default profile. But it appears this isn't possible with Maven. -->
+ <properties>
+ <dbunit.profile>hsqldb</dbunit.profile>
+ <dbunit.profile.driverClass>org.hsqldb.jdbcDriver</dbunit.profile.driverClass>
+ <dbunit.profile.url>jdbc:hsqldb:mem:.</dbunit.profile.url>
+ <dbunit.profile.schema>PUBLIC</dbunit.profile.schema>
+ <dbunit.profile.user>sa</dbunit.profile.user>
+ <dbunit.profile.password></dbunit.profile.password>
+ <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
+ <dbunit.profile.ddl>empty.sql</dbunit.profile.ddl> <!-- DDL in HypersonicEnvironment -->
+ </properties>
<dependencies>
<dependency>
<groupId>javax.sql</groupId>
@@ -705,6 +716,12 @@
<version>2.0</version>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>com.oracle</groupId>
+ <artifactId>ojdbc14</artifactId>
+ <version>10.2.0.4.0</version>
+ <optional>true</optional>
+ </dependency>
</dependencies>
<build>
<pluginManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2010-02-20 03:36:49
|
Revision: 1172
http://dbunit.svn.sourceforge.net/dbunit/?rev=1172&view=rev
Author: jeffjensen
Date: 2010-02-20 03:36:43 +0000 (Sat, 20 Feb 2010)
Log Message:
-----------
Set output encodings to make cross platform. Use default dir for javadoc gen.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2010-02-19 23:04:12 UTC (rev 1171)
+++ trunk/dbunit/pom.xml 2010-02-20 03:36:43 UTC (rev 1172)
@@ -24,6 +24,12 @@
<checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes>
<logbackVersion>0.9.15</logbackVersion>
<slf4jVersion>1.5.6</slf4jVersion>
+ <project.build.sourceEncoding>
+ UTF-8
+ </project.build.sourceEncoding>
+ <project.reporting.outputEncoding>
+ UTF-8
+ </project.reporting.outputEncoding>
</properties>
<scm>
@@ -615,7 +621,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
- <destDir>apidocs</destDir>
<quiet>true</quiet>
<stylesheet>maven</stylesheet>
<tags>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2010-03-04 23:50:44
|
Revision: 1177
http://dbunit.svn.sourceforge.net/dbunit/?rev=1177&view=rev
Author: jeffjensen
Date: 2010-03-04 23:50:38 +0000 (Thu, 04 Mar 2010)
Log Message:
-----------
Automatically run maven-gpg-plugin to sign artifacts during release:perform.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2010-02-21 18:49:40 UTC (rev 1176)
+++ trunk/dbunit/pom.xml 2010-03-04 23:50:38 UTC (rev 1177)
@@ -975,6 +975,32 @@
</dependency>
</dependencies>
</profile>
+ <profile>
+ <id>release-sign-artifacts</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2010-09-01 12:55:00
|
Revision: 1198
http://dbunit.svn.sourceforge.net/dbunit/?rev=1198&view=rev
Author: rlogiacco
Date: 2010-09-01 12:54:54 +0000 (Wed, 01 Sep 2010)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.4.8
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2010-09-01 12:54:27 UTC (rev 1197)
+++ trunk/dbunit/pom.xml 2010-09-01 12:54:54 UTC (rev 1198)
@@ -599,7 +599,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
- <configLocation>checkstyle.xml</configLocation>
+ <configLocation>${basedir}/checkstyle.xml</configLocation>
<argLine>-Xmx512m -Xms128m</argLine>
</configuration>
</plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rlo...@us...> - 2010-09-01 12:56:08
|
Revision: 1200
http://dbunit.svn.sourceforge.net/dbunit/?rev=1200&view=rev
Author: rlogiacco
Date: 2010-09-01 12:56:00 +0000 (Wed, 01 Sep 2010)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2010-09-01 12:55:41 UTC (rev 1199)
+++ trunk/dbunit/pom.xml 2010-09-01 12:56:00 UTC (rev 1200)
@@ -1,1006 +1,1006 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<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.dbunit</groupId>
- <artifactId>dbunit</artifactId>
- <version>2.4.8-SNAPSHOT</version>
- <packaging>jar</packaging>
- <name>DbUnit Framework</name>
- <url>http://dbunit.sourceforge.net</url>
- <inceptionYear>2002</inceptionYear>
- <description>
- DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
- </description>
- <licenses>
- <license>
- <name>GNU Lesser General Public License, Version 2.1</name>
- <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <properties>
- <compileSource>1.4</compileSource>
- <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes>
- <logbackVersion>0.9.15</logbackVersion>
- <slf4jVersion>1.5.6</slf4jVersion>
- <project.build.sourceEncoding>
- UTF-8
- </project.build.sourceEncoding>
- <project.reporting.outputEncoding>
- UTF-8
- </project.reporting.outputEncoding>
- </properties>
-
- <scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
- </scm>
- <issueManagement>
- <system>SourceForge</system>
- <url>http://sourceforge.net/tracker/?group_id=47439</url>
- </issueManagement>
- <ciManagement>
- <system>parabuild</system>
- <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url>
- <notifiers>
- <notifier>
- <type>mail</type>
- <sendOnError>true</sendOnError>
- <sendOnFailure>false</sendOnFailure>
- <sendOnSuccess>false</sendOnSuccess>
- <sendOnWarning>false</sendOnWarning>
- <configuration>
- <address>go...@us...</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
-
- <mailingLists>
- <mailingList>
- <name>DbUnit User List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive>
- </mailingList>
- <mailingList>
- <name>DbUnit Developer List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive>
- </mailingList>
- <mailingList>
- <name>DbUnit SVN Commit List</name>
- <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive>
- </mailingList>
- </mailingLists>
-
- <!--
- - Who are the developers for the project, in order of recent activity.
- -->
- <developers>
- <!--
- - Note: email of first developer is used by the announcements-email plugin
- -->
- <developer>
- <name>Matthias Gommeringer</name>
- <id>gommma</id>
- <email>go...@us...</email>
- <roles>
- <role>Java Developer (very active)</role>
- </roles>
- </developer>
- <developer>
- <name>John Hurst</name>
- <id>jbhurst</id>
- <email>jb...@us...</email>
- <roles>
- <role>Java Developer (very active)</role>
- </roles>
- </developer>
- <developer>
- <name>Jeff Jensen</name>
- <id>jeffjensen</id>
- <email>jef...@us...</email>
- <roles>
- <role>Java Developer (active)</role>
- </roles>
- </developer>
- <developer>
- <name>Roberto Lo Giacco</name>
- <id>rlogiacco</id>
- <email>rlo...@us...</email>
- <organization>SmartLab</organization>
- <roles>
- <role>Java Developer (active)</role>
- </roles>
- </developer>
- <developer>
- <name>Felipe Leme</name>
- <id>felipeal</id>
- <email>db...@fe...</email>
- <organization>GoldenGate Software</organization>
- <timezone>-8</timezone>
- <roles>
- <role>Java Developer (mostly inactive :-)</role>
- </roles>
- </developer>
- <developer>
- <name>David Eric Pugh</name>
- <id>dep4b</id>
- <email>ep...@op...</email>
- <organization>OpenSource Connections</organization>
- <roles>
- <role>Java Developer (inactive)</role>
- </roles>
- </developer>
- <developer>
- <name>Sebastien Le Callonnec</name>
- <id>slecallonnec</id>
- <email>sle...@us...</email>
- <roles>
- <role>Java Developer (inactive)</role>
- </roles>
- </developer>
- <developer>
- <name>Manuel Laflamme</name>
- <id>mlaflamm</id>
- <organization>Oz Communication</organization>
- <roles>
- <role>Project Founder (inactive)</role>
- <!-- <role>Java Developer</role> -->
- </roles>
- </developer>
- <developer>
- <name>Benjamin Cox</name>
- <id>bdrum</id>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
- </roles>
- </developer>
- <developer>
- <name>Federico Spinazzi</name>
- <id>fspinazzi</id>
- <email>f.s...@ma...</email>
- <organization>Master House S.r.l</organization>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>DB2 Contributor</role> -->
- </roles>
- </developer>
- <developer>
- <name>Timothy J. Ruppert</name>
- <id>zieggy</id>
- <roles>
- <role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
- </roles>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Klas Axel</name>
- <roles>
- <role>HsqldbDataTypeFactory</role>
- </roles>
- </contributor>
- <contributor>
- <name>Erik Price</name>
- <roles>
- <role>DatabaseSequenceOperation</role>
- </roles>
- </contributor>
- <contributor>
- <name>Jeremy Stein</name>
- <roles>
- <role>InsertIndentityOperation</role>
- </roles>
- </contributor>
- <contributor>
- <name>Keven Kizer</name>
- <roles>
- <role>Early guinea pig</role>
- </roles>
- </contributor>
- <contributor>
- <name>Mike Bresnahan</name>
- <roles>
- <role>DbUnit evangelist</role>
- </roles>
- </contributor>
- <contributor>
- <name>Andres Almiray</name>
- <email>aal...@us...</email>
- <roles>
- <role>IDatabaseTester creator</role>
- </roles>
- </contributor>
- </contributors>
-
-
- <dependencies>
-
- <!--
- TODO: check which dependencies could marked as optional. For
- instance, ant is optional because it's only necessary for the
- dbunit Ant tasks.
- -->
-
- <!-- TODO: add exclusion for dependencies that include xerces/xalan -->
-
- <!-- LOGGING -->
- <!-- NOTE: must list slf4j first to override other logger frameworks -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>${slf4jVersion}</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- <version>${slf4jVersion}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>${logbackVersion}</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.5.4</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>3.2-FINAL</version>
- <exclusions>
- <exclusion>
- <artifactId>log4j</artifactId>
- <groupId>log4j</groupId>
- </exclusion>
- <exclusion>
- <artifactId>commons-logging</artifactId>
- <groupId>commons-logging</groupId>
- </exclusion>
- </exclusions>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-testutil</artifactId>
- <version>1.7.0</version>
- <optional>true</optional>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit-addons</groupId>
- <artifactId>junit-addons</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-core</artifactId>
- <version>0.07</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockmaker</groupId>
- <artifactId>mmmockobjects</artifactId>
- <version>1.12.0</version>
- <scope>test</scope>
- </dependency>
- <!-- TODO: check why follow dependency is necessary -->
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-jdk1.3</artifactId>
- <version>0.07</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.113</version>
- <!-- Note that the 1.1.113 version is the last one officially built with JDK 1.4 -->
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>gsbase</groupId>
- <artifactId>gsbase</artifactId>
- <version>2.0.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <build>
- <defaultGoal>install</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/Abstract*.java</exclude>
- </excludes>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- <systemProperties>
- <property>
- <name>dbunit.profile</name>
- <value>${dbunit.profile}</value>
- </property>
- <property>
- <name>dbunit.profile.driverClass</name>
- <value>${dbunit.profile.driverClass}</value>
- </property>
- <property>
- <name>dbunit.profile.url</name>
- <value>${dbunit.profile.url}</value>
- </property>
- <property>
- <name>dbunit.profile.schema</name>
- <value>${dbunit.profile.schema}</value>
- </property>
- <property>
- <name>dbunit.profile.user</name>
- <value>${dbunit.profile.user}</value>
- </property>
- <property>
- <name>dbunit.profile.password</name>
- <value>${dbunit.profile.password}</value>
- </property>
- <property>
- <name>dbunit.profile.unsupportedFeatures</name>
- <value>${dbunit.profile.unsupportedFeatures}</value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- <version>2.4.3-alpha-1</version>
- <configuration>
- <encoding>UTF-8</encoding>
- <systemProperties>
- <property>
- <name>dbunit.profile</name>
- <value>${dbunit.profile}</value>
- </property>
- <property>
- <name>dbunit.profile.driverClass</name>
- <value>${dbunit.profile.driverClass}</value>
- </property>
- <property>
- <name>dbunit.profile.url</name>
- <value>${dbunit.profile.url}</value>
- </property>
- <property>
- <name>dbunit.profile.schema</name>
- <value>${dbunit.profile.schema}</value>
- </property>
- <property>
- <name>dbunit.profile.user</name>
- <value>${dbunit.profile.user}</value>
- </property>
- <property>
- <name>dbunit.profile.password</name>
- <value>${dbunit.profile.password}</value>
- </property>
- <property>
- <name>dbunit.profile.unsupportedFeatures</name>
- <value>${dbunit.profile.unsupportedFeatures}</value>
- </property>
- </systemProperties>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>integration-test</goal>
- <goal>verify</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${compileSource}</source>
- <target>${compileSource}</target>
- <compilerVersion>${compileSource}</compilerVersion>
- <!--
- TODO somehow we must ensure that the used rt.jar is really a
- 1.4 and not higher, also for continuous integration
- -->
- <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>-->
- <debug>true</debug>
- <fork>true</fork>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- <configuration>
- <goals>javadoc:javadoc site changes:announcement-generate assembly:assembly javadoc:jar source:jar deploy</goals>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <includes>
- <include>/LICENSE.txt</include>
- <include>**</include>
- </includes>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>assembly.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sql-maven-plugin</artifactId>
- <version>1.3</version>
- <configuration>
- <driver>${dbunit.profile.driverClass}</driver>
- <url>${dbunit.profile.url}</url>
- <username>${dbunit.profile.user}</username>
- <password>${dbunit.profile.password}</password>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.1</version>
- </dependency>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- </dependency>
- <dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>8.4-701.jdbc3</version>
- </dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.1.6</version>
- </dependency>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>10.4.1.3</version>
- </dependency>
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.118</version>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>sql-ddl</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>execute</goal>
- </goals>
- <configuration>
- <srcFiles>
- <srcFile>src/test/resources/sql/${dbunit.profile.ddl}</srcFile>
- </srcFiles>
- <onError>continue</onError>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <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>
- <reportSets>
- <reportSet>
- <id>tests</id>
- <reports>
- <report>report-only</report>
- </reports>
- <configuration>
- <outputName>surefire-report</outputName>
- <reportsDirectories>
- <reportsDirectory>target/surefire-reports</reportsDirectory>
- </reportsDirectories>
- </configuration>
- </reportSet>
- <reportSet>
- <id>integration-tests</id>
- <reports>
- <report>report-only</report>
- </reports>
- <configuration>
- <outputName>failsafe-report</outputName>
- <reportsDirectories>
- <reportsDirectory>target/failsafe-reports</reportsDirectory>
- </reportsDirectories>
- </configuration>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- </plugin>
- <!--
- <plugin> <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId> </plugin>
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>${basedir}/checkstyle.xml</configLocation>
- <argLine>-Xmx512m -Xms128m</argLine>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- <targetJdk>${compileSource}</targetJdk>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <quiet>true</quiet>
- <stylesheet>maven</stylesheet>
- <tags>
- <tag>
- <name>TODO</name>
- <placement>a</placement>
- <head>To do:</head>
- </tag>
- </tags>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <smtpHost>localhost</smtpHost>
- <smtpPort implementation="java.lang.Integer">25</smtpPort>
- <introduction>If you are reading this, the maintainer forgot to describe what's the purpose of this release!!!</introduction>
- <toAddresses>
- <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
- <toAddress implementation="java.lang.String">dbu...@li...</toAddress>
- </toAddresses>
- <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload>
- <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- <report>license</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
-
- <distributionManagement>
- <snapshotRepository>
- <id>sourceforge</id>
- <name>SourceForge Snapshots Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url>
- </snapshotRepository>
- <repository>
- <id>sourceforge</id>
- <name>SourceForge Releases Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url>
- </repository>
- <site>
- <id>sourceforge</id>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url>
- </site>
- </distributionManagement>
-
- <profiles>
- <profile>
- <id>official</id>
- <!-- JH_TODO: it would be better to "chain" these from the default profile. But it appears this isn't possible with Maven. -->
- <properties>
- <dbunit.profile>hsqldb</dbunit.profile>
- <dbunit.profile.driverClass>org.hsqldb.jdbcDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:hsqldb:mem:.</dbunit.profile.url>
- <dbunit.profile.schema>PUBLIC</dbunit.profile.schema>
- <dbunit.profile.user>sa</dbunit.profile.user>
- <dbunit.profile.password></dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- <dbunit.profile.ddl>empty.sql</dbunit.profile.ddl> <!-- DDL in HypersonicEnvironment -->
- </properties>
- <dependencies>
- <dependency>
- <groupId>javax.sql</groupId>
- <artifactId>jdbc-stdext</artifactId>
- <version>2.0</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${compileSource}</source>
- <target>${compileSource}</target>
- <compilerVersion>${compileSource}</compilerVersion>
- <executable>${JAVA_1_4_HOME}/bin/javac</executable>
- <debug>true</debug>
- <fork>true</fork>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changelog-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
- </profile>
- <profile>
- <id>oracle-default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>hsqldb</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <dbunit.profile>hsqldb</dbunit.profile>
- <dbunit.profile.driverClass>org.hsqldb.jdbcDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:hsqldb:mem:.</dbunit.profile.url>
- <dbunit.profile.schema>PUBLIC</dbunit.profile.schema>
- <dbunit.profile.user>sa</dbunit.profile.user>
- <dbunit.profile.password></dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>BLOB,CLOB,SCROLLABLE_RESULTSET,INSERT_IDENTITY,TRUNCATE_TABLE,SDO_GEOMETRY</dbunit.profile.unsupportedFeatures>
- <dbunit.profile.ddl>empty.sql</dbunit.profile.ddl> <!-- DDL in HypersonicEnvironment -->
- </properties>
- </profile>
- <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 10 JDBC driver for Java 1.4 -->
- <profile>
- <id>oracle-ojdbc14</id>
- <properties>
- <dbunit.profile>oracle</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- <dbunit.profile.ddl>oracle.sql</dbunit.profile.ddl>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc14</artifactId>
- <version>10.2.0.4.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "original" OracleDataTypeFactory (NOT 10g) with Oracle 11 JDBC driver for Java 6 -->
- <profile>
- <id>oracle-ojdbc6</id>
- <properties>
- <dbunit.profile>oracle</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdbc:oracle:thin:@localhost:1521:ORCL</dbunit.profile.url>
- <dbunit.profile.schema>DBUNIT</dbunit.profile.schema>
- <dbunit.profile.user>dbunit</dbunit.profile.user>
- <dbunit.profile.password>dbunit</dbunit.profile.password>
- <dbunit.profile.unsupportedFeatures>INSERT_IDENTITY,SCROLLABLE_RESULTSET</dbunit.profile.unsupportedFeatures>
- <dbunit.profile.ddl>oracle.sql</dbunit.profile.ddl>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc6</artifactId>
- <version>11.1.0.7.0</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
- </profile>
- <!-- "newer" Oracle10DataTypeFactory with Oracle 10 JDBC driver for Java 1.4 -->
- <profile>
- <id>oracle10-ojdbc14</id>
- <properties>
- <dbunit.profile>oracle10</dbunit.profile>
- <dbunit.profile.driverClass>oracle.jdbc.OracleDriver</dbunit.profile.driverClass>
- <dbunit.profile.url>jdb...
[truncated message content] |
|
From: <rlo...@us...> - 2010-09-01 22:37:45
|
Revision: 1204
http://dbunit.svn.sourceforge.net/dbunit/?rev=1204&view=rev
Author: rlogiacco
Date: 2010-09-01 22:37:39 +0000 (Wed, 01 Sep 2010)
Log Message:
-----------
fixed project title
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2010-09-01 21:52:26 UTC (rev 1203)
+++ trunk/dbunit/pom.xml 2010-09-01 22:37:39 UTC (rev 1204)
@@ -6,11 +6,11 @@
<artifactId>dbunit</artifactId>
<version>2.4.9-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>DbUnit Framework</name>
+ <name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
<inceptionYear>2002</inceptionYear>
<description>
- DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
+ dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
</description>
<licenses>
<license>
@@ -24,12 +24,8 @@
<checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes>
<logbackVersion>0.9.15</logbackVersion>
<slf4jVersion>1.5.6</slf4jVersion>
- <project.build.sourceEncoding>
- UTF-8
- </project.build.sourceEncoding>
- <project.reporting.outputEncoding>
- UTF-8
- </project.reporting.outputEncoding>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<scm>
@@ -60,19 +56,19 @@
<mailingLists>
<mailingList>
- <name>DbUnit User List</name>
+ <name>dbUnit User List</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive>
</mailingList>
<mailingList>
- <name>DbUnit Developer List</name>
+ <name>dbUnit Developer List</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive>
</mailingList>
<mailingList>
- <name>DbUnit SVN Commit List</name>
+ <name>dbUnit SVN Commit List</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive>
@@ -152,7 +148,6 @@
<organization>Oz Communication</organization>
<roles>
<role>Project Founder (inactive)</role>
- <!-- <role>Java Developer</role> -->
</roles>
</developer>
<developer>
@@ -160,7 +155,6 @@
<id>bdrum</id>
<roles>
<role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
</roles>
</developer>
<developer>
@@ -170,7 +164,6 @@
<organization>Master House S.r.l</organization>
<roles>
<role>Java Developer (inactive)</role>
- <!-- <role>DB2 Contributor</role> -->
</roles>
</developer>
<developer>
@@ -178,7 +171,6 @@
<id>zieggy</id>
<roles>
<role>Java Developer (inactive)</role>
- <!-- <role>Original Ant Task Contributor</role> -->
</roles>
</developer>
</developers>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-29 17:54:12
|
Revision: 1228
http://dbunit.svn.sourceforge.net/dbunit/?rev=1228&view=rev
Author: jeffjensen
Date: 2012-09-29 17:54:06 +0000 (Sat, 29 Sep 2012)
Log Message:
-----------
Add use of Maven Enforcer plugin.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-29 15:00:06 UTC (rev 1227)
+++ trunk/dbunit/pom.xml 2012-09-29 17:54:06 UTC (rev 1228)
@@ -20,12 +20,20 @@
</license>
</licenses>
<properties>
+ <!-- Maven configuration -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+ <!-- General values -->
<compileSource>1.4</compileSource>
<checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes>
+
+ <!-- Maven plugin versions -->
+ <enforcerPluginVersion>1.1.1</enforcerPluginVersion>
+
+ <!-- Framework versions -->
<logbackVersion>0.9.15</logbackVersion>
<slf4jVersion>1.5.6</slf4jVersion>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<scm>
@@ -547,6 +555,26 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>${enforcerPluginVersion}</version>
+ <executions>
+ <execution>
+ <id>enforce-versions</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <rules>
+ <requireJavaVersion>
+ <version>1.4</version>
+ </requireJavaVersion>
+ </rules>
+ </configuration>
+ </plugin>
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 02:58:36
|
Revision: 1230
http://dbunit.svn.sourceforge.net/dbunit/?rev=1230&view=rev
Author: jeffjensen
Date: 2012-09-30 02:58:30 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-29 17:55:43 UTC (rev 1229)
+++ trunk/dbunit/pom.xml 2012-09-30 02:58:30 UTC (rev 1230)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9-SNAPSHOT</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -37,9 +37,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 02:58:48
|
Revision: 1232
http://dbunit.svn.sourceforge.net/dbunit/?rev=1232&view=rev
Author: jeffjensen
Date: 2012-09-30 02:58:41 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 02:58:37 UTC (rev 1231)
+++ trunk/dbunit/pom.xml 2012-09-30 02:58:41 UTC (rev 1232)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9</version>
+ <version>2.4.10-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -37,9 +37,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 12:37:00
|
Revision: 1233
http://dbunit.svn.sourceforge.net/dbunit/?rev=1233&view=rev
Author: jeffjensen
Date: 2012-09-30 12:36:54 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] rollback the release of dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 02:58:41 UTC (rev 1232)
+++ trunk/dbunit/pom.xml 2012-09-30 12:36:54 UTC (rev 1233)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.10-SNAPSHOT</version>
+ <version>2.4.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 13:02:34
|
Revision: 1235
http://dbunit.svn.sourceforge.net/dbunit/?rev=1235&view=rev
Author: jeffjensen
Date: 2012-09-30 13:02:28 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
Remove license report config from maven-changes-plugin. The Maven site gen fails as it is not a valid report. I could find not info on a license report on the plugin's web site.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 12:43:27 UTC (rev 1234)
+++ trunk/dbunit/pom.xml 2012-09-30 13:02:28 UTC (rev 1235)
@@ -673,7 +673,6 @@
<reportSet>
<reports>
<report>changes-report</report>
- <report>license</report>
</reports>
</reportSet>
</reportSets>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 14:16:31
|
Revision: 1239
http://dbunit.svn.sourceforge.net/dbunit/?rev=1239&view=rev
Author: jeffjensen
Date: 2012-09-30 14:16:25 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 13:52:50 UTC (rev 1238)
+++ trunk/dbunit/pom.xml 2012-09-30 14:16:25 UTC (rev 1239)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9-SNAPSHOT</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -37,9 +37,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 14:16:42
|
Revision: 1241
http://dbunit.svn.sourceforge.net/dbunit/?rev=1241&view=rev
Author: jeffjensen
Date: 2012-09-30 14:16:36 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 14:16:32 UTC (rev 1240)
+++ trunk/dbunit/pom.xml 2012-09-30 14:16:36 UTC (rev 1241)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9</version>
+ <version>2.4.10-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -37,9 +37,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:18:59
|
Revision: 1242
http://dbunit.svn.sourceforge.net/dbunit/?rev=1242&view=rev
Author: jeffjensen
Date: 2012-09-30 15:18:53 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] rollback the release of dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 14:16:36 UTC (rev 1241)
+++ trunk/dbunit/pom.xml 2012-09-30 15:18:53 UTC (rev 1242)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.10-SNAPSHOT</version>
+ <version>2.4.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:25:42
|
Revision: 1244
http://dbunit.svn.sourceforge.net/dbunit/?rev=1244&view=rev
Author: jeffjensen
Date: 2012-09-30 15:25:36 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
Update distribution management URLs as SourceForge changed its organization.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 15:19:27 UTC (rev 1243)
+++ trunk/dbunit/pom.xml 2012-09-30 15:25:36 UTC (rev 1244)
@@ -684,16 +684,16 @@
<snapshotRepository>
<id>sourceforge</id>
<name>SourceForge Snapshots Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url>
+ <url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs/repo/snapshots</url>
</snapshotRepository>
<repository>
<id>sourceforge</id>
<name>SourceForge Releases Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url>
+ <url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs/repo/official</url>
</repository>
<site>
<id>sourceforge</id>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url>
+ <url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs</url>
</site>
</distributionManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:31:56
|
Revision: 1245
http://dbunit.svn.sourceforge.net/dbunit/?rev=1245&view=rev
Author: jeffjensen
Date: 2012-09-30 15:31:50 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 15:25:36 UTC (rev 1244)
+++ trunk/dbunit/pom.xml 2012-09-30 15:31:50 UTC (rev 1245)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9-SNAPSHOT</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -37,9 +37,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|