Unknown lifecycle phase “.skip=true“. You must specify a valid lifecycle phase or a goal in the form

悠悠 2023-09-29 20:05 138阅读 0赞

执行命令:mvn clean install -DskipTests -Denforcer.skip=true

报错
2c349715be6d400483b3247b0557e78d.png

解决:mvn clean install package ‘-Dmaven.test.skip=true’

发表评论

表情:
评论列表 (有 0 条评论,138人围观)

还没有评论,来说两句吧...

相关阅读