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

Kylin Soong (JIRA) issues at jboss.org
Thu Aug 27 05:16:42 EDT 2015


Kylin Soong created TEIID-3656:
----------------------------------

             Summary: 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