summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-06-12 07:17:23 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-06-12 07:17:23 +0200
commit2566ca181ff46eaa23c5c94baf9f2a81f1a9287f (patch)
tree73a5302c9cc3401c8e900fc4679e2e6d92ebec84
parent60317229269fa1764b5ff261dd42384c80d66161 (diff)
downloadEAAF-Components-2566ca181ff46eaa23c5c94baf9f2a81f1a9287f.tar.gz
EAAF-Components-2566ca181ff46eaa23c5c94baf9f2a81f1a9287f.tar.bz2
EAAF-Components-2566ca181ff46eaa23c5c94baf9f2a81f1a9287f.zip
add dependency-checker plugin
-rw-r--r--pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index eb1dc94d..e172ba08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@
<maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
<maven-pmd-plugin.version>3.12.0</maven-pmd-plugin.version>
<spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version>
+ <dependency-check-maven.version>5.3.2</dependency-check-maven.version>
<license.outputDirectory>${project.build.directory}/thirdparty_licenses</license.outputDirectory>
<pmw_rules_location>https://apps.egiz.gv.at/checkstyle/egiz_pmd_checks.xml</pmw_rules_location>
@@ -174,6 +175,25 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>owasp-dependency-check</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.owasp</groupId>
+ <artifactId>dependency-check-maven</artifactId>
+ <version>${dependency-check-maven.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
<modules>