sean.chen(???) wrote: > We use JIRA 3.12.x as our bug/issue tracking system, I want to integrate > Maven with JIRA after our CI runs, Its also generate the release issues? > anyone know how to integrate the two software?I can see many project such as > maven-war-plugin have this: > >> <issueManagement> >> > <system>JIRA</system> > <url>http://jira.codehaus.org/browse/MWAR</url> > </issueManagement> > > How can it works, thanks you for help. >
You should have a look at Maven Changes Plugin: http://maven.apache.org/plugins/maven-changes-plugin/ It can create release notes for your project site by extracting the info from JIRA. -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
