You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jason Rutherglen <ja...@gmail.com> on 2012/07/16 04:14:05 UTC

Shade transform recursive package naming

Running the Maven Shade Transform I am seeing redundant package naming
where there are multiple levels of the same package name, eg:

com.company.solr.com.company.solr.com.company.solr.com.company.solr.com.company.solr.org.apache.commons.httpclient.HttpClient;
com.company.solr.com.company.solr.com.company.solr.com.company.solr.com.company.solr.com.company.solr.com.company.solr.org.apache.commons.httpclient.HttpClient;

etc...

Is there a way to turn this off or is it a bug?