github / maven-plugins

Official GitHub Maven Plugins
MIT License
584 stars 198 forks source link

used maven-plugin-tools-javadoc to reduce warning for javadoc #21

Closed KengoTODA closed 12 years ago

KengoTODA commented 12 years ago

Thanks for your product. I created a simple update to reduce warning on build phase. This change remove a warning like this:

[WARNING] Javadoc Warnings
[WARNING] /Users/kengo/Documents/workspace/github/github-maven-plugins/github-site-plugin/src/main/java/com/github/maven/plugins/site/SiteMojo.java:67: warning - @goal is an unknown tag.

I hope you like it.

kevinsawicki commented 12 years ago

This is great, thanks for contributing it, I have merged it into master.

KengoTODA commented 12 years ago

Thanks!