Skip to content

Commit

Permalink
Do not run ITs in Bolt by default
Browse files Browse the repository at this point in the history
ITs should be run when -DrunITs is specified like for all the other
modules.
  • Loading branch information
davidegrohmann committed Aug 18, 2016
1 parent 7f19e7e commit a189eb9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions community/bolt/pom.xml
Expand Up @@ -111,22 +111,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>

0 comments on commit a189eb9

Please sign in to comment.