Skip to content

Commit dc4036f

Browse files
committed
As rultor uses a special Maven home directory, we skip the integration tests on rultor here - since rultor can't find the cxf-spring-boot-starter-maven-plugin-x.y.z.RELEASE.jar from the previous module build
1 parent c009a07 commit dc4036f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ release:
88
script: |
99
mvn versions:set "-DnewVersion=${tag}"
1010
git commit -am "${tag}"
11-
mvn clean deploy -P central-deploy --settings /home/r/settings.xml -P cxf-spring-boot-starter-maven-plugin
11+
mvn clean deploy -P central-deploy --settings /home/r/settings.xml -P cxf-spring-boot-starter-maven-plugin --projects cxf-spring-boot-starter-maven-plugin

0 commit comments

Comments
 (0)