I configured my pom.xml according to this: http://code.google.com/p/maven-scm-provider-svnjava/wiki/Usage But it still doesn't work. Can this have something to do with the fact that I am running mvn release goals and not mvn scm goals? /Ludwig
-----Original Message----- From: Dennis Lundberg [mailto:[email protected]] Sent: den 5 maj 2010 19:32 To: Maven Users List Subject: Re: Maven and SVN On 2010-05-05 17:50, Ludwig Magnusson wrote: > Hi! > > I'm about to try out the release plugin but the svn part fails. > > I get this message. > > Provider message: > > The svn command failed. > > Command output: > > (and then freely translated from swedish ) > > Svn is not a command or program program > > > > I run on windows. Do I need to install a svn cli to make it work? Yes, you normally need a command line Subversion client installed. Unless you configure Maven to use a special svn-java provider. You can read more about that provider here: http://code.google.com/p/maven-scm-provider-svnjava/ > > /Ludwig > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
