Versions Compared

Key

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

...

Code Block
mvn clean jetty:run-exploded -Pdebug-cargo-examples -Dmaven.test.skip=true

debug-cargo-examples is the name of the profile which is used in the example mentioned at the beginning of this page.

and afterwards it's possible to run the JUnit test in your IDE (in the debug-mode).