-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.rultor.yml
37 lines (36 loc) · 1017 Bytes
/
.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
architect:
suseika
decrypt:
settings.xml: "repo/settings.xml.asc"
pubring.gpg: "repo/pubring.gpg.asc"
secring.gpg: "repo/secring.gpg.asc"
docker:
image: "maven:3.2.5-jdk-8"
merge:
script: |
export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
export LANG=C.UTF8
export LANGUAGE=C.UTF8
export LC_ALL=C.UTF8
mvn clean install -Pcobertura -Pqulice
mvn clean
release:
script: |
export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
export LANG=C.UTF8
export LANGUAGE=C.UTF8
export LC_ALL=C.UTF8
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy --settings /home/r/settings.xml -Psonatype -Pjcabi-gpg -Prultor-decrypt -Pcobertura -Pqulice
commanders:
- suseika
deploy:
script: |-
export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
export LANG=C.UTF8
export LANGUAGE=C.UTF8
export LC_ALL=C.UTF8
mvn clean deploy --settings /home/r/settings.xml -Psonatype -Pjcabi-gpg -Pcobertura -Pqulice
commanders:
- suseika