如何避免在 javadoc 创建期间指定 defaultAuthor 元素
如何避免在使用 javadoc 创建 javadoc 期间指定 defaulAuthor 元素插件。我不需要作者元素,因为 javadoc 将发送给客户。
How do I avoid specifying the defaulAuthor element during javadoc creation using the javadoc plugin. I don't want the author element, since the javadocs will be shipped to customers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不在父 pom 中将其设置为您公司的名称?请参阅插件配置选项
Why don't you set it to be the name of your company in a parent pom? See plugin configuration options
指定一个通用作者(即您的公司)怎么样?
How about specifying a generic author (i.e. your company)?