Skip to content

Commit b109855

Browse files
committed
#711: Refactor build and deploy profiles in .rultor.yml.
1 parent fb67c56 commit b109855

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
@@ -14,13 +14,13 @@ install: |
1414
pdd --file=/dev/null
1515
merge:
1616
script: |
17-
mvn clean install -P!hone -Pqulice --errors -Dstyle.color=never
17+
mvn clean install -P!hone,qulice --errors -Dstyle.color=never
1818
release:
1919
pre: false
2020
script: |-
2121
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
2222
mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
2323
git commit -am "${tag}"
24-
mvn clean install -Dinvoker.skip
24+
mvn clean install -P!hone -Dinvoker.skip
2525
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
26-
mvn clean deploy -P!hone -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never
26+
mvn clean deploy -P!hone,objectionary,sonatype --errors --settings ../settings.xml -Dstyle.color=never

0 commit comments

Comments
 (0)