Re: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-24 Thread Barrie Treloar
On Sat, Oct 24, 2009 at 1:58 AM, Vincent F wrote: > > OK, thanks everyone for these additional infos. I may stick with WTP > organisation then (using /WebContent/ instead of /src/main/webapp/) just for > convenience in Eclipse. You should be able to use /src/main/webapp thats what the file .setti

Re: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-23 Thread Vincent F
case. > > Thanks Benson, not working with WTP myself, this was exactly what I > wanted to explain to Vincent. > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > > -- View t

Re: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-22 Thread Barrie Treloar
On Fri, Oct 23, 2009 at 10:50 AM, Benson Margulies wrote: > An Eclipse project type, or perspective, can decide to show the tree any way > it likes. The default Java perspective shows all folders as ordinary folders > except source folders. It hauls source folders to the top of the project, > give

Re: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-22 Thread Benson Margulies
An Eclipse project type, or perspective, can decide to show the tree any way it likes. The default Java perspective shows all folders as ordinary folders except source folders. It hauls source folders to the top of the project, gives them a special icon, and labels them with the full pathname (e.g.

Re: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-22 Thread Barrie Treloar
On Fri, Oct 23, 2009 at 6:31 AM, Vincent F wrote: > > My plugin configuration is the following > > >      org.apache.maven.plugins >      maven-eclipse-plugin >      2.7 >         >             war >             false >             2.0 >             true >         > > > So as you can see, pack

Re: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-22 Thread Vincent F
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > > -- View this message in context: http://www.nabble.com/maven-eclipse-plugin-and-src-main-webapp-with-Eclipse-tp25996692p26016271.html Sent from the Maven - User

RE: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-21 Thread Roland Asmann
t; Sent: Wednesday, October 21, 2009 1:22 PM > To: users@maven.apache.org > Subject: maven-eclipse-plugin and src/main/webapp with Eclipse > > > Hi, > > I'm trying to move my current project structure to Maven Standard > Directory Layout, so that everything I had

Re: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-21 Thread Barrie Treloar
On Thu, Oct 22, 2009 at 9:37 AM, Vincent F wrote: > > Thanks for your answer. I'm going to be very picky here, but is there a way > to have the src/main/webapp folder " folded as one in Eclipse, just like the > src/main/java and src/main/resources are ? Can you please post how you are running ecl

RE: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-21 Thread Vincent F
webapp to be a source folder - > it doesn't contain compilable source files. > > Justin > > -Original Message- > From: Vincent F [mailto:vincent.fu...@sgcib.com] > Sent: Wednesday, October 21, 2009 1:22 PM > To: users@maven.apache.org > Subject:

RE: maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-21 Thread Edelson, Justin
en-eclipse-plugin and src/main/webapp with Eclipse Hi, I'm trying to move my current project structure to Maven Standard Directory Layout, so that everything I had in /WebContent is now in src/main/webapp . It works fine for the packaging. However, when using maven-eclipse-plugin 2.7 to up

maven-eclipse-plugin and src/main/webapp with Eclipse

2009-10-21 Thread Vincent F
View this message in context: http://www.nabble.com/maven-eclipse-plugin-and-src-main-webapp-with-Eclipse-tp25996692p25996692.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-