[ https://issues.apache.org/jira/browse/MINDEXER-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov updated MINDEXER-148: ------------------------------------ Description: The indexer-cli was replacing the main JAR, but it should instead just attach the shaded executable JAR instead. Hence, the coordinates of CLI JAR have changed to: <groupId>org.apache.maven.indexer</groupId> <artifactId>indexer-cli</artifactId> <classifier>shaded</classifier> <version>6.2.0</version> (once deployed, and for versions 6.2.0 and onwards) was: The indexer-cli was replacing the main JAR, but it should instead just attach the shaded executable JAR instead. Hence, the coordinates of CLI JAR has changed to: <groupId>org.apache.maven.indexer</groupId> <artifactId>indexer-cli</artifactId> <classifier>shaded</classifier> <version>6.2.0</version> (once deployed, and for versions 6.2.0 and onwards) > Change the coordinates of CLI shaded Jar > ---------------------------------------- > > Key: MINDEXER-148 > URL: https://issues.apache.org/jira/browse/MINDEXER-148 > Project: Maven Indexer > Issue Type: Task > Reporter: Tamás Cservenák > Priority: Major > > The indexer-cli was replacing the main JAR, but it should instead just attach > the shaded executable JAR instead. Hence, the coordinates of CLI JAR have > changed to: > <groupId>org.apache.maven.indexer</groupId> > <artifactId>indexer-cli</artifactId> > <classifier>shaded</classifier> > <version>6.2.0</version> > (once deployed, and for versions 6.2.0 and onwards) -- This message was sent by Atlassian Jira (v8.20.7#820007)