]
Dan Berindei updated ISPN-8755:
-------------------------------
Status: Open (was: New)
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.Final
{{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.