|
ProcessBuilder pb = new ProcessBuilder("git", "log", "-n", "1", |
|
"--decorate", "--date=local", file); |
It might happen for this plugin to work on git cloned repository with no git available in $PATH. (Like in eclipse-ee4j/glassfish-build-maven-plugin#18).