You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2011/05/25 00:06:41 UTC

Struggling with the changes plugin

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">ProductMergeNotes@basistech.com</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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Struggling with the changes plugin

Posted by Benson Margulies <bi...@gmail.com>.
I've sorted this. If Dennis likes my patches from last night, I'll add
one more with some documentation to save other people from this
experience.

On Tue, May 24, 2011 at 6:06 PM, Benson Margulies <bi...@gmail.com> wrote:
> 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">ProductMergeNotes@basistech.com</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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org