There is 1 update.
 
 
XWiki Commons / cid:jira-generated-image-avatar-f524dc31-79c9-4ee0-8a19-9667961a24a4 XCOMMONS-3028 Open

Maven dependencies targeting a type different from the default one are not supported

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-74dde552-e64b-41a7-94e7-cc987350e8d1 Changes by Thomas Mortagne on 16/Jul/24 10:16
 
Description: In some (fortunately very rare so far) cases, you can have a Maven dependency request an artifact which is not the default one (with a different type or classifier for example) and this cause collisions problems if several artifacts associated with the same artifact id are downloaded.

We would need to introduce a way to have several extensions in such a case (most probably by including the classifier and the alternate type in the extension
if id ). It's already partially supported by resolve (but disabled right now) but not by the dependency handling side.