-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29860 Fix NullPointerException on Maven site build #7693
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
base: branch-2.5
Are you sure you want to change the base?
HBASE-29860 Fix NullPointerException on Maven site build #7693
Conversation
This occurs when the parser encounters a section in an .xdoc file that it cannot properly index, such as sections without a name attribute.
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
I approved the changes because they are good on their own merit but do not seem to be fixing the site build issues per the precommit report. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.21.0:site (default-site) on project hbase: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.21.0:site failed. NullPointerException -> [Help 1] I think more needs to be done here before we can claim it is a NPE fix @PDavid |
Hi @apurtell, |
This occurs when the parser encounters a section in an .xdoc file that it cannot properly index, such as sections without a name attribute.