This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch fix-core-shading in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
commit d1755185cb634ee4fabcfaee4c638760d15fa2e7 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Sat Feb 12 11:47:05 2022 +0100 Fix core shading 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 bc074cc..1c954dd 100644 --- a/indexer-core/pom.xml +++ b/indexer-core/pom.xml @@ -195,19 +195,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>