How to setup SSL with Eclipse's maven-jetty-plugin?
问题 I would like to be able to launch Jetty with SSL using the latest Eclipse maven-jetty-plugin and the keytool-maven-plugin as seen here. However, those two plugins are now quite outdated. Could somebody please illustrate a working example of this using the latest versions of the plugins? Thanks! 回答1: These two plugin definitions should do it :- <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> <version>6.1.26</version> <configuration> <jvmArgs>-Xmx2048m