Explorar el Código

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

Robert Muir hace 10 años
padre
commit
1d302383f2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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>