Important maven commands
To forcefully update the dependencies and run clean and install
mvn -U clean install
To use new settings.xml in the project other than the default settings.xml in .m2 folder
mvn -U -s settings.xml clean install
To forcefully update the dependencies and run clean and install
mvn -U clean install
To use new settings.xml in the project other than the default settings.xml in .m2 folder
mvn -U -s settings.xml clean install
Comments
Post a Comment