In my POM, I have (to begin with):

 <issueManagement>
        <system>JIRA</system>
        <url>http://jira.basistech.net:8080/browse/MAVEN/component/10784</url>
    </issueManagement>


And then I have in pluginManagement:

 <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changes-plugin</artifactId>
                <version>2.5</version>
                <configuration>
                  <issueManagementSystems>
                    <issueManagementSystem>JIRA</issueManagementSystem>
                  </issueManagementSystems>
                  <smtpHost>mail.basistech.net</smtpHost>
                  <smtpPort implementation="java.lang.Integer">25</smtpPort>
                  <toAddresses>
                    <toAddress
implementation="java.lang.String">[email protected]</toAddress>
                  </toAddresses>
                </configuration>
              </plugin>

And then I have a reporting plugin as per the webpage.

I get the following from mvn site:site, and I don't know how it came
up with this URL.


[INFO] Downloading from JIRA at:
http://jira.basistech.net:8080/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=6&resolutionIds=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
[WARNING] Downloading from JIRA failed. Received: [400]
[WARNING] JIRA file
/Users/benson/x/maven-support/basis-parent/trunk/target/jira-results.xml
doesn't exist.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to