[
http://jira.codehaus.org/browse/MASSEMBLY-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92823
]
Stephane Nicoll commented on MASSEMBLY-194:
-------------------------------------------
To be more specific. What I've encountered always with 2.2-SNAPSHOT was the
following behavior:
com.foo:bar:1.1
\ com.company:something:1.2
\ com.another:blah:1.3
If I have the following config, *all* the dependencies were excluded (knowing
that \ means transitive deps of)
<exclude>com.foo:bar</exclude>
Now, it excludes com.foo:bar but it does not exclude its transitive deps. Am I
right? Is there any way to accomplish this?
> unnecessary dependency expansion regression
> -------------------------------------------
>
> Key: MASSEMBLY-194
> URL: http://jira.codehaus.org/browse/MASSEMBLY-194
> Project: Maven 2.x Assembly Plugin
> Issue Type: Bug
> Affects Versions: 2.2-beta-1
> Reporter: Brett Porter
> Assignee: John Casey
> Fix For: 2.2-beta-1
>
> Attachments: assembly-test.tar.gz
>
>
> See the attached test project. It requires that you've run mvn clean install
> for continuum previously so there is a sizable dependency in the repo to play
> with.
> If you build with assembly 2.1, only the tarball is expanded and included in
> the final distribution (about 27mb)
> With 2.2-beta-1, all the transitive dependencies are also expanded and
> included (about 65mb).
> This is a functionality change, but also consumes a very large amount of
> memory and CPU.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira