运行了这段代码后mvn:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.1 -Dpackaging=jar -Dfile=C:\Users\Bedivere\Desktop\ojdbc6.jar
在运行mvn解析ojdbc时报错process terminated解决方法
报错
在运行mvn解析ojdbc时报错process terminated解决方法
我们点开后可以看到错误是缺少setting.xml
在运行mvn解析ojdbc时报错process terminated解决方法

此时我们右键pom.xml
进行如下操作创建seetings.xml
在运行mvn解析ojdbc时报错process terminated解决方法
在运行mvn解析ojdbc时报错process terminated解决方法
再次运行
mvn:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.1 -Dpackaging=jar -Dfile=C:\Users\Bedivere\Desktop\ojdbc6.jar
就可以成功运行了

芜湖

相关文章:

  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-13
  • 2022-12-23
  • 2021-09-08
  • 2021-08-08
猜你喜欢
  • 2021-05-04
  • 2022-01-19
  • 2021-12-05
  • 2021-06-14
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
相关资源
相似解决方案