mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-01 23:35:29 +00:00
changed sonar configuration
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: sonar-scanner
|
run: sonar-scanner
|
||||||
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
|
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
|
||||||
-Dsonar.organization=abstracto
|
-Dsonar.organization=sheldan
|
||||||
-Dsonar.host.url=https://sonarcloud.io/
|
-Dsonar.host.url=https://sonarcloud.io/
|
||||||
-Dsonar.projectKey=abstracto-core
|
-Dsonar.projectKey=abstracto-abstracto
|
||||||
|
-Dsonar.java.binaries=**/target/classes
|
||||||
|
|||||||
@@ -24,6 +24,24 @@
|
|||||||
<module>documentation</module>
|
<module>documentation</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.jacoco</groupId>
|
||||||
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>prepare-agent</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
|
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user