Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 11.10.5
-
Fix Version/s: 12.5-rc-1
-
Component/s: Test Framework
-
Labels:
-
Difficulty:Unknown
-
Documentation in Release Notes:N/A
-
Similar issues:
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
-