OODT-957 add maven dependency check plugin for potential CVE detection
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/87910318 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/87910318 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/87910318 Branch: refs/heads/development Commit: 87910318d72575ff2495bf47afde6e8e4d29f614 Parents: 7443a7c Author: Tom Barber <[email protected]> Authored: Tue Sep 12 08:50:51 2017 +0100 Committer: Tom Barber <[email protected]> Committed: Tue Sep 12 08:50:51 2017 +0100 ---------------------------------------------------------------------- core/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/87910318/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index bd13609..c01ef9f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -569,6 +569,17 @@ mm </configuration> </plugin> <plugin> + <groupId>org.owasp</groupId> + <artifactId>dependency-check-maven</artifactId> + <executions> + <execution> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive>
