Hi

Could you clarify me the logic used in the plugin configuration used in
our bundles project? The plugin should include the given artifact
configured by


<artifactSet>
    <includes>
        <include>${pkgGroupId}:${pkgArtifactId}</include>
    </includes>
</artifactSet>

But next the exclude filter is used to exclude the content given by
wildcard **/*

<filters>
    <filter>
        <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
        <excludes>
            <exclude>**/*</exclude>
        </excludes>
    </filter>
</filters>

We want to include the whole content from the shaded artifact. What is
the exclude filter used for?

Best regards
Krzysztof




-- 
Krzysztof Sobkowiak

JEE & OSS Architect | Technical Architect @ Capgemini
Capgemini <http://www.pl.capgemini.com/> | Software Solutions Center
<http://www.pl.capgemini-sdm.com/> | Wroclaw
e-mail: [email protected] <mailto:[email protected]> |
Twitter: @KSobkowiak
Calendar: http://goo.gl/yvsebC

Reply via email to