Re: Unknown lifecycle phase " ".

2020-01-07 Thread sireindera...@gmail.com
7, 2020 at 12:15 PM sireindera...@gmail.com > > wrote: > > > > > > Team, > > > > > > I am facing the below issue. I am attaching the pom file here for your > > reference…. > > > > > > I am facing the same issue even when I change the ve

Re: Unknown lifecycle phase " ".

2020-01-07 Thread sireindera...@gmail.com
ration-test, > integration-test, post-integration-test, verify, install, deploy, > pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> > [Help 1] > > org.apache.maven.lifecycle.LifecyclePhaseNotFoundException: Unknown > lifecycle phase " ". You m

Re: Unknown lifecycle phase " ".

2020-01-07 Thread Robert Scholte
7, 2020 at 12:15 PM sireindera...@gmail.com > wrote: > > > > Team, > > > > I am facing the below issue. I am attaching the pom file here for your > reference…. > > > > I am facing the same issue even when I change the version. To 1.7 and > change target t

Re: Unknown lifecycle phase " ".

2020-01-07 Thread Tomo Suzuki
What command did you run to get the error? I guess you put some unnecessary white space when you run Maven. https://stackoverflow.com/questions/18697461/unknown-lifecycle-phase-maven I could not reproduce the problem: https://gist.github.com/suztomo/1b053683be08928598ea141f330bb167 Regards, Tomo