Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from eo-cqrs/rult
Browse files Browse the repository at this point in the history
release profile
  • Loading branch information
Aliaksei Bialiauski authored Dec 6, 2023
2 parents 568f14d + caa5187 commit 76c4bdd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assets:
pubring.gpg: eo-cqrs/eo-cqrs-secrets#assets/pubring.gpg
merge:
script: |-
mvn clean install -Pqulice-profile -Pqulice --errors --batch-mode
mvn clean install -Pqulice --errors --batch-mode
release:
pre: false
sensitive:
Expand All @@ -17,5 +17,4 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml
mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml
mvn clean deploy -Prelease --errors --settings ../settings.xml

0 comments on commit 76c4bdd

Please sign in to comment.