From 41f14e1189946dd59b7c79c3291eb47bc807d9eb Mon Sep 17 00:00:00 2001 From: evenisse Date: Sun, 28 Mar 2004 13:57:46 +0000 Subject: [PATCH] Add some faqs git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114944 13f79535-47bb-0310-9956-ffa450edef68 --- jira/project.xml | 5 +++- jira/xdocs/faq.fml | 60 +++++++++++++++++++++++++++++++++++++++ jira/xdocs/navigation.xml | 10 +++---- 3 files changed, 68 insertions(+), 7 deletions(-) create mode 100644 jira/xdocs/faq.fml diff --git a/jira/project.xml b/jira/project.xml index 9f425051..3e9da160 100644 --- a/jira/project.xml +++ b/jira/project.xml @@ -24,9 +24,12 @@ maven-jira-plugin Maven JIRA Plug-in 1.1-SNAPSHOT - + + This plugin download issues from Jira and create a report. + Download issue from Jira http://maven.apache.org/reference/plugins/jira/ + http://jira.codehaus.org/secure/BrowseProject.jspa?id=10450 /www/maven.apache.org/reference/plugins/jira/ scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/jira/ diff --git a/jira/xdocs/faq.fml b/jira/xdocs/faq.fml new file mode 100644 index 00000000..8ad008ce --- /dev/null +++ b/jira/xdocs/faq.fml @@ -0,0 +1,60 @@ + + + + + + + General + + + + How to use this plugin? + + +

+ 1. modify/double check that your project.xml has issue tracking url in the following format : +

+ <issueTrackingUrl>[JIRA URL]/BrowseProject.jspa?id=[JIRA PROJECT ID]</issueTrackingUrl> +

Example :

+ <issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10450</issueTrackingUrl> + +

+ 2. make sure that your project allows group Anyone to view jira issues + (you may or may not need to also set your jira installation type to + public - this is in General Configuration under administration). +

+

+ 3. log out of jira (if you are using Remember me feature) and test your setup + by going to url like this one: +

+ [JIRA URL]/secure/IssueNavigator.jspa?view=rss&pid=[JIRA PROJECT ID]&sorter/field=issuekey&sorter/order=DESC&sorter/field=status&sorter/order=DESC&tempMax=1000&reset=true +

Example :

+ http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&pid=10450&sorter/field=issuekey&sorter/order=DESC&sorter/field=status&sorter/order=DESC&tempMax=1000&reset=true + +

+ 4. add this to your project.xml in reports section +

+ <report>maven-jira-plugin</report> +

+ 5. run site:generate and you should have jira.html in your ${basedir}/target/docs directory +

+
+
+
+
\ No newline at end of file diff --git a/jira/xdocs/navigation.xml b/jira/xdocs/navigation.xml index 66011107..17ef2b70 100644 --- a/jira/xdocs/navigation.xml +++ b/jira/xdocs/navigation.xml @@ -4,14 +4,12 @@ Maven JIRA Plug-in - - + - - - - + + + \ No newline at end of file