How to remove jar file from local maven repository which was added with install:install-file?

后端 未结 6 1205
予麋鹿
予麋鹿 2020-12-02 08:10
mvn install:install-file -Dfile=phonegap-1.1.0.jar -DgroupId?=phonegap -DartifactId?=phonegap -Dversion=1.1.0 -Dpackaging=jar

I use above command t

6条回答
  •  庸人自扰
    2020-12-02 08:56

    Delete every things (jar, pom.xml, etc) under your local ~/.m2/repository/phonegap/1.1.0/ directory if you are using a linux OS.

提交回复
热议问题