
maven
qq_36763236
海到尽头天作岸,山登绝顶我为峰
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
将jar通过mvn命令放入私服
mvn install:install-file -Dfile=d:\nusp-dbserver-api-1.0.0.jar -DgroupId=com.nari.cloud -DartifactId=nusp-dbserver-api -Dversion=1.0.0 -Dpackaging=jar 只需要将已经存在的jar放到d盘,然后配好对应的 Groupid , ArtifactId ,Version 就可以...原创 2021-12-27 19:42:24 · 353 阅读 · 0 评论 -
maven工程中的pom文件详细介绍
pom基础的分支结构 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.o...原创 2018-08-29 14:50:58 · 416 阅读 · 0 评论