You shouldn't need the pid (where is it written that you do?), eg for the doxia jira report [1] we just have
<url>http://jira.codehaus.org/browse/DOXIA</url> in the pom [2]. It's probably a different problem, check your logs. HTH, -Lukas [1] http://maven.apache.org/doxia/jira-report.html [2] https://svn.apache.org/repos/asf/maven/doxia/site/pom.xml Stevo Slavić wrote:
When browsing your JIRA project just hower over or copy URL of almost any link, and there you will find project's pid. Although maven needs pid (JIRA APIs require it) and not shorthand human-readable code, when configuring issueManagement/url I typically leave both pid and shorthand code in URL like in <issueManagement> <system>JIRA</system> <url>http://jira.codehaus.org/browse/MCHANGES?pid=11212</url> </issueManagement> So it's somewhat human-readable for developers and maven (plugins) can use it. Regards, Stevo On Tue, Mar 8, 2011 at 1:56 PM, mehtak<[email protected]> wrote:Hi, I am trying to generate a jira-report for my project. I do not know the 5 digit PID of my project. Thus I am getting an empty report as my site output. But I have specified a 5 chars valid project name ID, which works perfect on the jira..com Here is my POM. As a maven output I always get a BUILD SUCCESSFUL. But the jira-report.html file has following error message: An error occured that made it impossible to generate this report. Please check the console for information on what might be the cause of this. POM.xml ... maven-project-info-reports-plugin 2.3.1 summary org.apache.maven.plugins maven-changes-plugin 2.3 Fix Version,Type,Key,Summary,Resolution Closed Fix Version DESC, Type 1000 jira-report ... JIRA http://jira.company.com/browse/ABCDE xyz http://jira.company.com/browse/ABCDE Please help. Also what is the connection between a Project name ABCDE and the PID. Is PID a must param to fetch the jira report? thanks, Komal -- View this message in context: http://maven.40175.n5.nabble.com/changes-jira-report-No-report-for-missing-PID-tp3413891p3413891.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
