Re: maven ignores resources phase

2007-03-13 Thread Graham Leggett
On Tue, March 13, 2007 7:44 pm, Brett Porter wrote: > Sounds like a great question to ask [EMAIL PROTECTED] :) > > (and with over 3 times as many subscribers, your odds of an answer > are much, much better) I have posted a number of questions to the users lists recently, none of which have receiv

Re: maven ignores resources phase

2007-03-13 Thread Brett Porter
Sounds like a great question to ask [EMAIL PROTECTED] :) (and with over 3 times as many subscribers, your odds of an answer are much, much better) On 13/03/2007, at 10:39 AM, Graham Leggett wrote: Hi all, I have a pom file, that using ant generates a C++ library, which is then packaged

maven ignores resources phase

2007-03-13 Thread Graham Leggett
Hi all, I have a pom file, that using ant generates a C++ library, which is then packaged as a jar. The ant build is attached to the generate-resources phase, and when you run "mvn resources:resources" the library is correctly copied to target/classes. However: when you run "mvn install", the re