I am a new user trying to get my hands with maven.
I would like to know the list of all methods that are available on the pom.
I see few functions like -
"${pom.inceptionYear.equals("currentYear")}
"${pom.build.resources.isEmpty()}"
"${pom.getDependencyPath('aritifact')}"There should be lot of functions available and should be based on some api which exists.
Can any one kindly point as to where this documentation exists or what is the basis of invoking different functions or what is
the basic concept on which it is build.
Any pointer will be highly appreciated.
Thanks, Vijay V
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
