[
https://issues.jboss.org/browse/WFBUILD-12?page=com.atlassian.jira.plugin...
]
Ken Wills commented on WFBUILD-12:
----------------------------------
FWIW, this does occur with maven-3.3 and above, but works fine with maven-3.2.3. With
3.3+, changing the feature pack package type to JAR allows builld & test to run, but
obviously doesn't include the plugin.xml.
So it looks to me like an issue with the maven plugin builder.
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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)