forked from jcabi/jcabi-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rultor.yml
41 lines (41 loc) · 1.12 KB
/
.rultor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
architect:
- yegor256
- dmarkov
install:
- sudo gem install pdd -v 0.20.5
assets:
secring.gpg: yegor256/home#assets/secring.gpg
settings.xml: yegor256/home#assets/jcabi/settings.xml
pubring.gpg: yegor256/home#assets/pubring.gpg
s3cfg: yegor256/home#assets/s3cfg
merge:
script: |-
mvn clean install -Pqulice --errors --settings ../settings.xml
mvn clean
pdd --source=$(pwd) --verbose --file=/dev/null
commanders:
- carlosmiranda
- darkled
- dmzaytsev
- ggajos
- hdouss
- krzyk
- longtimeago
- mkordas
- pinaf
deploy:
script: |-
mvn clean deploy -Pqulice --errors --settings ../settings.xml
mvn clean
pdd --source=$(pwd) --verbose --file=jcabi-maven-plugin.xml
s3cmd --no-progress put jcabi-maven-plugin.xml --config=../s3cfg s3://pdd.teamed.io/jcabi-maven-plugin.xml
env:
MAVEN_OPTS: -XX:MaxPermSize=256m -Xmx1g
release:
script: |-
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors --settings ../settings.xml
commanders:
- yegor256