naether
naether copied to clipboard
Allow a local maven project to be used in dependency resolution
Presently only remote and local maven repos are used for dependency resolution. So a recently packaged jar of a project in target would not be used in the dependency resolution, unless it was explicitly installed into a maven repo.
It would be nice if a local jar, that is not installed into a maven repo, could participate in dependency resolution.