Hi I am new to Maven.
> Current latest version of maven release plugin from ibiblio has errors. >It does? Are they in JIRA? There is a mismatch of javadoc.jar from the latest version of the maven-release plugin. I guess there was a new broken version of the javadoc.jar?? I guess that if I use the maven-release plugin 2.0-beta-5 (instead of 2.0-beta-6) in my pom file, I guess I would still need to pick up the broken javadoc.jar?? If so, how do I let Maven to use specific versions of the dependent jars of the plugins? Thanks in advance for your valuable input. Wendy Smoak-3 wrote: > > On 6/11/07, srinivas ramgopal <[EMAIL PROTECTED]> wrote: > >> Current latest version of maven release plugin from ibiblio has errors. > > It does? Are they in JIRA? > >> As a workaround, I want to force maven to use the older(the version >> before >> the latest one)version of this plugin. >> This plugin related information is not part of my pom file as it is used >> by >> Maven automatically. >> >> Given this, how and where do I specify to maven to use a particular >> version >> of this plugin? > > You can put it in <pluginManagement> and specify a version. (It's > recommended that you specify a version for every plugin you use, even > the ones that you don't otherwise need to configure.) > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/maven-release-plugin-question-tf3903737s177.html#a11068618 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
