Index: src/main/java/org/codehaus/mojo/dbunit/AbstractDbUnitMojo.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- src/main/java/org/codehaus/mojo/dbunit/AbstractDbUnitMojo.java (revision 16478) +++ src/main/java/org/codehaus/mojo/dbunit/AbstractDbUnitMojo.java (revision ) @@ -76,9 +76,9 @@ /** * The JDBC URL for the database to access, e.g. jdbc:db2:SAMPLE. - * + * - * @parameter - * @required expression="${url}" + * @parameter expression="${url}" + * @required */ protected String url;