Skip to content

Commit

Permalink
Workaround for INFRA-588
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Springett authored and Steve Springett committed Mar 6, 2016
1 parent b6dd36f commit 529e11f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Expand Up @@ -78,6 +78,21 @@
<goals>deploy</goals>
</configuration>
</plugin>
<!-- Begin fix for https://issues.jenkins-ci.org/browse/INFRA-588 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.6</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<version>2.10</version>
<type>jar</type>
</dependency>
</dependencies>
</plugin>
<!-- End fix -->
</plugins>
</build>

Expand Down

0 comments on commit 529e11f

Please sign in to comment.