I know that when you run mvn install
it will compile, package, and copy the binaries in the local .m2 repository.
I recently created a maven project in intelliJ and ran mvn install
. I then checked the .m2 repository and the generated binaries were there. When I tried to add a dependency to that newly created snapshot from another intelliJ project, they aren't being picked up.
- Any idea what is missing?
- Does anything happen in
mvn install
besides copying the new snapshot into .m2?