Skip to content

Commit

Permalink
add Sonar properties to parent pom.xml #9846
Browse files Browse the repository at this point in the history
These properties were required to run this:

export SONAR_TOKEN=xxxx
mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=IQSS_dataverse
  • Loading branch information
pdurbin committed Aug 29, 2023
1 parent cf6e34a commit 33f0c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@

<!-- Container related -->
<fabric8-dmp.version>0.43.0</fabric8-dmp.version>

<!-- Sonar -->
<sonar.organization>iqss</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>

<pluginRepositories>
Expand Down

0 comments on commit 33f0c6d

Please sign in to comment.