[ERROR] Unknown lifecycle phase "run". You must specify a valid lifecycle phase or a goal in the format
Asked
Active
Viewed 3,419 times
0
-
Are you trying to run using some IDE? if yes, which one? – Poorvi Nigotiya May 08 '17 at 05:43
-
Eclipse @PoorviNigotiya – gurchet singh May 08 '17 at 06:20
2 Answers
0
I think you are using 'run' which maven is not able to recognize.
Use clean install
only

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