Resolving Maven source jars to distinct folders

2011-05-19 Thread Carlton Brown
All, My users are requesting that source jars be retrieved into their own distinct folder. We already use the config as part of the retrieve pattern, so I thought it would be as adding a 'sources' configuration in my ivy.xml, then declaring the appropriate conf mapping: configurations

Re: Resolving Maven source jars to distinct folders

2011-05-19 Thread Archie Cobbs
Just include a [type]s directory in your retrieval pattern... all source JARs should have type source. -Archie On Thu, May 19, 2011 at 9:19 AM, Carlton Brown cblists...@gmail.com wrote: All, My users are requesting that source jars be retrieved into their own distinct folder. We already

Re: Resolving Maven source jars to distinct folders

2011-05-19 Thread Carlton Brown
*facepalm* That's exactly it, of course. Should have remembered it myself. Thanks. On Thu, May 19, 2011 at 10:47 AM, Archie Cobbs arc...@dellroad.org wrote: Just include a [type]s directory in your retrieval pattern... all source JARs should have type source. -Archie On Thu, May 19,