Originally I was looking for the property (which I figured must exist) that 
represented 'target/distributions'. This was so that I could copy the maven created 
distribution to somewhere of my choice.

Thanks to your note below, I've checked the plugin properties. The dist plugin does 
not declare such a property. However I looked in the plugin.jelly file and found that 
maven.dist.dir was what I was looking for.

But I'm concerned about the scope comment in your reply below. Are you indicating that 
the maven.dist.dir property is not available for use in maven.xml by users?

(Actually, maven is a lot less scary once you see a plugin.jelly file. Maybe the 
website documentation should show one of these files as a gentler way to move people 
from ant to maven?)

Stephen

>  from:    [EMAIL PROTECTED]
> "Stephen Colebourne" <[EMAIL PROTECTED]> wrote on 30/09/2003 
> 08:52:28 AM:
> 
> > Is there any ant/maven task/goal that lists all the properties in scope 
> with
> > their values? This would seem like one way to help users write scripts 
> in
> > maven where maven is creating undocumented properties by itself.
> > 
> > Stephen
> 
> All plugin properties are defined in the plugin.properties file for that 
> plugin, and SHOULD be documented on their home page.
> 
> I'd rather we get the documentation right.
> 
> There are multiple 'scopes', as well.
> 
> Which properties are you looking for?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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