alx3apps / jgit-buildnumber

Git buildnumber for Maven and Ant without Git CLI
51 stars 23 forks source link

Parent pom build order #12

Open jklap opened 10 years ago

jklap commented 10 years ago

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)

alx3apps commented 10 years ago

The same as #11 - will try to look at it thoroughly in some time.

alx3apps commented 10 years ago

Sorry, I am currently unable to investigate this properly, will appreciate pull request.

alx3apps commented 9 years ago

Closing this, please reopen if still relevant.

jklap commented 9 years ago

Unless you fixed this, yes, it is still relevant. I can not re-open, please re-open.