Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T14:53:39.000Z (about 2 years ago)
- Last Synced: 2024-11-05T18:17:45.781Z (2 months ago)
- Size: 51.8 KB
- Stars: 0
- Watchers: 54
- Forks: 12
- Open Issues: 3
-
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