[jboss-jira] [JBoss JIRA] (WFBUILD-2) Implement feature pack filtering

Stuart Douglas (JIRA) issues at jboss.org
Wed Sep 3 19:50:00 EDT 2014


    [ https://issues.jboss.org/browse/WFBUILD-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998611#comment-12998611 ] 

Stuart Douglas commented on WFBUILD-2:
--------------------------------------

This should be specified in the provisioning file when you specify the feature packs you want. For for example you can effective say 'give me wildfly-web, plus the JCA subsytem from wildfly-full'.

Something like:

{code}
    <feature-packs>
        <artifact groupId="org.wildfly" artifactId="wildfly-web" version="${project.version}"/>
        <artifact groupId="org.wildfly" artifactId="wildfly-feature-pack" version="${project.version}">
          <subsystems>
            <subsystem name="jca" />
          </subsytems>
        </artifact>
    </feature-packs>
{code}

> Implement feature pack filtering
> --------------------------------
>
>                 Key: WFBUILD-2
>                 URL: https://issues.jboss.org/browse/WFBUILD-2
>             Project: WildFly Build Tools
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>            Reporter: Stuart Douglas
>            Assignee: Eduardo Martins
>
> It should be possible to provision a server with only a subset of the modules required by a feature pack. For instance a user may wish to take the wildfly-web feature pack, and then add just the JPA component of the full server. It should be possible to specify this in the provisioning file, and all transient dependencies should also be included. 



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list