Hi,
I don't know if you have a look @ MSHADE-112
Basically the goal is to be able to pass more and more parameters to the Shader.
This need to change
- void shade( Set<File> jars, File uberJar, List<Filter> filters,
List<Relocator> relocators,
- List<ResourceTransformer> resourceTransformers )
+ void shade( ShadeRequest shadeRequest )
throws IOException, MojoExecutionException;
As it adding more parameters in the future tru ShadeRequest class will
be more easy (and backward compatible)
BTW this need a non backward compatible change now
Any objections to bump version to 2.0-SNAPSHOT and apply this change ?
Thanks,
--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy
[1] https://jira.codehaus.org/browse/MSHADE-112
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]