Uploaded image for project: 'WildFly Maven Plugin'
  1. WildFly Maven Plugin
  2. WFMP-301

WFMP-295 changed the way the provisioning directory was resolved

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 5.1.4.Final
    • 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.

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: