]
Dan Berindei updated ISPN-8755:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.CR3
(was: 9.2.0.Final)
Resolution: Done
Incorrect local repository path in OSGi integration tests
---------------------------------------------------------
Key: ISPN-8755
URL:
https://issues.jboss.org/browse/ISPN-8755
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.2.0.CR2
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.2.0.CR3
{{maven.properties}} uses
{noformat}localRepository=${localRepository}{noformat}
but it should be
{noformat}localRepository=${settings.localRepository}{noformat}
It only makes a difference when the build is using a custom local repository path.