Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #28 from rwegmann/JENKINS-4861
JENKINS-4861: Fix post-build deployment of Maven artifacts with scpexe-type repository
  • Loading branch information
olamy committed Aug 25, 2014
2 parents 4d1f9cc + 7f6145d commit c074ac3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Expand Up @@ -61,6 +61,20 @@ THE SOFTWARE.
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>

<dependencyManagement>
<dependencies>
<!-- Newer version of plexus-utils is required for artifact deployment to
work using scpexe wagon (see JENKINS-4861). This may be removed when
the effective version of the transitive plexus-utils dependency is 3.0.16+. -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.17</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit c074ac3

Please sign in to comment.