安裝Jar包到本地倉庫(local repository)

將本地jar包安裝到本地jar倉庫中,一條簡單的命令就可以實現。 命令格式: mvn install:install-file -Dfile={jar路徑} -DgroupId={groupId 值} -DartifactId={artifactId值}-Dversion={版本號}-Dpackaging=jar-DlocalRepositoryPath={m2home path值,本地maven
相關文章
相關標籤/搜索