maven-patch-plugin.fml.faq.fml Maven / Gradle / Ivy
What would a patch plugin even be used for?
In certain environments direct source modification is not allowed so to make alterations to the source you
need some patch application process. This plugin seeks to address those situations.
Why doesn't this work on Windows?
This plugin wraps the GNU patch tool, which must be in your
PATH in order to function properly. A Windows installation usually does not ship with this tool so
you will need to install it manually. You might be able to get this plugin working within
Cygwin or by using the port
Patch for Windows.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy