> 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]
