On Fri, Nov 12, 2010 at 12:18 PM, Chris Helck <[email protected]> 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://maven.apache.org/plugins/maven-patch-plugin/ (not sure if that has the same functionality as the Maven 1 plugin though.) Is this your code? If so I'd branch just that module, say from the 2.5.6 release, make the change, and release version 2.5.6.1 of that jar. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
