]
Jason Greene updated WFLY-3596:
-------------------------------
Fix Version/s: 9.0.0.Beta1
(was: 9.0.0.Alpha1)
Running WF from build directory on Windows fails due to unresolved
maven references
-----------------------------------------------------------------------------------
Key: WFLY-3596
URL:
https://issues.jboss.org/browse/WFLY-3596
Project: WildFly
Issue Type: Bug
Components: Build System, Class Loading
Affects Versions: 9.0.0.Alpha1
Reporter: Nicklas Karlsson
Assignee: Tomaz Cerar
Priority: Minor
Fix For: 9.0.0.Beta1
Running WF from the build directory on a Windows host fails due to the clustering
module.xml
<resources>
<artifact
name="org.wildfly:wildfly-clustering-infinispan:9.0.0.Alpha1-SNAPSHOT"/>
</resources>
in the dist directory the section is correctly resolved as
<resources>
<resource-root
path="wildfly-clustering-infinispan-9.0.0.Alpha1-SNAPSHOT.jar"/>
</resources>
and WF can be run from there