Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 998 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 998 Bytes

commons-opensource-super-pom

Commons Super POM for Open Source projects. The Super POM contains build configuration that is common to many (sometimes all) modules.

The motivation for its use is to single-source as much of the lightweight, often-used build configuration as possible.

OWASP Dependency Check Plugin

This module includes the OWASP dependency check plugin, which checks the project dependencies for versions with publicly disclosed security vulnerabilities. It is important to keep this plugin up to date, just as it is important to react to its warnings and update vulnerable dependencies.

Usage

Add the following to the top of your project's root or parent pom.xml. Make sure that you specify the latest version:

<parent>
    <groupId>com.bazaarvoice.commons</groupId>
    <artifactId>bv-opensource-super-pom</artifactId>
    <version>1.4</version>
    <relativePath />
</parent>