批量删除maven lastUpdated

批量删除lastUpdated

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

安装jar到本地仓库

mvn install:install-file -Dfile=D:/jar/slf4j-api-1.7.7.jar -DgroupId=org.slf4j -DartifactId=slf4j-api -Dversion=1.7.7 -Dpackaging=jar

猜你喜欢

转载自www.cnblogs.com/chauvet/p/11949459.html