0

[ERROR] Unknown lifecycle phase "run". You must specify a valid lifecycle phase or a goal in the format

gurchet singh
  • 21
  • 1
  • 4

2 Answers2

0

I think you are using 'run' which maven is not able to recognize. Use clean installonly

Poorvi Nigotiya
  • 438
  • 1
  • 4
  • 16
  • Thanks :) I got it resolved Root Cause : The phases of the life cycle was not properly defined in execution tag in POM File results throwing the Error : [ERROR] Unknown lifecycle phase "run". You must specify a valid lifecycle phase or a goal in the format – gurchet singh May 08 '17 at 13:14
0

I got it resolved Root Cause : The phases of the life cycle was not properly defined in execution tag in POM File results throwing the Error : [ERROR] Unknown lifecycle phase "run". You must specify a valid lifecycle phase or a goal in the format

gurchet singh
  • 21
  • 1
  • 4