This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new 71a4fb2  Fix core shading (#177)
71a4fb2 is described below

commit 71a4fb2aff4e3980cc6c4d77f229ac86428c2e2f
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Feb 12 19:52:26 2022 +0100

    Fix core shading (#177)
    
    Make them land is same (sub)package as core, also
    remove redundant patterns.
---
 indexer-core/pom.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index abb5316..d3ed3fe 100644
--- a/indexer-core/pom.xml
+++ b/indexer-core/pom.xml
@@ -196,19 +196,11 @@ under the License.
               <relocations>
                 <relocation>
                   <pattern>org.apache.lucene</pattern>
-                  
<shadedPattern>org.apache.maven.index_shaded.lucene</shadedPattern>
-                </relocation>
-                <relocation>
-                  <pattern>org.apache.lucene.search</pattern>
-                  
<shadedPattern>org.apache.maven.index_shaded.lucene.search</shadedPattern>
+                  
<shadedPattern>org.apache.maven.index.shaded.org.apache.lucene</shadedPattern>
                 </relocation>
                 <relocation>
                   <pattern>org.tartarus</pattern>
-                  
<shadedPattern>org.apache.maven.index_shaded.lucene</shadedPattern>
-                </relocation>
-                <relocation>
-                  <pattern>org.apache.commons.compress</pattern>
-                  
<shadedPattern>org.apache.maven.index_shaded.lucene</shadedPattern>
+                  
<shadedPattern>org.apache.maven.index.shaded.org.tartarus</shadedPattern>
                 </relocation>
               </relocations>
               <artifactSet>

Reply via email to