Hi, is there any properties value that returns the top Parent POM's artifact id and version number.
Say i have a structure as follows: root POM | |----------module A POM | |---------module B POM | |------------------module C POM Is there a way to retrieve the artifactId and version number of top root POM from module C POM ? cheers, Javed