You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/04/13 15:25:23 UTC

[GitHub] [maven-shade-plugin] mkarg opened a new pull request #19: [MSHADE-316] - Configuration option

mkarg opened a new pull request #19: [MSHADE-316] - Configuration option <excludeDefaults>
URL: https://github.com/apache/maven-shade-plugin/pull/19
 
 
   This PR adds a new configuration option `<excludeDefaults>` (default: `true` for backwards compatibility).
   
   When set to `false`, providing an `<include>` will *not* automatically exclude all other files _anymore_.
   
   This is useful e. g. when minijar'ing a dependency which is loaded by reflection (hence: no class is referenced but just a string is given, so a *specific include* is needed): Without this option, explicitly specifying the reflection-loaded class name would lead to an exclusion of _all_ other files!
   
   Closes [MSHADE-316](https://issues.apache.org/jira/browse/MSHADE-316).
   
    - [x] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services