Re: Latest maven-scm-plugin 1.4-SNAPSHOT broken

2010-03-12 Thread Dan Tran
I had to expired the cache on my nexus' apache-snapshot repo. Now by build is ok. nexus may have picked up a bad deployment, and it would take a day to get the next one. -Dan On Fri, Mar 12, 2010 at 1:46 PM, Benjamin Bentmann wrote: > Dan Tran wrote: > >> java.lang.NoSuchMethodError: >> org.ap

Re: Latest maven-scm-plugin 1.4-SNAPSHOT broken

2010-03-12 Thread Benjamin Bentmann
Dan Tran wrote: java.lang.NoSuchMethodError: org.apache.maven.scm.provider.ScmProviderRepository.setPushChanges(Z)V at org.apache.maven.scm.plugin.AbstractScmMojo.getScmRepository(AbstractScmMojo.java:286) Sounds like you don't have the latest snapshot version of maven-scm. Benjamin

Re: Latest maven-scm-plugin 1.4-SNAPSHOT broken

2010-03-12 Thread Dan Tran
I am using subversion where I call scm:checkout in my pom -Dan On Fri, Mar 12, 2010 at 1:35 PM, Olivier Lamy wrote: > Hi, > How can I reproduce this ? > > Which scm are you using ? > > 2010/3/12 Dan Tran : >> Hello, >> >> My experimental build just pull down latest maven scm and see this >> err

Re: Latest maven-scm-plugin 1.4-SNAPSHOT broken

2010-03-12 Thread Olivier Lamy
Hi, How can I reproduce this ? Which scm are you using ? 2010/3/12 Dan Tran : > Hello, > > My experimental build just pull down latest maven scm and see this > error.  Did we break this or it is just a bad jar?? > > i am using maven 2.2.1 and java 6 > > [INFO] [scm:checkout {execution: checkout-w

Latest maven-scm-plugin 1.4-SNAPSHOT broken

2010-03-12 Thread Dan Tran
Hello, My experimental build just pull down latest maven scm and see this error. Did we break this or it is just a bad jar?? i am using maven 2.2.1 and java 6 [INFO] [scm:checkout {execution: checkout-webservices}] [FATAL ERROR] org.apache.maven.scm.plugin.CheckoutMojo#execute() caused a linkag