mvn dependency:purge-local-repository

2018-06-15 Thread Karen Goh
Hi, I run into a problem in my Spring Boot Web project and then there's an advice following this URL : https://github.com/spring-projects/spring-boot/issues/12398 But, when I run mvn dependency:purge-local-repository, I get another error : Unknown lifecycle phase "mvn". You must specify a vali

Re: mvn dependency:purge-local-repository

2018-06-15 Thread Thomas Broyer
On Fri, Jun 15, 2018 at 5:45 PM Karen Goh wrote: > Hi, > > I run into a problem in my Spring Boot Web project and then there's an > advice following this URL : > > https://github.com/spring-projects/spring-boot/issues/12398 > > But, when I run mvn dependency:purge-local-repository, I get another

Re: mvn dependency:purge-local-repository

2018-06-15 Thread Jeff MAURY
Looks like you gave mvn as a goal In eclipse there should be a run as maven menu Jeff Le ven. 15 juin 2018 17:45, Karen Goh a écrit : > Hi, > > I run into a problem in my Spring Boot Web project and then there's an > advice following this URL : > > https://github.com/spring-projects/spring-boot