海绵宝宝派大星 发表于 2019-10-25 16:35:42

jeecg环境搭建出现问题

idea搭建的时候maven报错

Some problems were encountered while building the effective model for org.jeecgframework:jeecg:war:4.0
'dependencies.dependency.systemPath' for org.jeecgframework:codegenerate:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/codegenerate-3.6.4-20180823.jar will be unresolvable by dependent projects @ line 146, column 24
'dependencies.dependency.systemPath' for org.jeecgframework:jeecg-common-plugin-ui:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jeecg-common-plugin-ui-1.0.0-20180813.jar will be unresolvable by dependent projects @ line 154, column 24
'dependencies.dependency.systemPath' for com.oracle:ojdbc14:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/ojdbc14-10.2.0.5.0-20170917.jar will be unresolvable by dependent projects @ line 289, column 25
'dependencies.dependency.systemPath' for org.freemarker:freemarker:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/freemarker-null-2.3.19.jar will be unresolvable by dependent projects @ line 448, column 25
'dependencies.dependency.systemPath' for org.artofsolving:jodconverter:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jodconverter-3.0-beta-4-20170917.jar will be unresolvable by dependent projects @ line 478, column 25
'dependencies.dependency.systemPath' for org.jeecgframework:jeecg-common-plugin-ui:jar refers to a non-existing file D:\java\jeecg-master\src\main\webapp\WEB-INF\lib\jeecg-common-plugin-ui-1.0.0-20180813.jar @ line 154, column 24
'dependencies.dependency.systemPath' for com.oracle:ojdbc14:jar refers to a non-existing file D:\java\jeecg-master\src\main\webapp\WEB-INF\lib\ojdbc14-10.2.0.5.0-20170917.jar @ line 289, column 25
'dependencies.dependency.systemPath' for org.artofsolving:jodconverter:jar refers to a non-existing file D:\java\jeecg-master\src\main\webapp\WEB-INF\lib\jodconverter-3.0-beta-4-20170917.jar @ line 478, column 25
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.

请问这个该怎么办
页: [1]
查看完整版本: jeecg环境搭建出现问题