opnsense-ports/security/owasp-dependency-check/files/patch-dependency--check--cli-pom.xml
Franco Fichtner c00b67962b */*: sync with upstream
Taken from: HardenedBSD
2018-04-02 15:35:44 +02:00

18 lines
870 B
XML

--- dependency-check-cli/pom.xml.orig 2018-01-29 03:12:27 UTC
+++ dependency-check-cli/pom.xml
@@ -91,7 +91,15 @@ Copyright (c) 2012 - Jeremy Long. All Ri
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
+ <archive>
+ <manifest>
+ <mainClass>org.owasp.dependencycheck.App</mainClass>
+ </manifest>
+ </archive>
<attach>false</attach> <!-- don't install/deploy this archive -->
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
</configuration>
<executions>
<execution>