Re: copy dependencies plugin fails with npanday

2011-09-12 Thread Brett Porter
Sorry, this is a known issue: https://issues.apache.org/jira/browse/NPANDAY-98 On 13/09/2011, at 7:40 AM, Sergio Rupena wrote: > Hi, > > I have a multi module build pom with 3 modules. Each module inherits > from the parent pom. > > Parent > ProjectA (dotnet-library) > ProjectB (dotnet-librar

copy dependencies plugin fails with npanday

2011-09-12 Thread Sergio Rupena
Hi, I have a multi module build pom with 3 modules. Each module inherits from the parent pom. Parent ProjectA (dotnet-library) ProjectB (dotnet-library , depends on ProjectA) ProjectC (dotnet-library , depends on ProjectB and uses maven-dependency-plugin plugin) * All 3 child poms inherit