Skip to content

Commit c73f747

Browse files
authored
Merge pull request #1379 from fabriciofx/1378
#1378: Remove maven colors and put in batch mode when using rultor
2 parents ae764a0 + edf9486 commit c73f747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.rultor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install: |
1212
pdd --file=/dev/null
1313
merge:
1414
script: |-
15-
mvn clean install -Pqulice-profile -Pqulice --errors --batch-mode
15+
mvn clean install -Pqulice-profile -Pqulice --errors --batch-mode -Dstyle.color=never
1616
release:
1717
pre: false
1818
sensitive:
@@ -21,5 +21,5 @@ release:
2121
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
2222
mvn versions:set "-DnewVersion=${tag}"
2323
git commit -am "${tag}"
24-
mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml
25-
mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml
24+
mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml --batch-mode -Dstyle.color=never
25+
mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml --batch-mode -Dstyle.color=never

0 commit comments

Comments
 (0)