why does maven3 give up supporting application $version declaration?
Posted
by Bariscan
on Stack Overflow
See other posts from Stack Overflow
or by Bariscan
Published on 2010-05-13T12:53:49Z
Indexed on
2010/05/13
14:14 UTC
Read the original article
Hit count: 309
As you see from the title, I want to ask that the case of in maven3 there is no support for $version in pom.xml anymore. Do we have to really write a constant every time in each project in every pom.xml and related configuration files again and again? How can we avoid doing this? How can we use a versioning method like $version?
Many thanks in advance, Baris
© Stack Overflow or respective owner