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

Former-commit-id: b725fc34543d4c540f337cfcf34e4a98656be9ad
This commit is contained in:
Jeremy Long
2014-01-28 19:48:35 -05:00
parent 0e28c8e0d5
commit 685569e131

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.