During the 'install' phase, Maven copies the package to the local repository for use as a dependency by other projects. This is useful in a multi-module project where modules depend on each other.
Additional Notes
Why does ‘install’ in Maven matter in this design?