Skip to content

Commit

Permalink
commented out ssl/keygen
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeeples committed Aug 13, 2014
1 parent 0f955f0 commit c1ea3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/jboss-fuse-websocket-demo/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</plugin>

<!-- SSL Key generator -->
<plugin>
<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>keytool-maven-plugin</artifactId>
<version>1.1</version>
Expand Down Expand Up @@ -66,7 +66,7 @@
<alias>jetty-ws</alias>
<keyalg>RSA</keyalg>
</configuration>
</plugin>
</plugin> -->

<!-- Jetty Server -->
<plugin>
Expand Down

0 comments on commit c1ea3dc

Please sign in to comment.