|
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).
glassfish-copyright-plugin/src/main/java/org/glassfish/copyright/AbstractCopyright.java
Lines 917 to 918 in 50f4d7a
It might happen for this plugin to work on git cloned repository with no
gitavailable in$PATH. (Like in eclipse-ee4j/glassfish-build-maven-plugin#18).