Static content deployement

2006-11-22 Thread Laurent GRANIE

Hi all,

There are 3 apache (in front of tomcat instances) that content the
static files (images, html files, ...).
How can I deploy the static content on this 3 apache with Maven 2?

Thanks, Laurent.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Static content deployement

2006-11-22 Thread Santosh Iralapalle

Hi Laurent,
   U can metion this in project.xml file under resurces tag
e.g.
resources
resource
   directory${basedir}/src/main/resources//directory
   includes
   include**/*.*/include
   /includes

/resources
/resource


On 11/22/06, Laurent GRANIE [EMAIL PROTECTED] wrote:


Hi all,

There are 3 apache (in front of tomcat instances) that content the
static files (images, html files, ...).
How can I deploy the static content on this 3 apache with Maven 2?

Thanks, Laurent.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Static content deployement

2006-11-22 Thread Laurent GRANIE

Thanks.

In that case, what is the packaging of my project? It can't be jar or war...

Laurent.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Static content deployement

2006-11-22 Thread Santosh Iralapalle

The packaging of your project is war or any.Since in web page we require
these static data.

On 11/22/06, Laurent GRANIE [EMAIL PROTECTED] wrote:


Thanks.

In that case, what is the packaging of my project? It can't be jar or
war...

Laurent.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]