---- John Coleman <[EMAIL PROTECTED]> schrieb: > Hi, > > We are finding that our Maven build is damaging jpg and gif files during > the copy of resources into the target area. Is there something in the > config to tell it not to mess with binary resources? Is this an issue > with filters perhaps, or of locating image resources under the java > directory?
You mean just copying from a dir under src to target? Maven will not modify anything unless you explicitly have resource-filtering turned on. Maybe one of the parent poms has filtering enabled? Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]