This is related to a similar question about getting path to a dependency jar - Can I use the path to a Maven dependency as a property?
In my case, I need to get the path to the source jar, source jar is listed as a dependency, and gets resolved, but path is not set to property. I tried options like
{groupid:artifactid:sources:jar}
{groupid:artifactid-sources:jar}
Any suggestions on how to get hold of the path?