RE: extracting zip file?

2006-07-17 Thread Adam Leggett
) [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 2:47 PM To: Maven Users List Subject: RE: extracting zip file? Thanks for your reply Adam. Actually I want to extract tomcat server which is saved in zip format in my cvs repository and then copy my war file in the tomcat webapps directory

RE: extracting zip file?

2006-07-17 Thread dcabasson
ory and then copy my war file in the tomcat webapps > directory. > > Regards, > Kapil > -- View this message in context: http://www.nabble.com/extracting-zip-file--tf1954718.html#a5361232 Sent from the Maven - Users forum at Nabble.com.

Re: extracting zip file?

2006-07-17 Thread dcabasson
u a pom file? > -- View this message in context: http://www.nabble.com/extracting-zip-file--tf1954718.html#a5361204 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: extracting zip file?

2006-07-17 Thread Kapil Gupta\(CT\)
:12 PM To: Maven Users List Subject: RE: extracting zip file? Im not aware of a dedicated zip/unzip plugin. You could try the dependency plugin (dependency:unpack) http://mojo.codehaus.org/dependency-maven-plugin/ if the zip is listed as a dependency and this fits with what you want. Otherwise I&#

RE: extracting zip file?

2006-07-17 Thread Adam Leggett
in to an appropriate phase and use a little ant to get the job done. Or write your own plugin of course. Adam -Original Message- From: Kapil Gupta(CT) [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 2:26 PM To: users@maven.apache.org Subject: extracting zip file? Hi, Is there an

extracting zip file?

2006-07-17 Thread Kapil Gupta\(CT\)
Hi, Is there any way to extract zip file thru a pom file? Thanks, Kapil