patched issue #52 - corrected the @parameter for the connectionString field

Former-commit-id: bdd6225f8241211d7a95243b8904e1ed981ab0e8
This commit is contained in:
Jeremy Long
2014-01-28 19:48:35 -05:00
parent 575b8e5f62
commit 38ead3133f

View File

@@ -206,7 +206,7 @@ public class DependencyCheckMojo extends AbstractMojo implements MavenMultiPageR
* The database connection string.
*/
@SuppressWarnings({"CanBeFinal", "FieldCanBeLocal"})
@Parameter(property = "nexusUrl", defaultValue = "", required = false)
@Parameter(property = "connectionString", defaultValue = "", required = false)
private String connectionString;
/**
* The database driver name. An example would be org.h2.Driver.