You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/02 12:01:48 UTC

[GitHub] [maven-indexer] gnodet commented on a change in pull request #168: [MINDEXER-135] Fix CLI shading

gnodet commented on a change in pull request #168:
URL: https://github.com/apache/maven-indexer/pull/168#discussion_r797535429



##########
File path: indexer-cli/src/main/java/org/apache/maven/index/cli/NexusIndexerCli.java
##########
@@ -176,7 +176,7 @@ public CommandLine parse( String[] args )
     @Override
     public String getPomPropertiesPath()
     {
-        return "META-INF/maven/org.sonatype.nexus/nexus-indexer/pom.properties";
+        return "META-INF/maven/org.apache.maven.indexer/indexer-core/pom.properties";

Review comment:
       There isn't any test that exercise that ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org