Skip to content

Instantly share code, notes, and snippets.

@sskjames
Last active August 16, 2017 05:13
Show Gist options
  • Save sskjames/cf70b961587108a1e79d1cd4ffe6c824 to your computer and use it in GitHub Desktop.
Save sskjames/cf70b961587108a1e79d1cd4ffe6c824 to your computer and use it in GitHub Desktop.
HotSwapAgent configuration for a Multi Module Apache Wicket project
extraClasspath=${myproject.rootDir}/module1/target/classes;\
${myproject.rootDir}/module1/src/main/resources/web;\
${myproject.rootDir}/module2/target/classes;\
${myproject.rootDir}/module2/src/main/resources/web;\
${myproject.rootDir}/module3/target/classes;\
${myproject.rootDir}/module3/src/main/resources/web;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment