https://github.com/bazaarvoice/commons-opensource-super-pom
Commons Super POM for Open Source projects
https://github.com/bazaarvoice/commons-opensource-super-pom
Last synced: about 1 year ago
JSON representation
Commons Super POM for Open Source projects
- Host: GitHub
- URL: https://github.com/bazaarvoice/commons-opensource-super-pom
- Owner: bazaarvoice
- License: apache-2.0
- Created: 2012-06-19T14:23:27.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T14:53:39.000Z (over 3 years ago)
- Last Synced: 2025-02-15T08:31:07.508Z (over 1 year ago)
- Size: 51.8 KB
- Stars: 0
- Watchers: 54
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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][1], 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:
```xml
com.bazaarvoice.commons
bv-opensource-super-pom
1.4
```
[1]: http://mvnrepository.com/artifact/org.owasp/dependency-check-maven