-
Enhancement
-
Resolution: Done
-
Major
-
2.3.0.Final
-
None
Currently the UserConfiguration references the current users home directory while running tests - it should use the available system property while running tests in order to direct the config dir to a temp location for that test execution:
static final String USER_CONFIG_PATH = "org.jboss.forge.addon.configuration.USER_CONFIG_PATH"; String property = System.getProperty(USER_CONFIG_PATH);