You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by GitBox <gi...@apache.org> on 2022/01/03 17:50:08 UTC

[GitHub] [karaf] splatch opened a new pull request #1474: [KARAF-7316] Support for standard maven coordinates.

splatch opened a new pull request #1474:
URL: https://github.com/apache/karaf/pull/1474


   This commit introduces very basic support for semi standard group:artifact:type[:classifier]:version syntax.
   In case if all parts are given they take over computed values.
   If version is missing - computed one is used.
   If type is missing - zip is assumed.
   If classifier is missing (which is common) empty string will be used.
   
   This should simplify handling of basic feature verification projects.
   
   Signed-off-by: Ɓukasz Dywicki <lu...@code-house.org>


-- 
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: commits-unsubscribe@karaf.apache.org

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



[GitHub] [karaf] jbonofre merged pull request #1474: [KARAF-7316] Support for standard maven coordinates.

Posted by GitBox <gi...@apache.org>.
jbonofre merged pull request #1474:
URL: https://github.com/apache/karaf/pull/1474


   


-- 
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: commits-unsubscribe@karaf.apache.org

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



[GitHub] [karaf] splatch commented on pull request #1474: [KARAF-7316] Support for standard maven coordinates.

Posted by GitBox <gi...@apache.org>.
splatch commented on pull request #1474:
URL: https://github.com/apache/karaf/pull/1474#issuecomment-1004255425


   @jbonofre Please review, this makes verify mojo working with own defaults, without listing karaf framework/distro in project dependencies.
   Current logic is broken as described in refereed issue [KARAF-7316](https://issues.apache.org/jira/browse/KARAF-7316).


-- 
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: commits-unsubscribe@karaf.apache.org

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