Re: project dependencies in a plugin

2014-11-29 Thread Igor Fedorenko
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

project dependencies in a plugin

2014-11-29 Thread Karl Heinz Marbaise
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