Update docs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-12 23:54:06 +00:00
parent 1dc421af44
commit 8ea14ba594

View File

@ -28,12 +28,19 @@
</question> </question>
<answer> <answer>
<p> <p>
1. modify/double check that your project.xml has issue tracking url in the following format : 1. The jira plugin needs the jira id number of your project to work. Preferably,
your project.xml should have an <code>&lt;issueTrackingUrl&gt;</code> in the following format :
</p> </p>
<source>&lt;issueTrackingUrl&gt;[JIRA URL]/BrowseProject.jspa?id=[JIRA PROJECT ID]&lt;/issueTrackingUrl&gt;</source> <source>&lt;issueTrackingUrl&gt;[JIRA URL]/BrowseProject.jspa?id=[JIRA PROJECT ID]&lt;/issueTrackingUrl&gt;</source>
<p>Example :</p> <p>Example :</p>
<source>&lt;issueTrackingUrl&gt;http://jira.codehaus.org/secure/BrowseProject.jspa?id=10450&lt;/issueTrackingUrl&gt;</source> <source>&lt;issueTrackingUrl&gt;http://jira.codehaus.org/secure/BrowseProject.jspa?id=10450&lt;/issueTrackingUrl&gt;</source>
<p>
If no id is found in <code>&lt;issueTrackingUrl&gt;</code>, like eg, in
</p>
<source>&lt;issueTrackingUrl&gt;http://jira.codehaus.org/browse/MPJIRA&lt;/issueTrackingUrl&gt;</source>
<p>
an attempt is made to extract the id from the jira project page, but this is not guaranteed to work.
</p>
<p> <p>
2. Determine the credentials to log into the webserver, if any. The plugin supports basic authentication (and SSL). 2. Determine the credentials to log into the webserver, if any. The plugin supports basic authentication (and SSL).
Add the credentials to the project.properties, as maven.jira.webUser and maven.jira.webPassword Add the credentials to the project.properties, as maven.jira.webUser and maven.jira.webPassword