We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d513607 + 5c54da5 commit 662fb67Copy full SHA for 662fb67
README.md
@@ -268,12 +268,12 @@ mvn versioneye:securityCheck
268
269
If one of project dependencies has a known security vulnerability this goal will break your build!
270
271
-## mvn versioneye:securityAndLiceseCheck
+## mvn versioneye:securityAndLicenseCheck
272
273
-This goald will check if your dependencies have known security vulnerabilities or if they violate teh license whitelist on the server:
+This goald will check if your dependencies have known security vulnerabilities or if they violate the license whitelist on the server:
274
275
```
276
-mvn versioneye:securityAndLiceseCheck
+mvn versioneye:securityAndLicenseCheck
277
278
279
If one of the 2 is violated this goal will break your build!
0 commit comments