Olá, estou tentando usar a as tags citadas acima com o servidor wildfly na IDE netbeans, porém eles não funcionam, o Path não é alterado e o wildfly não dá restart, não encontrei na web alguma solução, meu plugin está assim:
org.wildfly.plugins
<artifactId>wildfly-maven-plugin</artifactId>
<version>1.2.0.Final</version>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<webApp>
<contextPath>/loja</contextPath>
</webApp>
</configuration>