瀏覽代碼

Don't try to verify if we are skipping integ tests (e.g. don't have any, explicitly disabled, etc)

Robert Muir 10 年之前
父節點
當前提交
1d302383f2
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pom.xml

+ 3 - 0
pom.xml

@@ -751,6 +751,9 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-failsafe-plugin</artifactId>
                     <version>2.18.1</version>
+                    <configuration>
+                        <skip>${skip.integ.tests}</skip>
+                    </configuration>
                     <executions>
                         <execution>
                             <id>verify</id>