From c40d60bb964e0a0ee1203b6e51192ad9ccada892 Mon Sep 17 00:00:00 2001 From: 13009 Date: Tue, 18 Jun 2024 12:08:33 +0800 Subject: [PATCH] fix: scanner.sh --- scanner.sh | 6 +----- scfs-api-service-cat/pom.xml | 12 ------------ 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/scanner.sh b/scanner.sh index 188ed48..ac154dd 100644 --- a/scanner.sh +++ b/scanner.sh @@ -1,5 +1 @@ -mvn clean package verify sonar:sonar \ - -Dsonar.projectKey=scfs-api-sdk \ - -Dsonar.projectName=scfs-api-sdk \ - -Dsonar.host.url=http://10.129.135.192:7100 \ - -Dsonar.login=sqp_90e5fb014f985e2c458e46b9239926cfbbd4fffe \ No newline at end of file +mvn clean test verify sonar:sonar -Dsonar.projectKey=scfs-api-sdk -Dsonar.projectName=scfs-api-sdk -Dsonar.host.url=http://10.129.135.192:7100 -Dsonar.login=sqp_90e5fb014f985e2c458e46b9239926cfbbd4fffe \ No newline at end of file diff --git a/scfs-api-service-cat/pom.xml b/scfs-api-service-cat/pom.xml index cafe0d6..cca9206 100644 --- a/scfs-api-service-cat/pom.xml +++ b/scfs-api-service-cat/pom.xml @@ -32,16 +32,4 @@ 2.0.3 - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - -