Files
DependencyCheck/cov-scan.bat
2016-09-06 08:48:40 -04:00

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\*