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 10:58:11 UTC

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

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



##########
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:
       java -jar indexer-cli was not working due this:
   ```
   cstamas@Urnebes ~/Worx/apache-maven/maven-indexer  (master *)$ java -jar indexer-cli/target/indexer-cli-6.1.0-SNAPSHOT.jar -v
   Unable determine version from JAR file.
   ```
   This fixes it (as after code donation the coordinates changed, but seems this was neglected)




-- 
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