From 0e8a1630b6a22eb5f062dc4ca1db6976efb4ad20 Mon Sep 17 00:00:00 2001 From: evenisse Date: Sat, 27 Mar 2004 11:28:10 +0000 Subject: [PATCH] Add doco git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114943 13f79535-47bb-0310-9956-ffa450edef68 --- jira/xdocs/goals.xml | 42 ++++++++++++++++++++++++++++++++++++ jira/xdocs/navigation.xml | 17 +++++++++++++++ jira/xdocs/properties.xml | 45 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 jira/xdocs/goals.xml create mode 100644 jira/xdocs/navigation.xml create mode 100644 jira/xdocs/properties.xml diff --git a/jira/xdocs/goals.xml b/jira/xdocs/goals.xml new file mode 100644 index 00000000..a78c28a6 --- /dev/null +++ b/jira/xdocs/goals.xml @@ -0,0 +1,42 @@ + + + + + + Maven JIRA Plug-in Goals + + + + + maven-jira-plugin:deregister + + + + + maven-jira-plugin:register + + + + + maven-jira-plugin:report + Generate report with all entries defined in Jira. + + + + \ No newline at end of file diff --git a/jira/xdocs/navigation.xml b/jira/xdocs/navigation.xml new file mode 100644 index 00000000..66011107 --- /dev/null +++ b/jira/xdocs/navigation.xml @@ -0,0 +1,17 @@ + + + + Maven JIRA Plug-in + + + + + + + + + + + + + \ No newline at end of file diff --git a/jira/xdocs/properties.xml b/jira/xdocs/properties.xml new file mode 100644 index 00000000..c21575eb --- /dev/null +++ b/jira/xdocs/properties.xml @@ -0,0 +1,45 @@ + + + + + + Maven JIRA Plug-in Properties + + +
+ + + + + + + + + + + +
PropertyOptional?Description
maven.jira.nbentriesYes +

+ Defines the number of entries we want to obtain into the report. + Default value is 1000. +

+
+
+ +
\ No newline at end of file