Maven Compile Error

后端 未结 8 2025
南笙
南笙 2020-12-15 08:52

When I build and run my program in Netbeans, it works without a problem. But with same pom.xml file when I try \"mvn compile\" I get this error:

[ERROR] Fail         


        
8条回答
  •  南笙
    南笙 (楼主)
    2020-12-15 09:48

    Please Execute Maven Run from eclipse and then run mvn test from command prompt. In my case all issues resolved with this step.

提交回复
热议问题