By Version management I mean Version management of Software release. Say I have 3 different versions of the same software deployed(v0.1, v0.2 and v0.3) is it possible to use maven as a version management tool for this software and configurable in such a way that v0.1 gets deployed on Environment1(Say Test environment) and v0.2 gets deployed on another Environment2(Say Development)
Thanks and Regards Hemant Ved From: Bob Aiello [mailto:[EMAIL PROTECTED] Sent: 16 August 2007 13:29 To: Maven Developers List; Ved, Dhr. H. (Ved) Subject: RE: Version Management Well I guess it depends upon your definition of version management. Some people (mistakenly) think that the shared repository actually "versions" objects that are deployed (as if it were a version control tool such as Accurev or ClearCase). The shared repository is just a file system where you promote shared objects (but they are not version controlled by maven.) Yes you can use Maven to identify versions of your code. -----Original Message----- From: Hemant Ved [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 6:59 AM To: [EMAIL PROTECTED] Subject: Version Management Hi Can Maven be used as a Version mangement tool? Is it possible to automate the Version management using Maven? Thanks and Regards Hemant Ved ------------------------------------------------------------------------------------------------ Disclaimer: ' The contents of this electronic mail message are only binding upon Equens or its affiliates, if the contents of the message are accompanied by a lawfully recognized type of signature. The contents of this electronic mail message are priviliged and confidential and are intended only for use by the addressee. If you have received this electronic mail message by error, please notify the sender and delete the message without taking notices of its content, reproducing it and using it in any way.' Equens was founded by Interpay Nederland B.V. and Transaktionsinstitut für Zahlungsverkehrsdienstleistungen AG ------------------------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
