Re: buildnumber-maven-plugin using svnjava doesn't detect SVN working copy

2009-08-25 Thread Olivier Lamy
2009/8/25 nodje : > > thanks for being so fast Olivier. > > Everything works fine now. Too bad svnkit cannot be on the central. > > FYI, your link to the jar on Jira gives a Forbidden (No permission). Fixed. > > cheers > > > olamy-2 wrote: >> >> Hi, >> If your local copy comes from a 1.6 checkout,

Re: buildnumber-maven-plugin using svnjava doesn't detect SVN working copy

2009-08-25 Thread nodje
thanks for being so fast Olivier. Everything works fine now. Too bad svnkit cannot be on the central. FYI, your link to the jar on Jira gives a Forbidden (No permission). cheers olamy-2 wrote: > > Hi, > If your local copy comes from a 1.6 checkout, you have to upgrade your > svnkit version i

Re: buildnumber-maven-plugin using svnjava doesn't detect SVN working copy

2009-08-25 Thread Olivier Lamy
Hi, If your local copy comes from a 1.6 checkout, you have to upgrade your svnkit version in the plugin dependencies. Have a look at the pom [1] and the profile called svn1.6. But as the svnkit version is not on central [2] you have to install it. HTH, -- Olivier [1] http://svn.codehaus.org/mojo/

buildnumber-maven-plugin using svnjava doesn't detect SVN working copy

2009-08-25 Thread nodje
I got an error using 1.0-beta-3 with svnjava: [INFO] [buildnumber:create {execution: default}] [INFO] Change the default 'svn' provider implementation to 'javasvn'. [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] --