What exactly are the differences between mvn clean package
and mvn clean install
? When I run both of these commands, they both seem to do the same thing.
What exactly are the differences between mvn clean package
and mvn clean install
? When I run both of these commands, they both seem to do the same thing.