8000 multi-module maven project always produces UNKNOWN_REVISION unless you build from inside individual modules · Issue #20 · alx3apps/jgit-buildnumber · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

multi-module maven project always produces UNKNOWN_REVISION unless you build from inside individual modules #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stantonk opened this issue Jun 25, 2015 · 1 comment

Comments

@stantonk
Copy link

No description provided.

@magnayn
Copy link
magnayn commented Apr 12, 2016

I think this is because the logic where it's looking at the parent isn't right if you are using aggregator POMs.

My solution was to disable "run only at execution root"

 <configuration>
              <runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
          </configuration>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0