RE: Maven and SVN

2010-05-05 Thread Ludwig Magnusson
I solved it by moving the configuration to the release plugin. /Ludwig -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: den 5 maj 2010 22:06 To: Maven Users List Subject: Re: Maven and SVN Hi, Without more details it will be difficult to help you. You can try the

RE: Maven and SVN

2010-05-05 Thread Ludwig Magnusson
Sorry, I meant that maven gave the same error output that I mentioned in my first mail when I reconfigured the pom file /Ludwig -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: den 5 maj 2010 22:06 To: Maven Users List Subject: Re: Maven and SVN Hi, Without more

Re: Maven and SVN

2010-05-05 Thread Olivier Lamy
l Message- > From: Dennis Lundberg [mailto:denn...@apache.org] > 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 p

RE: Maven and SVN

2010-05-05 Thread Ludwig Magnusson
dberg [mailto:denn...@apache.org] 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 messa

Re: Maven and SVN

2010-05-05 Thread Dennis Lundberg
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 prog

RE: Maven and SVN

2010-05-05 Thread Martin Gainty
pour le contenu fourni. > From: lud...@itcatapult.com > To: users@maven.apache.org > Subject: Maven and SVN > Date: Wed, 5 May 2010 17:50:07 +0200 > > Hi! > > I'm about to try out the release plugin but the svn part fails. > > I get this message. &

Maven and SVN

2010-05-05 Thread Ludwig Magnusson
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

RE: Maven and SVN

2006-07-17 Thread HUGOT Franck
] ~ -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : lundi 17 juillet 2006 15:19 À : Maven Users List Objet : Re: Maven and SVN Maven-scm used by scm plugin supports https protocol for svn connection

RE: Maven and SVN

2006-07-17 Thread HUGOT Franck
Développements DSI/PAT/DAOS/SUDD Tel : (+33) 01 60 76 54 66 [EMAIL PROTECTED] ~ -Message d'origine- De : Ciprian Duma [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 15:46 À : Maven Users List Objet : Re: Maven and SVN if I under

Re: Maven and SVN

2006-07-17 Thread Emmanuel Venisse
] ~ -Message d'origine- De : Ciprian Duma [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 15:46 À : Maven Users List Objet : Re: Maven and SVN if I understood correctly you want something like: mvn scm:checkout -DconnectionUrl= the url is scm spe

RE: Maven and SVN

2006-07-17 Thread Matilda Robert
that directory that you want checked in. Hope this helps because it works for me, Matilda -Original Message- From: HUGOT Franck [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 8:55 AM To: Maven Users List Subject: RE: Maven and SVN OK, I try this but it seems that https plugin i

RE: Maven and SVN

2006-07-17 Thread HUGOT Franck
Objet : Re: Maven and SVN if I understood correctly you want something like: mvn scm:checkout -DconnectionUrl= the url is scm specific: http://maven.apache.org/scm/scms-overview.html for additional parameters and goals of the scm plugin, see here: http://maven.apache.org/scm/plugins/plugin-info

Re: Maven and SVN

2006-07-13 Thread Ciprian Duma
7/13/06, HUGOT Franck <[EMAIL PROTECTED]> wrote: Hello, I don't find any documentation about using maven and svn. Instead of doing a checkout of the project with svn I would like to to this with maven. Is it possible? Thanks

RE: Maven and SVN

2006-07-13 Thread Maximilian . Antoni
http://maven.apache.org/scm/subversion.html -Original Message- From: HUGOT Franck [mailto:[EMAIL PROTECTED] Sent: 13 July 2006 14:30 To: Maven Users List Subject: Maven and SVN Hello, I don't find any documentation about using maven and svn. Instead of doing a checkout o

Maven and SVN

2006-07-13 Thread HUGOT Franck
Hello, I don't find any documentation about using maven and svn. Instead of doing a checkout of the project with svn I would like to to this with maven. Is it possible? Thanks in advance. ~ Franck