Re: svn commit: r1041791 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.java

2010-12-03 Thread Vincent Siveton
Thanks, I will fix it. Vincent 2010/12/3 Benjamin Bentmann : > Hi Vincent, > >> Author: vsiveton >> Date: Fri Dec  3 12:42:38 2010 >> New Revision: 1041791 >> >> URL: http://svn.apache.org/viewvc?rev=1041791&view=rev >> Log: >> o improved TransferFailedException catch for unknown hosts >> o take

Re: Maven Plugin Development

2010-12-03 Thread Karl Heinz Marbaise
Hi Stehpen, have a look at the integration tests for maven-release-plugin Many thanks for your hint... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

Re: JIRA project for indexer?

2010-12-03 Thread Brian Demers
I like it Mind Exer! On Fri, Dec 3, 2010 at 10:09 AM, Brett Porter wrote: > > On 25/11/2010, at 2:35 PM, Brett Porter wrote: > >> Hi, >> >> With the release coming up, I realised we'd need a JIRA project beyond that. >> I can create it... should it be MINDEXER? > > I went ahead and created this.

Re: JIRA project for indexer?

2010-12-03 Thread Brett Porter
On 25/11/2010, at 2:35 PM, Brett Porter wrote: > Hi, > > With the release coming up, I realised we'd need a JIRA project beyond that. > I can create it... should it be MINDEXER? I went ahead and created this. http://jira.codehaus.org/browse/MINDEXER > > Did anyone have plans to import existi

Re: svn commit: r1041791 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.java

2010-12-03 Thread Benjamin Bentmann
Hi Vincent, Author: vsiveton Date: Fri Dec 3 12:42:38 2010 New Revision: 1041791 URL: http://svn.apache.org/viewvc?rev=1041791&view=rev Log: o improved TransferFailedException catch for unknown hosts o take care of unknown hosts to prevent undesirable ping Modified: maven/plugins/trunk/

Re: Maven Plugin Development

2010-12-03 Thread Stephen Connolly
have a look at the integration tests for maven-release-plugin On 3 December 2010 08:01, Karl Heinz Marbaise wrote: > Hi to all, > > currently i'm developing a Maven Plugin and using integration tests > (currently done by maven-invoker plugin)... > > But now i came to the point that i have to tes

Maven Plugin Development

2010-12-03 Thread Karl Heinz Marbaise
Hi to all, currently i'm developing a Maven Plugin and using integration tests (currently done by maven-invoker plugin)... But now i came to the point that i have to test my plugin within the release process (release:prepare, release:perform)... The question is: Does someone successfully m