Skip to content

Commit

Permalink
Merge pull request #26 from nathanagood/master
Browse files Browse the repository at this point in the history
JENKINS-33113: Turning off injected tests for now until a permanent solution can be found.
  • Loading branch information
nathanagood committed Feb 23, 2016
2 parents eeb2c14 + e665d39 commit 8e9cb63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -95,6 +95,13 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<configuration>
<disabledTestInjection>true</disabledTestInjection>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 8e9cb63

Please sign in to comment.