I'm trying to use Jetty in a Netbeans Maven Web Project (instead of Glassfish or Tomcat). I've managed to get running and debugging to work as follows:
Add the plugin to pom.xml:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.4.4.v20110707</version>
<configuration>
<scanIntervalSeconds>5</scanIntervalSeconds>
</configuration>
</plugin>
Project Properties -> Run -> Server -> <No Server Selected>
jetty:run
jetty:run
, add jpda.listen=maven
to Set PropertiesAny ideas on how to get the "Profile Project" action to work?
It seems this isn't supported yet: https://netbeans.org/bugzilla/show_bug.cgi?id=200771
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With