Problems encountered maven

During maven had failed to download the file suffix .lastupdated many files, usually produced after the download fails, when these files exist, do not go back and automatically download the maven jar package, attach a bulk delete method .lastupdated asking price:

The windows system, cd to the next local repository directory, run the command (Reprinted from CSDN blog)

 for /r %i in (*.lastUpdated) do del %i

Guess you like

Origin www.cnblogs.com/lee18/p/11520787.html