Details
-
Bug
-
Resolution: Fixed
-
Major
-
11.10.5
Description
The extraJars options of UITest allows to only specify a groupId:artifactId of the jar to inject, however those jars are not resolved using their dependency version, but are resolved using the module version.
So for example if a contrib module is on 1.1-SNAPSHOT and we specify:
@UITest( extraJARs = { "org.xwiki.platform:xwiki-platform-notifications-filters-default" } )
we obtain the following:
Could not transfer artifact org.xwiki.platform:xwiki-platform-notifications-filters-default:pom:1.1-SNAPSHOT
Attachments
Issue Links
- is related to
-
XWIKI-15902 Allow adding JARs to XWiki's WEB-INF/lib when testing with Docker
- Closed