Skip to content

Commit

Permalink
yegor256#8 Re-added ssl plugin config to s3auth-relay/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiranda committed Jun 26, 2014
1 parent af9a44e commit 4f36dcc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions s3auth-relay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-ssl-maven-plugin</artifactId>
<version>0.7.22</version>
<executions>
<execution>
<goals>
<goal>keygen</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit 4f36dcc

Please sign in to comment.