File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache .org/POM/4.0.0 " xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance " xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance " xmlns =" http://maven.apache .org/POM/4.0.0 " xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <parent >
44 <groupId >org.mock-server</groupId >
55 <artifactId >mockserver</artifactId >
1414
1515 <properties >
1616 <skipRubyRelease >true</skipRubyRelease >
17- <skipRubyBuild >false</skipRubyBuild >
1817 </properties >
1918
2019 <build >
5958 <goal >exec</goal >
6059 </goals >
6160 <configuration >
62- <skip >${skipRubyBuild} </skip >
6361 <executable >bundle</executable >
6462 <arguments >
6563 <argument >install</argument >
7876 <goal >exec</goal >
7977 </goals >
8078 <configuration >
81- <skip >${skipRubyBuild } </skip >
79+ <skip >${skipTests } </skip >
8280 <executable >bundle</executable >
8381 <arguments >
8482 <argument >exec</argument >
You can’t perform that action at this time.
0 commit comments