Northern Trust Interview Question

What is the difference between the mvn install and mvn clean install

Interview Answer

Anonymous

Feb 6, 2017

I answered a question but the interviewer had denied it and said mvn install is same as mvn clean install. According to build life cycle, mvn install first runs clean and then runs install.. I was wondered how clean life cycle and build life cycle run in one cycle