Are there any specific tags or properties that would tell maven to convert from one file type to another when moving it to the local repository?
jf -----Original Message----- From: Wayne Fay [mailto:[email protected]] Sent: Monday, February 28, 2011 9:00 PM To: Maven Users List Subject: Re: why convert jar to zip when installing to local repo > I've got a weird one on a project that I've inherited that I can't > come up with the correct search terms to find out there. When copying > the created jar files to my local repository, 1 gets converted to a > zip file and I can't figure out where something like this is even configured. Check what "mvn help:effective-pom" shows in the jar to zip project. There must be some weird extra configuration being injected by a parent pom or something. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
