You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ni...@arsoe-trelaze.com on 2003/11/28 11:22:20 UTC

Réf. : Newbee - templates and examples for a strutsproject

You just have to declare struts 1.1 dependency in you project.xml :
   <dependency>
      <groupId>struts</groupId> 
      <artifactId>struts</artifactId>
      <version>1.1</version>
      <url>http://jakarta.apache.org/struts</url>
      <properties>
        <war.bundle>true</war.bundle>
      </properties>
   </dependency>

Use the war.bundle property to include jar in WEB-INF/lib

take a look at : http://wiki.codehaus.org/maven/CreatingWebApplications
or at the project : http://maven.apache.org/misc/powered.html

Nicolas





Eric BELLARD <er...@yahoo.com>
28/11/2003 09:46
Veuillez répondre à "Maven Users List"

 
        Pour :  users@maven.apache.org
        cc : 
        Objet : Newbee - templates and examples for a struts project


Hi,

I'm a newbee in using maven.

I'd like to use it on my web project which uses struts
1.1 and some others dependancies.

I'd like to find templates and/or examples of maven
project.xml and maven.xml to accelerate the maven
acquiring.

For example: It could be great to have links on the
maven documentation page to the struts-example
project.xml and maven.xml or to another example
projects of main bigger projects.

Perhaps it exists but I didn't find it...

regards,

eric

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org