Last active
August 16, 2017 05:13
-
-
Save sskjames/cf70b961587108a1e79d1cd4ffe6c824 to your computer and use it in GitHub Desktop.
HotSwapAgent configuration for a Multi Module Apache Wicket project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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