Dan Allen wrote:
On Mon, Aug 10, 2009 at 7:55 AM, Max Rydahl Andersen
<max.andersen(a)redhat.com <mailto:max.andersen@redhat.com>> wrote:
Dan Allen wrote:
>
>
>
> Does this mean you are using the maven project structure from
> now on?
> Or are you sticking with WebContent etc.?
>
>
> Please let us use the damn Maven 2 standard and end this battle.
>
> IMHO, "WebContent" is the most ridiculous folder name when put
> next to "src". It's almost as bad as "My Documents" from
Windows.
> We might as well just call it "My Web Files".
I completely agree, but please report it to eclipse WTP please ;)
note: it's always been configurable.
Just not through the UI. The Maven 2 eclipse:eclipse plugin sets it to
src/main/webapp, so clearly it works by tweaking the .settings file.
src/main/webapp is the default web content folder, but it can be
configured using warSourceDirectory within maven-war-plugin
http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html
Snjeza