From e2b19f4c274f430634824379ba78ca85de27f221 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 31 Jul 2016 00:12:58 -0700 Subject: [PATCH] Readme fixup. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e9abd3..41351ab 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ versioneye.projectKey=YOUR_PROJECT_KEY ``` ## Task Configuration -Configuration options are available in `versionEye` task: +Parameters are configurable in the `versionEye` task: ``` versionEye { @@ -99,7 +99,7 @@ The values are: | `vebose` | To enable or disable extra information in the plug-in output. | `true` | | `visbility` | To set the project's visibility on VersionEye, either `public` or `private` | `public` | -Some of the options can be controlled temporarily from the command line, as follows: +Some of the parameters can be controlled temporarily from the command line, as follows: ```bash ./kobaltw -Dve.colors=false versionEye @@ -124,6 +124,4 @@ versionEye { | `Fail.dependenciesCheck` | Will triggered a failure on outdated dependencies. | | `Fail.licensesUnknownCheck` | Will trigger a failure on unknown licenses. | | `Fail.licensesCheck` | Will trigger a failure on licences whitelist violations. Licenses and components whitelists can be configured on the [VersionEye](https://www.versioneye.com/) website. | -| `Fail.securityCheck` | Will trigger a failure on known security vulnerabilities, on by default. | - - +| `Fail.securityCheck` | Will trigger a failure on known security vulnerabilities, on by default. | \ No newline at end of file