[
https://issues.apache.org/jira/browse/MASSEMBLY-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16727396#comment-16727396
]
Enrico Olivelli edited comment on MASSEMBLY-861 at 12/22/18 12:51 PM:
----------------------------------------------------------------------
I was trying to write an it for this problem and I found that on current master
it has already been fixed.
This is actually a duplicate of MASSEMBLY-675 fixed by [~gboue]
I have created a new more simple (IMHO) IT than the one of MASSEMBLY-675.
I don't know if it worth to keep this new test or simply close this ticket as a
duplicate.
This is my patch:
https://github.com/apache/maven-assembly-plugin/tree/MASSEMBLY-861
was (Author: eolivelli):
I was trying to write an it for this problem and I found that on current master
it has already been fixed.
This is actually a duplicate of MASSEMBLY-675.
I have created a new more simple (IMHO) IT than the one of MASSEMBLY-675.
I don't know if it worth to keep this new test or simply close this ticket as a
duplicate.
> exclusion * also packaged
> -------------------------
>
> Key: MASSEMBLY-861
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-861
> Project: Maven Assembly Plugin
> Issue Type: Bug
> Reporter: dennis lucero
> Assignee: Enrico Olivelli
> Priority: Major
>
> like :
> 1、parent pom.xml
> <exclusion>
> <groupId>org.apache.curator</groupId>
> <artifactId>*</artifactId>
> </exclusion>
> 2、pom.xml inherit parent
> package it , "curator" also packaged
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)