Re: How to share resources across projects in Maven

2009-04-23 Thread Davis Ford
Can you attach some build logs? The dep plugin > is pretty verbose about what it's doing so it should hopefully be obvious. > > On 4/23/2009 10:54 PM, Davis Ford wrote: >> >> Hi Brian -- I'm trying to emulate your blog: >> >> http://www.sonatype.com/peopl

Re: How to share resources across projects in Maven

2009-04-23 Thread Brian Fox
04/how-to-share-resources-across-projects-in-maven/ for sharing resources across a multi-module project. It is a grand trick, but one that doesn't seem to be working for me. I have the config project setup just fine. It generates a .zip archive. I have done mvn install on it. So, another p

How to share resources across projects in Maven

2009-04-23 Thread Davis Ford
Hi Brian -- I'm trying to emulate your blog: http://www.sonatype.com/people/2008/04/how-to-share-resources-across-projects-in-maven/ for sharing resources across a multi-module project. It is a grand trick, but one that doesn't seem to be working for me. I have the config project