Hi,
I've a jar which has it's own changelog.xml under src/main/resources. And i want to include that chagnelog.xml into my current project.
Example :
Project1 ->
src/main/resources
->project1.changelog.xml
Project 2 ->
src/main/resources
->project2.changelog.xml
What will be the path of project2.changelog.xml to include into project1.changelog.xml ?.