Greg Chabala created MIDEA-127:
----------------------------------

             Summary: Allow Workspace file (.iws) generation to configure the 
TaskManager component
                 Key: MIDEA-127
                 URL: https://jira.codehaus.org/browse/MIDEA-127
             Project: Maven 2.x IDEA Plugin
          Issue Type: New Feature
            Reporter: Greg Chabala
            Priority: Minor


The workspace file allows configuration of the Tasks panel, which can integrate 
with JIRA and several other issue tracking systems. This request is for the 
Maven IDEA plugin to be able to generate the .iws file with the TaskManager 
component, based on configuration information supplied in the pom.

An example of the component in the .iws:
{code:xml}
<component name="TaskManager">
  <servers>
    <JIRA shared="true" url="http://jira.example.com";>
      <password>hashedpassword</password>
      <option name="useHttpAuthentication" value="false" />
      <option name="useProxy" value="false" />
      <username>username</username>
    </JIRA>
  </servers>
</component>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to