Warner Onstine wrote:
>Ok,
>I am getting ready to move forward and couldn't find this in the j2ee docs:
>In the webapps directory does it expect to find the source there, or in the
>src/java directory?
>
The source is in "src/java".
>
>Is there a specific structure for the individual webapps directory, or can I
>just control it with the specific properties?
>
This directory contains whatever you want.
To use webapps with Maven, you have to :
- define "maven.j2ee.war.name" in your properties
- have a "src/webapps/${maven.j2ee.war.name}" dir with your content
- have a "conf/${maven.j2ee.war.name}-web.xml" file, which will be
copied as "WEB-INF/web.xml"
The dependencies you define in your project.xml file will be copied in
your "WEB-INF/lib" dir.
The LICENSE.txt file will be included under META-INF, if you have such a
file.
The META-INF properties will be filled with the data you provide in your
project.xml file (vendor, author, version, etc.).
HTH,
St�phane
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>