Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-33113: Updated plugin to skip injected tests, only for now un…
…til a permanent solution can be found.
  • Loading branch information
Nathan Good committed Feb 23, 2016
1 parent bc5b0f3 commit 269ea85
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -95,7 +95,14 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
</plugin>
</plugins>
<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 269ea85

Please sign in to comment.