amit kumar wrote:

How can I avoid version number in the build name and put it in Manifest file.?
Which one is considered a better procedure?

Stripping version numbers causes all sorts of problems, and isn't recommended at all. Maven uses the version numbers heavily to make sure code can depend on the right dependencies, and without them, you would have no way to change or upgrade your code.

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to