Key is a child element name. For Dependency it can be "groupId",
"version", "exclusions", etc. Empty string, i.e. "", is the key used to
identify location of the element itself. Search for
Dependency#setLocation method invocation to find all key values.
--
Regards,
Igor
On 2014-11-29, 13:22, Kar
hi,
i have question...so if i get the project dependencies within a plugin via
project.getDependencies()...
I can get a type Dependency back..which contains a method
getLocation(key)..which can return a InputLocation which exactly looks
like what i need (line, column) of the file it is read f