<div dir="ltr">So I had a quick look into this and I can&#39;t replicate the same problem but something does appear to be screwy with the plugin.<div><br></div><div>This commit <a href="https://github.com/wildfly/wildfly-build-tools/commit/91a076d5e58cebfbd4f734afd6d17b150123c3b1#diff-151a2d1d08d798fdc36537eb125fdbe7R121">https://github.com/wildfly/wildfly-build-tools/commit/91a076d5e58cebfbd4f734afd6d17b150123c3b1#diff-151a2d1d08d798fdc36537eb125fdbe7R121</a> seems to have introduced an issue that I did not notice where the maven plugin will take versions out of the maven project, instead of using the correct versions from the feature pack. This means that if your project has any dependencies that are shared with Wildfly but a different version you will end up using these versions instead and provisioning a broken server config. </div><div><br></div><div>I am not sure if this is the same issue though, can you try with version 1.2.0 of the plugin and see what you get?</div><div><br></div><div>Stuart</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 15, 2018 at 11:10 AM, Sanne Grinovero <span dir="ltr">&lt;<a href="mailto:sanne@hibernate.org" target="_blank">sanne@hibernate.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I&#39;m attempting to provision an instance of WildFly 11.0.0.Final (full)<br>
to run integration tests using the<br>
`wildfly-server-provisioning-<wbr>maven-plugin`, but I&#39;m getting the<br>
following error:<br>
<br>
[ERROR] Failed to execute goal<br>
org.wildfly.build:wildfly-<wbr>server-provisioning-maven-<wbr>plugin:1.2.4.Final:build<br>
(server-provisioning-node1) on project<br>
hibernate-search-<wbr>integrationtest-wildfly: Execution<br>
server-provisioning-node1 of goal<br>
org.wildfly.build:wildfly-<wbr>server-provisioning-maven-<wbr>plugin:1.2.4.Final:build<br>
failed: java.lang.RuntimeException: java.lang.RuntimeException: Failed<br>
to process feature pack<br>
/home/sanne/.m2/repository/<wbr>org/wildfly/wildfly-feature-<wbr>pack/11.0.0.Final/wildfly-<wbr>feature-pack-11.0.0.Final.zip<br>
modules: Could not extract resources from<br>
org.apache.cxf:cxf-rt-ws-<wbr>security?jandex: Failed to resolve<br>
expression: ${org.apache.cxf:cxf-rt-ws-<wbr>security?jandex}<br>
<br>
Checking the content, one can see:<br>
<br>
# module org.apache.cxf.ws-security contains:<br>
<br>
    &lt;resources&gt;<br>
        &lt;artifact name=&quot;${org.apache.cxf:cxf-rt-<wbr>ws-security?jandex}&quot;/&gt;<br>
    &lt;/resources&gt;<br>
<br>
# module org.apache.cxf.impl:<br>
<br>
   &lt;resources&gt;<br>
        &lt;artifact name=&quot;${org.apache.cxf:cxf-rt-<wbr>security?jandex}&quot;/&gt;<br>
        ...<br>
<br>
I assume this &quot;?jandex&quot; string is not intentional?<br>
<br>
Thanks,<br>
Sanne<br>
______________________________<wbr>_________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/wildfly-dev</a><br>
</blockquote></div><br></div>