I ran this through a debugger, this line is not behaving as expected, where
for example 'java/lang/ThreadGroup' matches 'org/apache/solr/*'

SimpleRelocator.isExcluded:

if ( SelectorUtils.matchPath( exclude, path, true ) )

On Tue, Jul 3, 2012 at 11:39 AM, Benson Margulies <bimargul...@gmail.com>wrote:

> On Tue, Jul 3, 2012 at 11:12 AM, Jason Rutherglen
> <jason.rutherg...@gmail.com> wrote:
> > <relocation>
> >                             <!-- <pattern>*/*</pattern> -->
> >
> <shadedPattern>com.custom.solr.</shadedPattern>
> >                             <excludes>
> >                                 <exclude>org.apache.solr</exclude>
> >                                 <exclude>org.apache.lucene</exclude>
> >                             </excludes>
>
> Have you tried adding * or .* to the end of the exclude patterns?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to