You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Van Rompaey, Danny" <Va...@mazdaeur.com> on 2003/10/07 10:49:13 UTC

Changelog plugin - how to use relative path

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org