大家好,又见面了,我是你们的朋友全栈君。
上传命令:
mvn deploy:deploy-file -DgroupId=com.cmos -DartifactId=itframe-boot-base -Dversion=1.0.1-SNAPSHOT -Dpackaging=jar -Dfile=D:\s\itframe-boot-base-1.0.1-SNAPSHOT.jar -Durl=http://10.97.85.11:38081/repository/maven-snapshots -DrepositoryId=nexus
导入命令:
install:install-file -Dfile=/ojdbc6.jar
-DgroupId=com.oracle
-DartifactId=ojdbc6
-Dversion=11.2.0.1.0
-Dpackaging=jar
pom文件:
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.1.0</version>
</dependency>
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/161254.html原文链接:https://javaforall.net