Re: maven-resources-plugin output directory problems

2007-05-11 Thread Ondřej Černoš
OK, thanks, it worked. Still i don't quite get why, but it worked... Ondrej On 5/11/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: You only have a configuration problem :) It should be: org.apache.maven.plugins maven-resources-plugin target/resources Since this goal is already bound to

Re: maven-resources-plugin output directory problems

2007-05-11 Thread Maria Odea Ching
You only have a configuration problem :) It should be: org.apache.maven.plugins maven-resources-plugin target/resources Since this goal is already bound to the "process-resources" phase, you need not set it in the executions tag if you're executing 'mvn process-resources' or 'mvn clean pa