Hi, IIRC if you plan to use the release:perform goal and deploy on a DAV repository, you have to add an extension element in the build element of your pom. ( I can't remember the exact syntax)
Regards, Raphaël 2006/7/24, Dennis Lundberg <[EMAIL PROTECTED]>:
You normally don't need the scm plugin, unless you want to add extra check-out and/or check-in commands to your build. The release-plugin gets the scm configuration from the <scm/> section in your pom.xml: http://maven.apache.org/ref/current/maven-model/maven.html Sharma, Jaikumar wrote: > Yes, Dennis, this I have gone through, this only states some sample > configuration about the plugin, but how this is configured for > scm-provider-pluingn ? Or where the scm-provider-plugin sits in the > configuration mentioned in this URL ? Or no need to specify > scm-provider-plugin ? I am not sure. > > Thanks. > > > -----Original Message----- > From: Dennis Lundberg [mailto:[EMAIL PROTECTED] > Sent: Monday, July 24, 2006 4:07 PM > To: Maven Users List > Subject: Re: maven-release-plugin how tos > > > Sharma, Jaikumar wrote: >> Dear Maven users, >> >> Could someone give an example of how maven-release-plugin is used with > >> scm-proivder-plugin ? >> >> Thanks for any help in advance. > > Have you read this? > http://maven.apache.org/plugins/maven-release-plugin/howto.html > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
