Skip to content

Commit

Permalink
JENKINS-33113: Re-applying changes to turn off injected tests only fo…
Browse files Browse the repository at this point in the history
…r now until a permanent solution can be found.
  • Loading branch information
Nathan Good committed Feb 23, 2016
1 parent e73c326 commit e665d39
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 e665d39

Please sign in to comment.