HubSpot / prettier-maven-plugin

Apache License 2.0
116 stars 23 forks source link

extract patch command to parameter for overriding #96

Closed jaredstehler closed 11 months ago

jaredstehler commented 11 months ago

this will allow me to set <patchCommand>/usr/bin/patch</patchCommand> to fix this build issue I'm encountering:

[ERROR] Failed to execute goal com.hubspot.maven.plugins:prettier-maven-plugin:0.21-SNAPSHOT:write (default-cli) on project foo: Error patching prettier-java: Cannot run program "patch" (in directory "/build/sandbox/app/.m2/repository/com/hubspot/maven/plugins/prettier-maven-plugin/0.21-SNAPSHOT/prettier-java-396189222533385624"): error=2, No such file or directory -> [Help 1]

@jhaber