Skip to content

Commit

Permalink
For #1346: added cactoos profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed May 5, 2020
1 parent b0bae7b commit 1e8f4d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ release:
[[ "${tag}" =~ ^[0-9]+(\.[0-9]+)*$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Psonar -Pqulice -Psonatype --errors --settings ../settings.xml
mvn clean deploy -P cactoos -Psonar -Pqulice -Psonatype --errors --settings ../settings.xml
rm settings.xml
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@ The MIT License (MIT)
</profile>
<profile>
<id>sonar</id>
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>yegor256-github</sonar.organization>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 1e8f4d0

Please sign in to comment.