File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 47
47
# SonarCloud access token should be generated from https://sonarcloud.io/account/security/
48
48
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
49
49
- name : Build and analyze
50
- run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage
50
+ run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage -Pcoverage,sonarfugerit -Dsonar.projectKey=fugerit-org_${github.event.repository.name}
51
51
env :
52
52
# Needed to get some information about the pull request, if any
53
53
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - fj-bom version set to 1.3.1
13
+ - Sonar Cloud Maven Build set to use maven profile sonarfugerit and github environmental variable for sonarKey
14
+
10
15
## [ 8.2.2] - 2023-08-31
11
16
12
17
### Fixed
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-bom</artifactId >
10
- <version >1.2.5 </version >
10
+ <version >1.3.1 </version >
11
11
<relativePath ></relativePath >
12
12
</parent >
13
13
28
28
<javax-rs-api-version >2.1.1</javax-rs-api-version >
29
29
<fj-version >${project.version} </fj-version >
30
30
<awaitility-version >4.2.0</awaitility-version >
31
- <!-- sonar cloud configuration -->
32
- <sonar .host.url>https://sonarcloud.io</sonar .host.url>
33
- <sonar .organization>fugerit-org</sonar .organization>
34
- <sonar .projectKey>fugerit-org_fj-lib</sonar .projectKey>
35
- <sonar .moduleKey>${project.artifactId} </sonar .moduleKey>
36
31
</properties >
37
32
38
33
<licenses >
You can’t perform that action at this time.
0 commit comments