I have a requirement where i need to send license volition mail to the owner (whoever is committed the code). I am using artifactory maven plugin which has license configuration. This allows you to config violation recipients" in pom.xml where you can mention the email address to whom you want to send mail. It works like a charm if you configure email address there. But I want to make this email address dynamic and want to/should be able to read that from git config email address configured on your machine.
Is any one know how achieve this? -- regards.. Swapnil Barwat
