Ramdas: If you replace your ant build with builds with Maven, releasing versions of your application is a snap. I don't know of any application to help you release with Ant.
While Maven can play with ant, Maven is heavily about convention over configuration -- the more you try to diverge from the Maven standard, the more pain you're in for. Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 www.valtech.com <http://www.valtech.com/> making IT business friendly ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wed 3/7/2007 7:56 PM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: Can Maven be used for release control? Nick, Thanks for te info. I spent some time going thru the documents on the "release" plugin, but could not locate any detailed examples on how to use te "release" plugin for what i am trying to do. Do you know of any real world examples that i could use as a foundation to understand how all the pieces fit together. Like i said, i already am usng "Ant" scripts to build an EAR file based on a project structure that is defined in Perforce source control system. I am trying to find examples which would show how Maven could leverage the existing source tree and build scripts Thanks Ramdas Nick Stolwijk <[EMAIL PROTECTED] anet.nl> To No Phone Info Maven Users List Available <[email protected]> cc 03/02/2007 12:32 Subject PM Re: Can Maven be used for release control? Please respond to "Maven Users List" <[EMAIL PROTECTED] he.org> Maven sure can help with release management, see the release plugin[1]. Hth, Nick Stolwijk [1]http://maven.apache.org/plugins/maven-release-plugin/ [EMAIL PROTECTED] wrote: > > I am using Perforce for source code control and "ant" build scripts for > building a Webservices application being hosted on a Weblogic server. I am > looking for a framework to help with build releases. Was wondering if Maven > was the right tool for this purpose? > > thanks > > -ramdas > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- 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]
