RE: [m2] transitive or module dependencies to create multiple jar libraries

2005-06-08 Thread Jörg Schaible
Hi John, John Casey wrote on Tuesday, June 07, 2005 8:34 PM: > Starting in maven2, we have two features you might be able to take > advantage of: > > 1. transitive dependency resolution > [snip] > > 2. POM section > > This new section is meant to be specified in a parent POM > for your pro

Re: [m2] transitive or module dependencies to create multiple jar libraries

2005-06-08 Thread Brett Porter
solo turn wrote: i tried to include all the jars which belong to plexus-components: myproject.pom contains: plexus plexus-components 1.0 compile m2 tries to download a "plexus-components.jar". but it should download the plexus-components modules jars. http://jira.codehaus.org/brows

Re: [m2] transitive or module dependencies to create multiple jar libraries

2005-06-08 Thread solo turn
i tried to include all the jars which belong to plexus-components: myproject.pom contains: plexus plexus-components 1.0 compile m2 tries to download a "plexus-components.jar". but it should download the plexus-components modules jars. i'm unsure how i would write th

Re: [m2] transitive or module dependencies to create multiple jar libraries

2005-06-07 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Starting in maven2, we have two features you might be able to take advantage of: 1. transitive dependency resolution This is the resolution of your dependencies' dependencies and so on until the full closure is calculated, and is automatic. To help

[m2] transitive or module dependencies to create multiple jar libraries

2005-06-07 Thread solo turn
is there any possibility (or if not, plan to allow) to include multiple jars with stating just one dependency? most of our projects depend on the same set of jars, but this may change depending on the base version of the jars, and for ALL projects. what we try to avoid is editing these dependenci