Skip to content

Commit 24ca517

Browse files
committed
simplified the build switchs for ruby client
1 parent 251d272 commit 24ca517

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>
@@ -14,7 +14,6 @@
1414

1515
<properties>
1616
<skipRubyRelease>true</skipRubyRelease>
17-
<skipRubyBuild>false</skipRubyBuild>
1817
</properties>
1918

2019
<build>
@@ -59,7 +58,6 @@
5958
<goal>exec</goal>
6059
</goals>
6160
<configuration>
62-
<skip>${skipRubyBuild}</skip>
6361
<executable>bundle</executable>
6462
<arguments>
6563
<argument>install</argument>
@@ -78,7 +76,7 @@
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>

0 commit comments

Comments
 (0)