Jason,

This is what I'm doing in the multichanges plugin: it automatically
lists all releases. I have not committed it yet but the way I planned to
compute the URL was by:

[Remote repo URL] + [group id] + [type (new POM element)] + [artifact
id] + [version] + [type extension - directly computed from type]

The best would be to ask the artifact handler (whatever that is) to
return the URL by passing to it the different parameters.

I see that you wish to have a distributionURL. Would that be optional
and default to the strategy above if not specified?

Thanks
-Vincent

> -----Original Message-----
> From: Jason van Zyl [mailto:[EMAIL PROTECTED]
> Sent: 18 December 2003 08:23
> To: Maven Developers List
> Subject: Re: cvs commit: maven-plugins/xdoc/src/plugin-
> resources/templatesdownloads.xml
> 
> On Thu, 2003-12-18 at 01:19, [EMAIL PROTECTED] wrote:
> > So this is not a 1.0 compatible plugin anymore??
> 
> It still is, none of the default behaviour has changed. I'm just
adding
> stuff that >1.0 will be able to take advantage of.
> 
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://blogs.codehaus.org/people/dion/
> >
> >
> >
> > [EMAIL PROTECTED] wrote on 18/12/2003 08:40:37 AM:
> >
> > > jvanzyl     2003/12/17 13:40:37
> > >
> > >   Added:       xdoc/src/plugin-resources/templates downloads.xml
> > >   Log:
> > >   o little template for an automatically created download page.
This
> is
> > going
> > >     to require an addition to the POM of a distributionUrl for
> > end-users.
> > >
> > >   Revision  Changes    Path
> > >   1.1
maven-plugins/xdoc/src/plugin-resources/templates/downloads.xml
> > >
> > >   Index: downloads.xml
> > >
===================================================================
> > >   <?xml version="1.0" encoding="$encoding" ?>
> > >   <document>
> > >
> > >     <!--
> >      | Looks like for sanity we most likely must provide a
> > > distribution URL as
> >      | the distributionSite and distributionDirectory
> > > don't map to anything
> >      |   useful from the web.
> >      -->
> > >
> > >     <properties>
> > >       <title>Downloads</title>
> > >     </properties>
> > >
> > >     <body>
> > >       <section name="Downloads">
> > >         <p>
> > >           #set ($url = $escape.getText($project.distributionUrl))
> > >           <a href="$url">$url</a>
> > >         </p>
> > >       </section>
> > >     </body>
> > >   </document>
> > >
> > >
> > >
> > >
> > >
> > >
---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> --
> jvz.
> 
> Jason van Zyl
> [EMAIL PROTECTED]
> http://tambora.zenplex.org
> 
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
> 
>   -- Jacques Ellul, The Technological Society
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to