All bundles and feature files are made available locally. During boot, if a bundle or feature definition is missing, the featuresBoot should fail, and no remote or local (.m2/repository) resolution should occur.
Attempted this configuration, and artifacts are still resolved from .m2/repository
org.ops4j.pax.url.mvn.globalUpdatePolicy = never # should disable updating?
org.ops4j.pax.url.mvn.localRepository=local-repo-cache # set to a relative path that is empty (should not resolve .m2/repository)
org.ops4j.pax.url.mvn.repositories= # empty no repositories listed (should not resolve any remote repos)
org.ops4j.pax.url.mvn.useFallbackRepositories=false # don't use the wonky hard-coded fallback repositories
Use case:
All bundles and feature files are made available locally. During boot, if a bundle or feature definition is missing, the featuresBoot should fail, and no remote or local (.m2/repository) resolution should occur.
Attempted this configuration, and artifacts are still resolved from .m2/repository