I would like to use ssl / https as described in
http://docs.codehaus.org/display/JETTY/How+to+configure+SSL
using jetty-maven-plugin, but I don\'t know how t
In case you are get this error using Pascal's solution:-
Could not find goal 'genkey' in plugin org.codehaus.mojo:keytool-maven-plugin:1.3
The plugin definition should look like :-
org.codehaus.mojo
keytool-maven-plugin
1.3
generate-resources
clean
clean
generate-resources
genkey
generateKeyPair
${project.build.directory}/jetty-ssl.keystore
cn=my.hostname.tld
jetty6
jetty6
jetty6
RSA