Move Maven site reporting to parent pom. Fixed parent hierarchy.#864
Move Maven site reporting to parent pom. Fixed parent hierarchy.#864headius merged 1 commit intojruby:masterfrom jendave:maven-reporting
Conversation
Move Maven site reporting to parent pom. Fixed parent hierarchy.
|
It looks good to me. Hopefully @mkristian can review it as well (merged). |
|
I just executed not sure if such a checkstyle is useful ;) anyways once |
|
I will examine the checkstyle errors. I can remove certain checks if they are superfluous. Worst case, I can remove the checkstyle altogether if you think it is not needed. I had started looking into where to put the docs. There is a plugin to upload the site docs to Github, but there are so many docs that the plugin errors out. The SCM plugin could probably upload them as well, but that would be very slow. I'll see what I can do. Thanks. |
|
about the checkstyle - I do not know of style guide (which does not mean a lot) but if you can find a lenient style which produces only countable number of errors would be great - nobody will ever look through 230k errors ;) I haven't really used site plugin for quite some time - so any help here is very appreciated. |
|
No problem. I already created a more "lenient" style check set. I'll create a PR for it. |
Moved the Maven reporting to the parent pom so it can generate the proper reports for the entire project.