Why will an mvn install command not deploy any artifacts to a remote repository?
The name of the artifact must also be specified in the command.
The name of the remote repository must also be specified in the command.
The deploy phase of the default Maven lifecycle comes after the install phase.
Deploying artifacts to a remote repository must be done manually.