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 7e51438 commit c133381
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions pom.xml
Expand Up @@ -79,6 +79,8 @@
<jenkins.version>1.466</jenkins.version>
<agent.version>2.3.0</agent.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-release-plugin.version>2.5.1</maven-release-plugin.version>
<maven-hpi-plugin.version>1.112</maven-hpi-plugin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -115,10 +117,18 @@
<pluginFirstClassLoader>true</pluginFirstClassLoader>
</configuration>
</plugin>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-release-plugin</artifactId>-->
<!--<version>2.5.3</version>-->
<!--</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>
<pluginManagement>
Expand Down

0 comments on commit c133381

Please sign in to comment.