maven發佈jar包到本地倉庫

1、在maven項目pom.xml中添加配置:      <distributionManagement>         <repository>             <id>releases</id>             <name>Deploy Server</name>             <url>file:D:/.m2/repository</url>         </
相關文章
相關標籤/搜索