I'd strongly encourage people search the archives and/or JIRA before
proposing the latest fantastic solution they've come up with :)

for example, in less time than it takes to write the question, I've
found some threads:
http://marc.theaimsgroup.com/?l=turbine-maven-user&m=109197018407140&w=2
http://marc.theaimsgroup.com/?t=104756593800002&r=1&w=2

A m2 required use case:
http://docs.codehaus.org/display/MAVEN/Test+dependecies

This was by doing a quick search for "test dependencies" on the user
list and wiki.

Thanks,
Brett

On Mon, 13 Sep 2004 00:09:39 -0300, Felipe Leme <[EMAIL PROTECTED]> wrote:
> Andreas,
> 
> You can add a 'custom' property on the dependency on the POM, than
> modify the dependencies.xml file(located ad
> maven-xdoc-plugin/plugin-resources/template) to show only what you want.
> 
> For instance, I modified the dependencies.xml to print 2 tables, one
> with runtime and other with compile-time dependencies. By default, all
> dependencies are present in both stages. Then I explicitly add the
> <runTime>false</runTime> property on dependencies such as servlet-api,
> ejb and junit and <compileTime>false</compileTime> in others such as
> log4j and oracle-jdbc.
> 
> Anyway, that is already the second time someone asked about this issue
> in the last weeks (at least since I joined the users list), so I guess
> that's a feature we should think about for Maven 1.1 or M2.
> 
> -- Felipe
> 
> 
> 
> On Mon, 2004-09-13 at 00:00, Andreas Guther wrote:
> >  Sure, that is a way to do it.  But this does not show up on the
> > generated site, for example.
> 
> ---------------------------------------------------------------------
> 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