]
Tomaz Cerar commented on WFBUILD-12:
------------------------------------
but if you run mvn clean before other tasks.
like mvn clean test, does it work?
mvn test fails with 'Failed to process feature pack'
----------------------------------------------------
Key: WFBUILD-12
URL:
https://issues.jboss.org/browse/WFBUILD-12
Project: WildFly Build Tools
Issue Type: Bug
Reporter: Stian Thorgersen
Assignee: Stuart Douglas
Running 'mvn test' on [
wildfly|https://github.com/wildfly/wildfly] fails with:
{code}
[ERROR] Failed to execute goal
org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.1.0.Beta1:build
(server-provisioning) on project wildfly-build: Execution server-provisioning of goal
org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.1.0.Beta1:build failed:
java.lang.RuntimeException: java.lang.RuntimeException: Failed to process feature pack
/home/st/.m2/repository/org/wildfly/wildfly-feature-pack/10.0.0.Alpha6-SNAPSHOT/wildfly-feature-pack-10.0.0.Alpha6-SNAPSHOT.zip
modules: Could not extract resources from org.wildfly:wildfly-embedded:
/home/st/tmp/wildfly/embedded/target/classes (Is a directory) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
{code}