问题标签 [maven-changes-plugin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
git - 从 git 提交消息中自动更新 Maven 的 changes.xml
是否有一个 Maven 插件可以使用 Git 提交提供的信息自动生成changes.xml
更改插件 ( http://maven.apache.org/plugins/maven-changes-plugin/index.html ) 的文件?
这个 git 日志
应该用来创建这个 changes.xml 部分:
java - 如何为 maven-changes-plugin 配置超时?
我为构建过程配置了一个maven-changes-plugin 。有时,JIRA 内部网服务器关闭,构建需要很长时间才能等待 JIRA 上的长时间超时。
有没有办法配置超时?
jira - maven-changes-plugin 错误:“此 JIRA 服务器不支持版本 2 的 REST API”
我们使用 maven-changes-plugin 来生成发布公告。不幸的是,“mvn changes:jira-report”命令返回“回退到 RSS 进行问题下载:此 JIRA 服务器不支持 maven-changes-plugin 需要的 REST API 版本 2。”。请参阅下面的命令错误日志:
环境信息
pom.xml 摘录
感谢任何指针。
谢谢
html - Jira在maven中报告为pdf
我有一个使用更改插件在 Maven 中生成的 Jira 报告,但我希望能够将此报告放入生成的 PDF 文件中。不幸的是,maven-pdf-plugin 无法使用 Maven 3 生成报告,而且他们似乎没有解决这个问题。是否有任何其他选项可以达到相同的结果?
maven - maven-changes-plugin ignores configuration
I am trying to use the maven-changes-plugin to generate a release notes from Jira. However, when I inspect the logs in the maven debug mode, the specified configuration seems to be ignored.
Here's the plugin code in the top-level pom.xml:
This command line executes the report: changes:jira-report
This is from the maven logging:
More logging:
The plugin does attempt to go to the url specified in the issueManagement element. But since the configuration is ignored, I get this stacktrace:
Any help would be appreciated!
maven - 将 maven 更改插件与 Jira 敏捷集成
我们最近迁移到了 jira 敏捷,问题已经从任务错误变成了故事。我们一直在使用 maven 更改插件来自动发送新版本的通知,它成功地包含了已解决的问题等等。现在我们有了故事,它不会将它们包含在消息正文中。我已经更新了配置属性以包括故事和所有可能的问题类型(错误、新功能、任务、改进、子任务、故事),但仍然没有成功。由同一插件生成的 jira 报告是正确的,但邮件仍然不包含它们。
我还尝试附加 jira 报告(${basedir}/target/site/jira-report.html),但没有成功。
任何人都可以提出解决方案或解决这个问题吗?
jira - Maven 更改插件不适用于 Jira 云
我正在尝试将 maven 更改插件与 jira cloud 一起使用,但徒劳无功。我的 pom 看起来像这样:
我收到 403 错误。
我认为在使用 jira cloud 时,我应该使用令牌,但我不知道如何使用它配置插件。
请问有什么帮助吗?
java - maven-changes-plugin Jira-report 找不到状态已关闭
我正在尝试maven-changes-plugin
通过 Jira 任务生成发行说明。我遵循了这些说明:
这是我添加到我的pom.xml
:
当我运行时,mvn changes:jira-report
我收到以下错误消息:
为什么我会收到此消息,我该如何解决?