File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 120120
121121 <!-- additional plugins not defined in parent -->
122122 <dep .plugin.sortpom.version>4.0.0</dep .plugin.sortpom.version>
123- <dep .plugin.sonar.version>5.5.0.6356</dep .plugin.sonar.version>
124123 <dep .plugin.cyclonedx.version>2.9.2</dep .plugin.cyclonedx.version>
125124 <dep .plugin.versions.version>2.21.0</dep .plugin.versions.version>
126125
507506 </distributionManagement >
508507 </profile >
509508
510- <profile >
511- <!-- mvn verify -P sonarcloud -->
512- <id >sonarcloud</id >
513- <activation >
514- <activeByDefault >false</activeByDefault >
515- </activation >
516- <properties >
517- <sonar .skip>false</sonar .skip>
518- <sonar .host.url>https://sonarcloud.io</sonar .host.url>
519- <sonar .organization>${developerId} </sonar .organization>
520- <sonar .projectKey>${project.groupId} :${project.artifactId} </sonar .projectKey>
521-
522- <!-- sonar.token>YOUR_TOKEN_HERE</sonar.token -->
523-
524- <basepom .test.skip>true</basepom .test.skip>
525- <basepom .check.skip-all>true</basepom .check.skip-all>
526- </properties >
527- <build >
528- <plugins >
529- <plugin >
530- <groupId >org.sonarsource.scanner.maven</groupId >
531- <artifactId >sonar-maven-plugin</artifactId >
532- <version >${dep.plugin.sonar.version} </version >
533- <executions >
534- <execution >
535- <id >sonar-verify</id >
536- <goals >
537- <goal >sonar</goal >
538- </goals >
539- <phase >verify</phase >
540- </execution >
541- </executions >
542- </plugin >
543- </plugins >
544- </build >
545- </profile >
546-
547509 <profile >
548510 <id >add-sonatype-snapshots-repo</id >
549511 <activation >
You can’t perform that action at this time.
0 commit comments