You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by to...@gi-de.com on 2009/05/20 14:21:50 UTC

how to patch existing (3rdparty) *.jar file with Maven

Hi, 

I´ve found a bug in an existing 3rdparty library that I can fix quickly by 
recompilation of the sourcefile and afterwards replace it in the *.jar.

Is there a plugin to support that? The maven-patch-plugin "only" applies 
patches with the GNU patchtool, 
thats not what I´m looking for....

thanx, Torsten