Sanne Grinovero created WFLY-4928:
-------------------------------------
Summary: Feature pack modules are built in the wrong order
Key: WFLY-4928
URL:
https://issues.jboss.org/browse/WFLY-4928
Project: WildFly
Issue Type: Bug
Components: Build System
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Blocker
Fix For: 10.0.0.Alpha6
The Maven module {{feature-pack}} depends on {{servlet-feature-pack}}.
If you're lucky, you will notice this problem with a clean build getting
{noformat}[ERROR] Failed to execute goal on project wildfly-feature-pack: Could not
resolve dependencies for project
org.wildfly:wildfly-feature-pack:pom:10.0.0.Alpha6-SNAPSHOT: Failure to find
org.wildfly:wildfly-servlet-feature-pack:zip:10.0.0.Alpha6-SNAPSHOT in ...{noformat}
The worst is if you don't notice, as you will end up assembling and including the
previous build, and I guess this would lead a release attempt to fail.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)