mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 08:39:24 +01:00
patched issue #52 - corrected the @parameter for the connectionString field
Former-commit-id: bdd6225f8241211d7a95243b8904e1ed981ab0e8
This commit is contained in:
@@ -206,7 +206,7 @@ public class DependencyCheckMojo extends AbstractMojo implements MavenMultiPageR
|
|||||||
* The database connection string.
|
* The database connection string.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings({"CanBeFinal", "FieldCanBeLocal"})
|
@SuppressWarnings({"CanBeFinal", "FieldCanBeLocal"})
|
||||||
@Parameter(property = "nexusUrl", defaultValue = "", required = false)
|
@Parameter(property = "connectionString", defaultValue = "", required = false)
|
||||||
private String connectionString;
|
private String connectionString;
|
||||||
/**
|
/**
|
||||||
* The database driver name. An example would be org.h2.Driver.
|
* The database driver name. An example would be org.h2.Driver.
|
||||||
|
|||||||
Reference in New Issue
Block a user