Mar
06
06
Run maven in offline mode
Posted by sabbaExample: you have to run clean and install tasks and you want to avoid Maven connects to web repository:
mvn –offline clean install
Posted under Development
Example: you have to run clean and install tasks and you want to avoid Maven connects to web repository:
mvn –offline clean install