]
Ramesh Reddy commented on TEIID-3656:
-------------------------------------
I believe that is the assumption we built with.
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.