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

----- Original Message -----
From: "Brett Porter" <[EMAIL PROTECTED]>
> Before integrating maven into ant, I'd consider which flow suits you best.
> Starting maven is slower than using ant inside maven, so you may be better
> off again putting your existing ant code into maven.xml, or a plugin that
> you can share amongst projects.
>
> This is how I started out (still have it, although maven does most
> everything on its own now).
>
> - Brett
>
> > -----Original Message-----
> > From: Stephen Colebourne [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, 30 September 2003 7:07 AM
> > To: Maven Users List
> > Subject: Re: Combining ant and maven (was (Fwd) Re: Corporate
> > constructive criticism)
> >
> >
> > Yes, on reflection I realised that a combination of tools
> > could do the job.
> >
> > I can successfully do
> > - java:compile
> > - jar:install
> > - site:deploy
> > so I will get benefits from maven. It seems to be the
> > distribution and release steps where I hit the really hard problems.
> >
> > So, question to maven guys - is there a maven ant task?
> >
> > Stephen
> >
>


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

Reply via email to