Maven Build Failure when calling mvn without lifecycle phase or goal

前端 未结 3 1978
我寻月下人不归
我寻月下人不归 2020-12-31 23:36

Am try to build my project using Maven on Eclipse. The first build was awesome. After that I get this error :

SLF4J: Failed to load class \"org.slf4j.impl.St         


        
3条回答
  •  难免孤独
    2021-01-01 00:22

    You have to specify a build goal, e.g. compile or install. Check your eclipse launch configuration.

提交回复
热议问题