Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
Jenkins deployment bug fix according to
Browse files Browse the repository at this point in the history
  • Loading branch information
annarozin committed Jun 9, 2016
1 parent 435103f commit 1c7bbd3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Expand Up @@ -78,6 +78,8 @@
<properties>
<jenkins.version>1.466</jenkins.version>
<agent.version>2.3.0</agent.version>
<maven-deploy-plugin.version>2.6</maven-deploy-plugin.version>
<wagon-http.version>2.10</wagon-http.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -131,6 +133,21 @@
<goals>deploy</goals>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<version>${wagon-http.version}</version>
<type>jar</type>
</dependency>
</dependencies>
</plugin>

</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 1c7bbd3

Please sign in to comment.