Re: Resources in source folder

2009-11-26 Thread Barrie Treloar
On Thu, Nov 26, 2009 at 5:57 PM, Martin Seebach wrote: > Hi, > > Thanks for the response. > > 2009/11/26 Barrie Treloar >> Did you check the plugin's documentation? >> http://maven.apache.org/plugins/maven-eclipse-plugin/ > > I tried to look for it, but I guess I focused too much on the > resourc

Re: Resources in source folder

2009-11-25 Thread Martin Seebach
Hi, Thanks for the response. 2009/11/26 Barrie Treloar > Did you check the plugin's documentation? > http://maven.apache.org/plugins/maven-eclipse-plugin/ I tried to look for it, but I guess I focused too much on the resources plugin, rather than the eclipse plugin. > See the example on specif

Re: Resources in source folder

2009-11-25 Thread Barrie Treloar
On Sat, Nov 21, 2009 at 12:45 AM, Martin Seebach wrote: > Hi, > > I have an Eclipse-project that are managed with Maven2. This project depends > on resource-files in the source-folders (HTML-files, it's a Wicket project), > but recently Eclipse stopped copying those files to the target > automatic

Re: Resources in source folder

2009-11-25 Thread John Patrick
Have you tried: mvn eclipse:m2eclipse. Does it exibit the same behaviour. John 2009/11/20 Martin Seebach > Hi, > > I have an Eclipse-project that are managed with Maven2. This project > depends > on resource-files in the source-folders (HTML-files, it's a Wicket > project), > but recently Ecli

Resources in source folder

2009-11-20 Thread Martin Seebach
Hi, I have an Eclipse-project that are managed with Maven2. This project depends on resource-files in the source-folders (HTML-files, it's a Wicket project), but recently Eclipse stopped copying those files to the target automatically. Project properties->build path->source folders for the relevan