Skip to content

Commit

Permalink
no deployment to S3 of rest module
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jun 5, 2013
1 parent e7c2bc1 commit c878393
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions s3auth-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit c878393

Please sign in to comment.