Re: mvn dependency:purge-local-repository

2018-06-15 Thread Jeff MAURY
/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 valid lifecycle phase or > a goal in the format : or > :[:]:. Available > lifecycle phas

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-lo

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

mvn dependency:purge-local-repository fails to resolve, but subsequent mvn dependency:go-offline succeeds

2017-07-04 Thread Markus Karg
Using Maven since 10+ years, we have a strange problem with MVN 3.5.0. What we want to achieve is to ensure that all dependencies are latest version, even if somebody did a bad thing and replaced a release version in Nexus. So we type: mvn dependency:purge-local-repository This fails to re