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 + + + + + + Property + Optional? + Description + + + maven.jira.nbentries + Yes + + + Defines the number of entries we want to obtain into the report. + Default value is 1000. + + + + + + + \ No newline at end of file
+ Defines the number of entries we want to obtain into the report. + Default value is 1000. +
1000