jira-importer commented on issue #178:
URL: 
https://github.com/apache/maven-install-plugin/issues/178#issuecomment-2771845492

   **[Ryan 
J](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jptech)** 
commented
   
   Can someone clarify the correct (expected) behavior of POM installation when 
artifacts use classifiers for me?  The way I understand it the test POM 
provided will produce and install classified artifacts and an unclassified POM:
   
   foobar-b-1.0-SNAPSHOT-local.jar
   foobar-b-1.0-SNAPSHOT-dev.jar
   foobar-b-1.0-SNAPSHOT-staging.jar
   foobar-b-1.0-SNAPSHOT.pom
   
   Eduard's comment suggests he expects the POM to also be classified:
   
   foobar-b-1.0-SNAPSHOT-local.jar
   foobar-b-1.0-SNAPSHOT-dev.jar
   foobar-b-1.0-SNAPSHOT-staging.jar
   foobar-b-1.0-SNAPSHOT-local.pom
   foobar-b-1.0-SNAPSHOT-dev.pom
   foobar-b-1.0-SNAPSHOT-staging.pom
   
   Which is correct?
   
   Also, Eduard, is it possible you forgot to specify a profile in the example 
you gave?  It looks to me like an unclassified artifact was installed which 
would be the expected behavior if you forgot to specify a profile.
   


-- 
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-unsubscr...@maven.apache.org

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

Reply via email to