You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brett Porter <bp...@f2network.com.au> on 2003/09/30 00:05:37 UTC

RE: Combining ant and maven (was (Fwd) Re: Corporate constructive criticism)

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:scolebourne@btopenworld.com] 
> 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
> 

Re: Combining ant and maven (was (Fwd) Re: Corporate constructive criticism)

Posted by di...@multitask.com.au.
"Stephen Colebourne" <sc...@btopenworld.com> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Combining ant and maven (was (Fwd) Re: Corporate constructive criticism)

Posted by Stephen Colebourne <sc...@btopenworld.com>.
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" <bp...@f2network.com.au>
> 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:scolebourne@btopenworld.com]
> > 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org