As you see from the title, I want to ask that the case of in Maven 3 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?
|
The expression The following just works fine for me with Maven 3:
And also have a look at my previous answer to Warning on using project.parent.version as the version of a module in Maven 3, the way you're using |
||||
|
|
|
Using a macro inside the top |
|||||||||||
|