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

maven-resources-plugin output directory problems

2007-05-10 Thread Ondřej Černoš
Hi all, I am quite new to maven, so I apologize in advance if my problem is caused by my ignorance. Actually I hope it is. I have a small project, for evaluation and management persuade purposes, jar packaging, consisting of some java classes and some resources. Nothing big. I don't want the res