Open jklap opened 10 years ago
The same as #11 - will try to look at it thoroughly in some time.
Sorry, I am currently unable to investigate this properly, will appreciate pull request.
Closing this, please reopen if still relevant.
Unless you fixed this, yes, it is still relevant. I can not re-open, please re-open.
There are cases where the parent pom does not execute until after a module.
If runOnlyAtExecutionRoot is true (the default) the execution of the plugin in the module then returns the following error: "Cannot extract Git info, maybe custom build with 'pl' argument is running"
JGitBuildNumberMojo.java should be changed so that if the parent doesn't have the revision properties set that it calculates them itself (and stores in the parent if that is possible)