We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4c53a commit 1609d21Copy full SHA for 1609d21
1 file changed
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>io.cdap.plugin</groupId>
22
<artifactId>google-cloud</artifactId>
23
- <version>0.23.7</version>
+ <version>0.23.8-SNAPSHOT</version>
24
<name>Google Cloud Plugins</name>
25
<packaging>jar</packaging>
26
<description>Plugins for Google Big Query</description>
@@ -1165,7 +1165,8 @@
1165
<execution>
1166
<goals>
1167
<goal>integration-test</goal>
1168
- <goal>verify</goal>
+ <!-- Commented out verify goal to allow Cucumber reports to generate correctly even when tests fail -->
1169
+ <!-- <goal>verify</goal> -->
1170
</goals>
1171
</execution>
1172
</executions>
0 commit comments