Hi,

I want to change the basedir arg form the changelog plugin (plugin.jelly)
and make it relative,  
what is the best (cleanest) way to do this ?

for example :

<goal
    name="maven-changelog-plugin:report"
        ...

<changelog:changelog
   basedir="../.."
   developers="${pom.developers}"
   factory="${maven.changelog.factory}"
   ....
/>

</goal>

Thanks,
Danny


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to