need to pass CVS label information as version of the artifact

2005-04-27 Thread vijayakumar.lakshmanan
Hi All, I have written a maven build script which will take the source code from the CVS and build the artifacts with the versions defined in the project.xml. But i want to eliminate to pass artifact version manually from project.xml, instead it should be picked up from the CVS labelling

RE: need to pass CVS label information as version of the artifact

2005-04-27 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Wednesday, April 27, 2005 9:04 AM: > Hi All, > > I have written a maven build script which will take the source code > from the CVS and build the artifacts with the versions defined in the > project.xml. > > But i want to eliminate to pass artifact version manually > f