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 `-v` 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to