-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
In WFMP-295 when resolving the provisioningDir is resolved differently. It's now resolved with Path.of(project.getBuild().getDirectory(), provisioningDir)}. However, that leads to fully qualified paths being resolved incorrectly. Previously this worked and it should work again. Using {{Path.of(project.getBuild().getDirectory()).resolve(provisioningDir) seems to resolve the issue.
- is caused by
-
WFMP-295 jboss-as.home user property is not applied using wildfly:dev
-
- Resolved
-