There is 1 comment.
 
 
LDAP / cid:jira-generated-image-avatar-85adbc2c-8269-4e77-ae21-1d2f95fef23b 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-e394a5ed-f669-4d64-b842-b813f74dd220 Thomas Mortagne on 31/Mar/26 11:07
 
> bq. 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).