fix: scanner.sh
parent
6bc707539d
commit
c40d60bb96
|
|
@ -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
|
||||
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
|
||||
|
|
@ -32,16 +32,4 @@
|
|||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue