I am newbie to whole maven/pom.xml thing. I need help where I have a pom.xml in Repo1 and in that pom.xml I am using plugin "maven-resources-plugin". In this plugin I need to output specific file to jenkins workspace using <outputDirectory>
. And in this, I want to specify path for ${env.WORKSPACE}, I will be using this outputed jenkins workspace file path in groovy script in jenkins. Any idea how I can achieve this?
Thanks.