Questions tagged [maven-changes-plugin]

Apache Maven Changes Plugin

This plugin is used to inform your users of the changes that have occurred between different releases of your project. The plugin can extract these changes, either from a changes.xml file or from an issue management system (Jira, Trac and GitHub supported), and presents them as a report.

You also have the option of creating a release announcement and even sending it via email to your users.

References :

http://maven.apache.org/plugins/maven-changes-plugin/

9 questions
3
votes
2 answers

Update Maven's changes.xml automatically from git commit messages

Is there a Maven plugin that generates the changes.xml file for the changes plugin (http://maven.apache.org/plugins/maven-changes-plugin/index.html) automatically using the information provided by the Git commits? This git log commit…
Stefan Birkner
  • 24,059
  • 12
  • 57
  • 72
2
votes
1 answer

Integrating maven changes plugin with Jira agile

We have recently migrated to jira agile and the issues have changed from tasks bugs to stories. We have been using maven changes plugin to automatically send notification for new releases and it successfully includes issues resolved and so on. Now…
airmil
  • 115
  • 1
  • 2
  • 7
1
vote
1 answer

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…
Barry S
  • 69
  • 9
1
vote
1 answer

Jira report to pdf in maven

I have a Jira report generated in Maven with the changes plugin, but I want to be able to put this report in a generated PDF file. Unfortunately the maven-pdf-plugin isn't able to generate reports with Maven 3, and it doesn't seem like they are…
user16655
  • 1,901
  • 6
  • 36
  • 60
1
vote
1 answer

How to configure timeout for maven-changes-plugin?

I have a maven-changes-plugin configured for a build process. Sometimes, JIRA intranet server is down and the build takes ages waiting for a long timeout on JIRA. Is there a way to configure the timeout?
Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148
0
votes
0 answers

When generating the jira-report using the maven-changes-plugin, is it possible to externalize and/or encrypt the webUser/webPassword credentials?

I have long used the Apache maven-changes-plugin as part of my Maven project site builds, in order to generate a simple HTML report of the tickets included in my release. This plugin provides mechanisms for retrieving issues from a local XML file,…
0
votes
1 answer

maven-changes-plugin Jira-report Could not find status Closed

I'm trying to use maven-changes-plugin to generate release-notes by Jira tasks. I Followed these instructions: maven-changes-plugin customizing-jira-report this is what I added to my pom.xml: ...
Evya2005
  • 410
  • 1
  • 5
  • 19
0
votes
1 answer

Maven changes plugin not working with Jira cloud

I'm trying to use maven changes plugin with jira cloud but in vain. My pom looks like this : ..... org.apache.maven.plugins
chidar
  • 405
  • 1
  • 5
  • 9
0
votes
1 answer

maven-changes-plugin error: "This JIRA server does not support version 2 of the REST API"

We use maven-changes-plugin to generate release announcement. Unfortunately, "mvn changes:jira-report" commands returns "Falling back to RSS for issue download: This JIRA server does not support version 2 of the REST API, which maven-changes-plugin…
drecute
  • 748
  • 4
  • 11
  • 29