There is 1 update.
 
 
XWiki Commons / cid:jira-generated-image-avatar-f2925fe8-f877-43fd-a753-b3c7e499cc80 XCOMMONS-3027 Open

Custom Maven extensions are not fully supported

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-5e225f25-ff83-484e-acfb-33689c3e2b3b Changes by Thomas Mortagne on 16/May/24 11:16
 
Description: When the dependency type or the project packaging is custom, Extension Manager does not resolve properly the actual extension file (and the extension type).

Since XCOMMONS-3003 (16.4.0), the workaround is to install the JAR which contains a plexus components.xml definition of the extensions in the root namespace and to restart (it will be loaded as it of was one of the standard Maven extensions).


Note: in Maven extensions can be defined both explicitly in <extensions> but also through though plugin with the <extension> flag enabled