[jboss-jira] [JBoss JIRA] (WFLY-4147) WildFly full feature pack references unresolved artifact

Stan Silvert (JIRA) issues at jboss.org
Tue Dec 2 14:26:39 EST 2014


Stan Silvert created WFLY-4147:
----------------------------------

             Summary: WildFly full feature pack references unresolved artifact
                 Key: WFLY-4147
                 URL: https://issues.jboss.org/browse/WFLY-4147
             Project: WildFly
          Issue Type: Bug
          Components: Build System
    Affects Versions: 9.0.0.Alpha1
            Reporter: Stan Silvert
            Assignee: Stuart Douglas


I have a server-provisioning.xml outside of the WildFly build.  It looks like this:
{code:xml}
<server-provisioning xmlns="urn:wildfly:server-provisioning:1.0">
    <feature-packs>
        <feature-pack groupId="org.wildfly" artifactId="wildfly-feature-pack" version="${project.version}"/>
    </feature-packs>
</server-provisioning>
{code}

When I build, I get:
{noformat}
[ERROR] Failed to execute goal org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.0.0.Alpha6:build (server-provisioning) on project wildfly-build: Execution ser
ver-provisioning of goal org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.0.0.Alpha6:build failed: java.lang.RuntimeException: java.lang.RuntimeException: fai
led to resolve artifact org.wildfly:wildfly-client-all:jar:9.0.0.Alpha1: Failure to find org.wildfly:wildfly-client-all:jar:9.0.0.Alpha1 in http://repository.jboss.org/ne
xus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed o
r updates are forced -> [Help 1]
{noformat}
The problem is that wildfly-client-all is not pushed to the Maven repo. This will only work if wildfly-client-all is already in your local repo. 

Looks like wildfly-client-all simply should not be referenced in the feature pack.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list