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:
parent
1dc421af44
commit
8ea14ba594
@ -28,12 +28,19 @@
|
||||
</question>
|
||||
<answer>
|
||||
<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><issueTrackingUrl></code> in the following format :
|
||||
</p>
|
||||
<source><issueTrackingUrl>[JIRA URL]/BrowseProject.jspa?id=[JIRA PROJECT ID]</issueTrackingUrl></source>
|
||||
<p>Example :</p>
|
||||
<source><issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10450</issueTrackingUrl></source>
|
||||
|
||||
<p>
|
||||
If no id is found in <code><issueTrackingUrl></code>, like eg, in
|
||||
</p>
|
||||
<source><issueTrackingUrl>http://jira.codehaus.org/browse/MPJIRA</issueTrackingUrl></source>
|
||||
<p>
|
||||
an attempt is made to extract the id from the jira project page, but this is not guaranteed to work.
|
||||
</p>
|
||||
<p>
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user