項目執行mvn install 失敗

OR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.7:compile (default) on project pg-param-sdk: AJC compiler errors:
[ERROR] error at (no source information available)
[ERROR] D:\api\epp-pg\pg\pg-param-sdk\src\main\java\net\engining\pg\param\sdk\ThreadContextHolder.java:0::0 Internal compiler error: org.aspectj.org.eclipse.jdt.internal.compiler.problem.AbortCompilation: Pb(324) The type javax.validation.constraints.Pattern$Flag cannot be resolved. It is indirectly referenced from required .class files at org.aspectj.org.eclipse.jdt.internal.compiler.problem.ProblemHandler.handle(ProblemHandler.java:143)
[ERROR] -> [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.java

 

===================================api

項目執行mvn install 失敗 加入以下字段  項目正常 運行 eclipse

xiangmaven

<dependency>  
            <groupId>javax.validation</groupId>  
            <artifactId>validation-api</artifactId>  
            <version>1.1.0.Final</version>  
        </dependency> ui

相關文章
相關標籤/搜索