如果在jar所在文件夹写入mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=1.0 -Dpackaging=jar -Dfile=ojdbc6-1.0.jar


会报错: The goal you specified requires a project to execute but there is no POM


如果加入引号""",就不会报错:

mvn install:install-file "-DgroupId=com.oracle" "-DartifactId=ojdbc6" "-Dversion=1.0" "-Dpackaging=jar" "-Dfile=F:\.m2\repository\com.oracle\ojdbc6-1.0.jar"

如何将oracle ojdbc 加入maven mvn


相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2021-04-09
  • 2021-07-11
  • 2021-04-05
猜你喜欢
  • 2021-08-01
  • 2021-12-26
  • 2021-10-04
  • 2021-09-23
  • 2021-08-19
  • 2021-12-28
相关资源
相似解决方案