RE: What is the right way to create a patch jar file?

2010-11-12 Thread Chris Helck
because class files have creation timestamps embedded within them that are different for each build. Hope it's clearer now. -Chris Helck -Original Message- From: Wendy Smoak [mailto:wsm...@gmail.com] Sent: Friday, November 12, 2010 12:28 PM To: Maven Users List Subject: Re: What is

Re: What is the right way to create a patch jar file?

2010-11-12 Thread Wendy Smoak
On Fri, Nov 12, 2010 at 12:18 PM, Chris Helck wrote: > I need to support patching: creating a jar file that has just those > classes modified since a base line. Is Maven the right tool to do this? > If so how? There is a patch plugin for Maven1, but nothing for Maven2. There is this... https://ma

What is the right way to create a patch jar file?

2010-11-12 Thread Chris Helck
I need to support patching: creating a jar file that has just those classes modified since a base line. Is Maven the right tool to do this? If so how? There is a patch plugin for Maven1, but nothing for Maven2. Thanks, C. Helck ***