I am using a local repository as described in Maven: add a dependency to a jar by relative path.
The repository-url is defined in the topmost pom.xml as
pom.xml
How about having multiple repos?
ibm-jars-bundle-lv0 file://${basedir}/ibm-jars-bundle/repo ibm-jars-bundle-lv1 file://${basedir}/../ibm-jars-bundle/repo ibm-jars-bundle-lv2 file://${basedir}/../../ibm-jars-bundle/repo