We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971ca1e commit b7b8f08Copy full SHA for b7b8f08
.rultor.yml
@@ -0,0 +1,19 @@
1
+assets:
2
+ settings.xml: "yegor256/home#assets/sttc/settings.xml"
3
+ pubring.gpg: "yegor256/home#assets/pubring.gpg"
4
+ secring.gpg: "yegor256/home#assets/secring.gpg"
5
+
6
+merge:
7
+ script:
8
+ - "mvn clean install -Pqulice --errors --settings ../settings.xml"
9
10
+deploy:
11
12
+ - "mvn clean deploy -Ppdd -Pqulice --errors --settings ../settings.xml"
13
14
+release:
15
16
+ - "mvn versions:set \"-DnewVersion=${tag}\""
17
+ - "git commit -am \"${tag}\""
18
+ - "mvn clean deploy -Pqulice -Psonatype -Psttc --errors --settings ../settings.xml"
19
+ - "mvn clean site-deploy -Psite -Prempl --errors --settings ../settings.xml"
0 commit comments