关于maven打包 求助!!!在线等!

时间:2023-02-08 15:22:32
pom.xml    run  之后报错:

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Springside :: Example :: QuickStart 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ financial ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:
Detected Maven Version: 3.0.2 is not in the allowed range 3.0.3.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.968s
[INFO] Finished at: Fri Feb 13 11:23:20 CST 2015
[INFO] Final Memory: 6M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) on project financial: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


怎么搞,在线等!

5 个解决方案

#1


eclipse的maven插件都配置对了?

#2


出错信息提示是版本问题

#3


引用 1 楼 lwb314 的回复:
eclipse的maven插件都配置对了?



应该是对的吧!我在eclipse中程序可以正常使用!

#4


引用 2 楼 sakuragi_shan 的回复:
出错信息提示是版本问题


什么版本信息? jdk么 我jdk引用的1.6

#5


查看下Maven插件的版本与POM中的版本是不是一致的

#1


eclipse的maven插件都配置对了?

#2


出错信息提示是版本问题

#3


引用 1 楼 lwb314 的回复:
eclipse的maven插件都配置对了?



应该是对的吧!我在eclipse中程序可以正常使用!

#4


引用 2 楼 sakuragi_shan 的回复:
出错信息提示是版本问题


什么版本信息? jdk么 我jdk引用的1.6

#5


查看下Maven插件的版本与POM中的版本是不是一致的