Re: cobertura plugin

2011-03-30 Thread Brett Porter
Other people at Codehaus. There is some overlap, but I probably not for the last couple of years. On 31/03/2011, at 4:45 AM, Benson Margulies wrote: > Dear Maven PMC, > > Is the maven-cobertura-plugin on Codehaus under the supervision and > care of the Apache Maven PMC, or is it just the produc

Re: svn commit: r1086889 - /maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/packer/NEXUS4149TransferFormatTest.java

2011-03-30 Thread Brett Porter
Would it affect the git history if the svn logs were modified with the updated issue numbers now that it has already been pushed? On 30/03/2011, at 10:06 PM, Tamás Cservenák wrote: > Hi, > > completely agreed, but let me explain -- not that it matters: > > I had a lot of accumulated changes in

Re: svn commit: r1086338 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2011-03-30 Thread Hervé BOUTEMY
DOXIASITETOOLS-57 done, since the concern was only the delay it would add before releasing :) Regards, Hervé Le mercredi 30 mars 2011, Dennis Lundberg a écrit : > On 2011-03-30 03:46, Hervé BOUTEMY wrote: > > questions: > > - do we keep Doxia and Doxia Site Tools versions in sync? > > We have

Re: cobertura plugin

2011-03-30 Thread Hervé BOUTEMY
maven-cobertura-plugin is at Mojo: http://mojo.codehaus.org/ see FAQ for more information: http://mojo.codehaus.org/faq.html Regards, Hervé Le mercredi 30 mars 2011, Benson Margulies a écrit : > Dear Maven PMC, > > Is the maven-cobertura-plugin on Codehaus under the supervision and > care of th

RE: [VOTE] Release Maven SCM 1.5

2011-03-30 Thread Robert Scholte
+1 (non-binding) -Robert > From: vsive...@apache.org > Date: Wed, 30 Mar 2011 08:51:14 -0400 > Subject: Re: [VOTE] Release Maven SCM 1.5 > To: dev@maven.apache.org > > +1 > > Vincent > > 2011/3/28 Olivier Lamy : > > Hi, > > I'd like to release Apache Maven SCM 1.5. > > > > We solved 32 issu

Re: svn commit: r1086338 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2011-03-30 Thread Dennis Lundberg
On 2011-03-30 03:46, Hervé BOUTEMY wrote: > questions: > - do we keep Doxia and Doxia Site Tools versions in sync? We have done so in the past, but Doxia was separated into two projects to be able to release and version them separately. > - any objection to update to Java 5, see DOXIASITETOOLS-57

cobertura plugin

2011-03-30 Thread Benson Margulies
Dear Maven PMC, Is the maven-cobertura-plugin on Codehaus under the supervision and care of the Apache Maven PMC, or is it just the product of some folks who maintain it at codehaus? --benson - To unsubscribe, e-mail: dev-unsubs

Re: [VOTE] Release Maven ANT Tasks version 2.1.2

2011-03-30 Thread Stephen Connolly
Here's my +1 just in case anyone was unsure ;-) On 28 March 2011 23:56, Stephen Connolly wrote: > Hi, > > We solved N issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11533&styleName=Html&version=16670 > > There are still a couple of issues left in JIRA: > http://jira.codehaus

Re: [VOTE] Release Maven ANT Tasks version 2.1.2

2011-03-30 Thread Olivier Lamy
+1 2011/3/29 Stephen Connolly : > Hi, > > We solved N issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11533&styleName=Html&version=16670 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11533&status=1 > >

Inject dependecies into the compileClasspath from a mojo at runtime

2011-03-30 Thread Henrik Niehaus
Hi, I'm trying to get our Eclipse RCP build plug-in for Maven 2 to work again. What our plug-in does for each Eclipse plug-in in our reactor build: It analyses the manifest file for dependencies and adds them at runtime to the POM dependencies. The dependencies have the system scope and point t

Re: [VOTE] Release Maven ANT Tasks version 2.1.2

2011-03-30 Thread Vincent Siveton
work here +1 Vincent 2011/3/28 Stephen Connolly : > Hi, > > We solved N issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11533&styleName=Html&version=16670 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid

Re: [VOTE] Release Maven SCM 1.5

2011-03-30 Thread Vincent Siveton
+1 Vincent 2011/3/28 Olivier Lamy : > Hi, > I'd like to release Apache Maven SCM 1.5. > > We solved 32 issues : > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527&version=16688 > > Staging repo: > https://repository.apache.org/content/repositories/maven-051/ > > Staging sites  : >

Re: svn commit: r1086889 - /maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/packer/NEXUS4149TransferFormatTest.java

2011-03-30 Thread Tamás Cservenák
Hi, completely agreed, but let me explain -- not that it matters: I had a lot of accumulated changes in my github fork of maven-indexer, and initially did not wanted to disturb other forks of my repository. Hence, I started pushing changes _without_ changing commit messages first -- thinking "it

Re: svn commit: r1086889 - /maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/packer/NEXUS4149TransferFormatTest.java

2011-03-30 Thread Benjamin Bentmann
Hi Tamas, Author: cstamas Date: Wed Mar 30 10:07:35 2011 New Revision: 1086889 URL: http://svn.apache.org/viewvc?rev=1086889&view=rev Log: NEXUS-4152: added UT covering the same issue I think it would be more appropriate if those commits were mentioning the corresponding MINDEXER issue. B