-
You are using Maven 2. These are Maven 1 plugins. See this page for Maven 2 plugins: http://maven.apache.org/plugins/index.html.
2009-11-12 14:29:45 UTC by jeffjensen
-
org.codehaus.mojo:dbunit-maven-plugin:1.0-beta-3
Maven version: 2.0.10
Java version: 1.5.0_17
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows".
2009-11-12 12:54:07 UTC by mykolagolubyev
-
What Maven version and plugin version are you using?.
2009-11-11 23:01:55 UTC by jeffjensen
-
Maven db-unit plugin output appears to be in error stream instead of normal output.
So every continuous integration server treat the following message as the error. Please investigate.
938 [main] INFO org.dbunit.database.DatabaseDataSet -
database name=Oracle
database version=Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP,
2009-11-09 17:35:10 UTC by mykolagolubyev
-
You are using Maven 2. This is a Maven 1 findbugs plugin.. Go here instead: http://mojo.codehaus.org/findbugs-maven-plugin/2.0.1/issue-tracking.html.
2009-09-04 14:14:38 UTC by jeffjensen
-
when running 'mvn findbugs:check' following warn message is output:
[INFO] Adding Source Directory: /Users/mmarkus/code/ispn/trunk/core/target/classes
[java] The following classes needed for analysis were missing:
[java] javax.annotation.Nonnull
[java] Missing classes: 1
2009-09-04 09:51:03 UTC by mircea_markus
-
This plugin is for Maven 1. You are using Maven 2.
2009-08-25 12:58:44 UTC by jeffjensen
-
snippet of my pom-file:
...
maven-plugins
maven-dbunit-plugin
1.9
org.dbunit.ext.mssql.MsSqlDataTypeFactory...
2009-08-25 08:51:08 UTC by udokuehne