diff options
Diffstat (limited to 'cmso-sonar/docker/integration/cmso-service')
-rwxr-xr-x | cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh b/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh index 6bd100f..01285a0 100755 --- a/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh +++ b/cmso-sonar/docker/integration/cmso-service/etc/startJacocoService.sh @@ -2,7 +2,7 @@ apt update apt install wget apt install unzip --assume-yes -wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.jar +wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.jar --no-check-certificate unzip org.jacoco.agent-0.8.5.jar cp org.jacoco.agent-0.8.5/jacocoagent.jar . ls -l |