I thought so too but I have a project where calling mvn clean install deploy causes Maven to use wrong paths for some modules. I think I should create bug report for this.

Best,
Oliver

Am 18.09.18 um 00:02 schrieb Marco Schulz:
jupp they have the same result. because. frist both run the clean lifecycle 
then comes the build lifecycle wich step through all phases. install is defined 
before deploy. so you don't need to call it when you plan to deploy

keep in mind deploy is a publishing to a remote repository like nexus. you just 
see effects when you have the right to deploy artifacts there and they not hurt 
rhe deploy conventions.

install is a cipy to your local repository .m2

regards
.marco

Get Outlook for Android<https://aka.ms/ghei36>



From: Oliver B. Fischer
Sent: Monday, September 17, 23:53
Subject: Differenz between mvn clean install and mvn clean install deploy
To: Maven Users List


Hi all, I stumbled on a strange problem with Maven. Therefore I would like to 
know if the following commands should have the same result or not: 1. mvn clean 
install deploy 2. mvn clean deploy Best, Oliver 
--------------------------------------------------------------------- To 
unsubscribe, e-mail: [email protected] For additional 
commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to