spotbugs / spotbugs-maven-plugin

Maven Mojo Plug-In to generate reports based on the SpotBugs Analyzer
https://spotbugs.github.io/spotbugs-maven-plugin/
Apache License 2.0
69 stars 51 forks source link

[Docs] The docs about the Spotbugs Maven plug-in contains broken links #115

Closed SimonScholz closed 4 years ago

SimonScholz commented 5 years ago

Hi,

The links to the maven goals in https://github.com/spotbugs/spotbugs/blob/master/docs/maven.rst result in a 404.

welcome[bot] commented 5 years ago

Thanks for opening your first issue here! :smiley: Please check our contributing guideline. Especially when you report a problem, make sure you share a Minimal, Complete, and Verifiable example to reproduce it in this issue.

amedee commented 5 years ago

Steps to reproduce:

Affected links:

Other broken links on https://spotbugs.github.io/spotbugs-maven-plugin/:

KengoTODA commented 5 years ago

I'll transfer this issue to https://github.com/spotbugs/spotbugs-maven-plugin/

@hazendaz The root cause is that, spotbugs-maven-plugin doesn't generates pages regarding goals. Maybe some of these changes introduced this problem.

hazendaz commented 4 years ago

@KengoTODA I figured out the issue. The 'goal' was not being run that generates that piece. I'll have a patch coming in shortly after I get upstream base parent updated due to another issue that popped up recently.

hazendaz commented 4 years ago

@KengoTODA Original issue was introduced long time ago prior to us taking this over. See here. Effectively it added an execution that turned off part of the site generation needs. I've ran tests with the full process and think that was purely a mistake.

hazendaz commented 4 years ago

Fixed.

KengoTODA commented 4 years ago

Great! Thanks!