mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
5 lines
150 B
Batchfile
5 lines
150 B
Batchfile
@REM see https://scan.coverity.com/download?tab=java
|
|
cov-build --dir cov-int mvn -DskipTests=true package
|
|
|
|
7z a target\dependency-check.zip cov-int\*
|