There is 1 comment.
 
 
LDAP / cid:jira-generated-image-avatar-1c016f07-1685-4b92-a2b7-0385c507c21a LDAP-163 Closed

Can't create xip for offline installation of authenticator v9.16.1 on xwiki 18.1.0

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-c7463eb5-6062-465e-80ed-5429ce3fe99e Thomas Mortagne on 31/Mar/26 11:07
 

> Just out of curiosity: If I exclude the dependency on oldcore, does that mean, that the oldcore package won't end up on my airgapped xwiki? Would that not prevent the extension from working?

xwiki-platform-oldcore is always part of the XWiki WAR (and will probably be for quite a while) and will never end up in your XIP (provided you configured the XIP plugin to skip xwiki-platform-distribution-war-dependencies). The problem is that Maven and the Enforcer plugin don't really know about that and, before the XIP plugin is executed, resolve ldap-authenticator dependencies the usual way (which makes it resolve oldcore 8.4 and its transitive dependencies, since that's what is indicated in the pom).