Well, you are, actually. Running something from Jenkins is most often very close to doing it on command-line.
So, as Olivier said, just add -B to your Maven build and you're done. The Maven release plugin will automatically choose new versions. Cheers Ps: thanking people on ml is often considered a good thing... Le 10 août 2011 11:44, "anamika gupta" <[email protected]> a écrit : > Hi, > > I am not running the maven command from command prompt. We have hudson and > Maven integration. So, Hudson triggers the maven to make the build. I need > an option in the pom.xml, so that release plugin run with the default > values. > > Can you please suggest me any configuration for this plugin, so that it > doesnot prompt for the release verions. > > -- > View this message in context: http://maven.40175.n5.nabble.com/Release-plugin-information-required-tp4685181p4685247.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
