Java Mailing List Archive

http://www.java2.5341.com/

Home » Maven Users List »

Includes files in a war

Rémy

2008-11-18

Replies: Find Java Web Hosting

Author LoginPost Reply

Hi,

I generate war files with Maven. I want to include jar files (applets) in a
lib folder in the base repository. I don't know how doing that.

I've got this project structure :

|-- pom.xml
|-- lib
|   `-- I want to put here the applets
`-- WEB-INF
   |-- web.xml
   `-- lib
     
I try with the antrun plugin, but I dont know how to acces the artefact
(applets) in the Maven repository.

I think it's possible doing that with war overlays, but isn't a shame to
generate a war with the applets.

Thanks.

Rémy.


--
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 java2.5341.com - Jax Systems, LLC, U.S.A.