Skip to content

Commit

Permalink
Add workaround for mojohaus/exec-maven-plugin#401
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jan 26, 2024
1 parent d01333d commit d952da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
</goals>
<phase>validate</phase>
<configuration>
<executable>diff</executable>
<!-- Hack: workaround for https://github.com/mojohaus/exec-maven-plugin/issues/401 -->
<executable>/usr/bin/diff</executable>
<arguments>
<argument>-b</argument>
<argument>-c</argument>
Expand Down

0 comments on commit d952da9

Please sign in to comment.