diff --git a/dependency-check-maven/src/site/markdown/configuration.md b/dependency-check-maven/src/site/markdown/configuration.md index 31ad3484f..aa63bbc35 100644 --- a/dependency-check-maven/src/site/markdown/configuration.md +++ b/dependency-check-maven/src/site/markdown/configuration.md @@ -71,6 +71,7 @@ dataDirectory | Sets the data directory to hold SQL CVEs contents. This s databaseDriverName | The name of the database driver. Example: org.h2.Driver. |   databaseDriverPath | The path to the database driver JAR file; only used if the driver is not in the class path. |   connectionString | The connection string used to connect to the database. |   +serverId | The id of a server defined in the settings.xml; this can be used to encrypt the database password. See [password encryption](http://maven.apache.org/guides/mini/guide-encryption.html) for more information. |   databaseUser | The username used when connecting to the database. |   databasePassword | The password used when connecting to the database. |   metaFileName | Sets the name of the file to use for storing the metadata about the project. | dependency-check.ser