Hello Maven Users,
My question is related to the maven jetty plugin with the goal
jetty:run. I'm trying to use this plugin to cut down the
build/test/change cycle time.
However, when I try to use
MyClass.class.getClassLoader().getResourceAsStream("foo.bar"), it
tries to load foo.bar from src/main/webapp/WEB-INF/classes instead of
from src/main/resources. This method works fine when I use
jetty:run-war. I was hoping to use jetty:run's hot deployment features
to speed up development without resorting to mvn package commands. Any
tips?
While we're on the topic, I would also like to know how to enable JPDA
on the jetty server for debugging the application while running. Your
help will be greatly appreciated.
--
Regards,
Shalin Shekhar Mangar.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]