diff options
-rw-r--r-- | oparent/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index 283a6c3..0f816ec 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -48,6 +48,26 @@ </properties> <profiles> <profile> + <id>cve</id> + <build> + <plugins> + <plugin> + <groupId>org.owasp</groupId> + <artifactId>dependency-check-maven</artifactId> + <version>5.3.2</version> + <executions> + <execution> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + + <profile> <id>generate-json</id> <activation> <file> |