[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 > from project.xml, > instead it should be picked up from the CVS labelling information > > How to achieve this ? > Any idea ? > > Rgds > Vijay
Can't you access the versions structure of the POM ? They contain an element for both: version and tag. - J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
