-
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
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-06-06 02:20:33 UTC by sf-robot
-
Please verify which version of Maven you are using. This plugin/site is for Maven 1.x, not 2.x.
Moving item to feature requests.
2009-05-22 14:35:12 UTC by jeffjensen
-
Hi,
I would really appreciate if the plugin would use the maven.test.skip property.
As a patch the option haltOnFailure could be equal to the opposite of the skip property. So setting the property test.skip to true would set automatically the haltOnFailure to false.
This option could be set by adding a tag
But a better implementation would not run cobertura when...
2009-05-22 12:44:13 UTC by devmapo
-
ok, thanks.
2009-02-12 14:07:45 UTC by jweden