jira-importer commented on issue #507: URL: https://github.com/apache/maven-indexer/issues/507#issuecomment-2965146304
**[Aaron Simmons](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paleozogt)** commented [Martin Todorov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=carlspring) a pretty obvious real-life use-case is the one shown [here](https://issues.sonatype.org/browse/NEXUS-6587): ```java mvn deploy:deploy-file -DgroupId=com.rti.dds.native -DartifactId=rtiddsgen2 -Dversion=5.1.0.00 -Dpackaging=none -Dclassifier=linux2.6-ia32-gcc4.4.5 ... ``` where the classifier is being used to keep track of complex compiler/OS versions. -- 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]
