Skip to content

Commit

Permalink
(#1490) Fix release and sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Nov 3, 2020
1 parent 949ea06 commit b4b6163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ release:
gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg
mvn versions:set "-DnewVersion=${tag}" --settings ../settings.xml
git commit -am "${tag}"
mvn clean deploy -Psonar -Pqulice -Psonatype --errors --settings ../settings.xml
# note: -Pcactoos is needed to have the gpg and sonar secrets injected
mvn clean deploy -Psonar -Pcactoos -Pqulice -Psonatype --errors --settings ../settings.xml
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ The MIT License (MIT)
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>yegor256-github</sonar.organization>
<!-- See issue #1490 -->
<sonar.skip>true</sonar.skip>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit b4b6163

Please sign in to comment.