Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then Jetty will also monitor your target/classes directory and your src/main/webapp directory so that if you modify your spring XML, your web.xml or your java code the web application will be restarted, re-creating your Camel routes.

If your unit tests take a while to run, you could miss them out when running your web application via

Code Block

mvn -Dtest=false jetty:run