4.0.0 org.owasp dependency-check-parent 3.1.1 dependency-check-cli jar Dependency-Check Command Line dependency-check-cli is an command line tool that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the scanned project dependencies. The tool will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries. dependency-check-${project.version} src/main/resources **/*.properties logback.xml true ${basedir} META-INF LICENSE.txt NOTICE.txt org.apache.maven.plugins maven-jar-plugin org.owasp.dependencycheck.App org.codehaus.mojo appassembler-maven-plugin org.owasp.dependencycheck.App dependency-check ${project.build.directory}/release ${basedir}/src/main/assembly/license.txt .sh plugins/* true assemble assemble org.apache.maven.plugins maven-assembly-plugin org.owasp.dependencycheck.App false jar-with-dependencies create-distribution package single src/main/assembly/release.xml org.apache.maven.plugins maven-checkstyle-plugin ${reporting.checkstyle-plugin.version} false false ${basedir}/../src/main/config/checkstyle-checks.xml ${basedir}/../src/main/config/checkstyle-header.txt ${basedir}/../src/main/config/checkstyle-suppressions.xml checkstyle.suppressions.file org.apache.maven.plugins maven-pmd-plugin ${reporting.pmd-plugin.version} 1.6 true utf-8 **/generated/*.java ../src/main/config/dcrules.xml /rulesets/java/basic.xml /rulesets/java/imports.xml /rulesets/java/unusedcode.xml commons-cli commons-cli org.owasp dependency-check-core ${project.parent.version} org.owasp dependency-check-utils ${project.parent.version} org.slf4j slf4j-api ch.qos.logback logback-core ch.qos.logback logback-classic org.apache.ant ant org.apache.ant ant-launcher