|
下载了最新的3.7.5 beta,import后编译通不过。但是同一IDE环境3.7.3就没有问题,请高人指点啊,谢谢!
报错信息如下:
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jeecgframework:jeecg:war:3.7.5-beta
[WARNING] '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.3-20180503.jar will be unresolvable by dependent projects @ line 149, column 25
[WARNING] 'dependencies.dependency.systemPath' for pinyin4j:pinyin4j:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/pinyin4j-2.5.0-20170917.jar will be unresolvable by dependent projects @ line 183, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.springsourcerg.quartz:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/org.quartz-1.6.2-20170917.jar will be unresolvable by dependent projects @ line 191, column 25
[WARNING] 'dependencies.dependency.systemPath' for org.jeecgframework:freemarker-null:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/freemarker-null-2.3.19-20170917.jar will be unresolvable by dependent projects @ line 620, column 25
[WARNING] '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 704, column 25
[WARNING] 'dependencies.dependency.systemPath' for org.jeecgframework:jacob:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jacob-1.0.0-20170917.jar will be unresolvable by dependent projects @ line 745, column 25
[WARNING] 'dependencies.dependency.systemPath' for org.jeecgframework:batik-all:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/batik-all-1.6-20170917.jar will be unresolvable by dependent projects @ line 753, column 23
[WARNING] 'dependencies.dependency.systemPath' for org.jeecgframework:fop:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/fop-1.0-20170917.jar will be unresolvable by dependent projects @ line 760, column 23
[WARNING] 'dependencies.dependency.systemPath' for com.baidu.ueditor.jeecg:ueditor:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor-1.1.1-20170917.jar will be unresolvable by dependent projects @ line 810, column 23
[WARNING] 'dependencies.dependency.systemPath' for com.baidu.ueditor.jeecg:json:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/json-1.0-20170917.jar will be unresolvable by dependent projects @ line 817, column 23
[WARNING] 'dependencies.dependency.systemPath' for org.jeecgframework:jeecg-plugin-ui:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jeecg-plugin-ui-1.0.0-20180519.jar will be unresolvable by dependent projects @ line 827, column 24
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.185s
[INFO] Finished at: Mon May 21 01:21:40 CST 2018
[INFO] Final Memory: 18M/308M
[INFO] ------------------------------------------------------------------------
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
|
|