Skip to content

Commit

Permalink
add maven-deploy-plugin to dependency list explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Aug 13, 2015
1 parent d07e788 commit 762e99f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.6</version>
<configuration>
Expand Down

0 comments on commit 762e99f

Please sign in to comment.