[teiid-issues] [JBoss JIRA] (TEIID-3656) Maven assembly plugin moduleSet includeDependencies set to true scope too large

Kylin Soong (JIRA) issues at jboss.org
Fri Aug 28 03:57:05 EDT 2015


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

Kylin Soong commented on TEIID-3656:
------------------------------------

If add another module in future like
{code}
   <moduleSet>

        <includes>
            <include>org.jboss.teiid:{future-add}</include>
        </includes>

        <binaries>
            <includeDependencies>true</includeDependencies>
{code}
teiid-jboss-integration socpe including it, all new module's dependency will be copy to teiid-jboss-integration.

In other wards, one dist.xml file only allow one module with including dependencies to true.

> Maven assembly plugin moduleSet includeDependencies set to true scope too large
> -------------------------------------------------------------------------------
>
>                 Key: TEIID-3656
>                 URL: https://issues.jboss.org/browse/TEIID-3656
>             Project: Teiid
>          Issue Type: Quality Risk
>          Components: Build/Kits
>    Affects Versions: 8.12
>            Reporter: Kylin Soong
>
> The assembly plugin moduleSet includeDependencies configuration under "build/assembly/jboss-as7/dist.xml":
> {code}
>    <moduleSet>
>         <includeSubModules>true</includeSubModules>
>         <useAllReactorProjects>true</useAllReactorProjects>
>         <includes>
>             <include>org.jboss.teiid:teiid-jboss-integration</include>
>         </includes>
>         <binaries>
>             <includeDependencies>true</includeDependencies>
> {code}
> the scope of this setting(includeDependencies is true,) is to large, it scope to all modules.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the teiid-issues mailing list