File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install xvfb
24
24
run : sudo apt-get install xvfb
25
25
- name : Build with Maven
26
- run : xvfb-run mvn clean verify
26
+ with :
27
+ args : xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
28
+ env :
29
+ GITHUB_TOKEN : ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
30
+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 54
54
<annotation-api .version>1.3.2</annotation-api .version>
55
55
<system-rules .version>1.19.0</system-rules .version>
56
56
<urm .version>1.4.8</urm .version>
57
+ <!-- SonarCloud -->
58
+ <sonar .host.url>https://sonarcloud.io</sonar .host.url>
59
+ <sonar .organization>iluwatar</sonar .organization>
60
+ <sonar .projectKey>iluwatar_java-design-patterns</sonar .projectKey>
61
+ <sonar .projectName>Java Design Patterns</sonar .projectName>
57
62
</properties >
58
63
<modules >
59
64
<module >abstract-factory</module >
400
405
</execution >
401
406
</executions >
402
407
</plugin >
408
+ <plugin >
409
+ <groupId >org.sonarsource.scanner.maven</groupId >
410
+ <artifactId >sonar-maven-plugin</artifactId >
411
+ <version >3.7.0.1746</version >
412
+ </plugin >
403
413
</plugins >
404
414
</pluginManagement >
405
415
You can’t perform that action at this time.
0 commit comments