Skip to content

Commit

Permalink
#3: Activate Rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Sep 28, 2018
1 parent 9e4dc49 commit 12c64e9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
architect:
- dgroup

readers:
- "urn:github:1651114"

assets:
settings.xml: "dgroup/mvn-secret-settings#settings.xml"
pubring.gpg: "dgroup/mvn-secret-settings#pubring.gpg"
secring.gpg: "dgroup/mvn-secret-settings#secring.gpg"

merge:
env:
MAVEN_OPTS: "-XX:MaxPermSize=256m -Xmx512m"
script:
- mvn -Pqulice clean package
release:
script: |
mvn versions:set "-DnewVersion=$tag"
git add pom.xml
git commit -am "$tag"
mvn -V -Dgpg.homedir="$HOME" -P qulice,ossrh -s ../settings.xml clean deploy

0 comments on commit 12c64e9

Please sign in to comment.