Maven commit karma for me

2011-06-04 Thread Benson Margulies
I don't seem to have commit karma: Sendingsrc/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java svn: Commit failed (details follow): svn: access to

Re: Maven commit karma for me

2011-06-04 Thread Wendy Smoak
On Sat, Jun 4, 2011 at 9:04 AM, Benson Margulies bimargul...@gmail.com wrote: I don't seem to have commit karma: Double check that you have it checked out from the https:// url? (What does svn info say?) -- Wendy - To

Re: Maven commit karma for me

2011-06-04 Thread Benson Margulies
Been there, done that. I fear that Jim's temporary belief that I had been elected to the PMC led him to neglect to actually edit me into access. /Users/benson/asf/maven-deploy-plugin svn info Path: . URL: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin Repository Root:

Re: Maven commit karma for me

2011-06-04 Thread Daniel Kulp
Benson, Can you try again? Since Jim is quite busy with the OO stuff, I figured I'd help him out and added you to the group in LDAP. Dan On Saturday, June 04, 2011 9:11:16 AM Benson Margulies wrote: Been there, done that. I fear that Jim's temporary belief that I had been elected to the

Update javadoc locations in maven-parent?

2011-06-04 Thread Benson Margulies
Anyone object if I do something about this? What's the procedure for releasing the plugin parent? Do we attempt to test many plugins on it first? If I bother to change it, I'd update plugin versions in it. [ERROR] Error fetching link:

Re: Update javadoc locations in maven-parent?

2011-06-04 Thread Stephen Connolly
nike principal - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 4 Jun 2011 18:26, Benson Margulies bimargul...@gmail.com wrote: Anyone object if I do something about this?

java 1.4?

2011-06-04 Thread Benson Margulies
Some versions of plugins in the parent are still constrained, according to comment, by a desire to support java 1.4. Is this still policy? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands,

Re: [RFC] Migrating Maven JIRA from jira.codehaus.org to issues.apache.org

2011-06-04 Thread sebb
Does Codehaus JIRA support adding SVN commit messages to issues? I've yet to see any such entries, but in the ASF JIRA this is used extensively. IMO it's a very useful feature - makes it much easier to follow what happened to an issue later on. I don't know whether the feature is not available,

Re: java 1.4?

2011-06-04 Thread Olivier Lamy
Imho not I usually move code to 1.5 when working on releasing something -- Olivier Le 4 juin 2011 20:08, Benson Margulies bimargul...@gmail.com a écrit : Some versions of plugins in the parent are still constrained, according to comment, by a desire to support java 1.4. Is this still policy?

http://maven.apache.org/plugin-testing/maven-plugin-testing-harness versus reporting

2011-06-04 Thread Benson Margulies
Anyone got an example of using the harness on a reporting plugin? I'm a bit stalled when the mock project can't resolve the skin. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: java 1.4?

2011-06-04 Thread Benson Margulies
So I could bop the cobertura version in the overall maven parent pom? Or just in the plugin pom? On Sat, Jun 4, 2011 at 2:44 PM, Olivier Lamy ol...@apache.org wrote: Imho not I usually move code to 1.5 when working on releasing something -- Olivier Le 4 juin 2011 20:08, Benson Margulies

Re: java 1.4?

2011-06-04 Thread Stephen Connolly
I say bop at the highest level, if someone has an objection they can veto... the only exception is if you are changing a dependency of core to a different license (in which case if the new license is out of a specified white list, the pmc must vote on the license change) - Stephen --- Sent

Re: java 1.4?

2011-06-04 Thread Arnaud Héritier
The only thing we should take care is to note the upgrade in the cahngelog of each plugin updated as it could avoid the upgrade for some users using an old maven version with Java 4 ? On Sat, Jun 4, 2011 at 10:00 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: I say bop at the

Re: svn commit: r1131414 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/jira/ src/site/apt/ src/site/apt/examples/

2011-06-04 Thread Dennis Lundberg
Hi Benson and welcome aboard! A have couple of notes on this commit. 1. Please try to limit your commits to only one issue per commit. It makes it easier for the rest of us to review the commits. 2. Please use the following form for the commit messages: [issueId] issueSummary for example:

Re: http://maven.apache.org/plugin-testing/maven-plugin-testing-harness versus reporting

2011-06-04 Thread Olivier Lamy
Hello, Perso, I usually use invoker plugin (more easy to test with various maven core version) 2011/6/4 Benson Margulies bimargul...@gmail.com: Anyone got an example of using the harness on a reporting plugin? I'm a bit stalled when the mock project can't resolve the skin.

Re: svn commit: r1131414 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/jira/ src/site/apt/ src/site/apt/examples/

2011-06-04 Thread sebb
On 4 June 2011 21:04, Dennis Lundberg denn...@apache.org wrote: ... 2. Please use the following form for the commit messages: [issueId] issueSummary for example: [MCHANGES-254] Example doesn't work - spaces not allowed in statusIds and resolutionIds after a comma +1 It would be useful

Re: svn commit: r1131414 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/jira/ src/site/apt/ src/site/apt/examples/

2011-06-04 Thread Dennis Lundberg
On 2011-06-04 22:16, sebb wrote: On 4 June 2011 21:04, Dennis Lundberg denn...@apache.org wrote: ... 2. Please use the following form for the commit messages: [issueId] issueSummary for example: [MCHANGES-254] Example doesn't work - spaces not allowed in statusIds and resolutionIds

Re: svn commit: r1131414 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/jira/ src/site/apt/ src/site/apt/examples/

2011-06-04 Thread Benson Margulies
Dennis, Points taken. The web page with developer guidance does specifically give the syntax: [JIRA1, JIRA2, ...] comments --benson On Sat, Jun 4, 2011 at 4:33 PM, Dennis Lundberg denn...@apache.org wrote: On 2011-06-04 22:16, sebb wrote: On 4 June 2011 21:04, Dennis Lundberg

Release the shared maven pom?

2011-06-04 Thread Benson Margulies
In rev 1131491 I made the changes to this POM for Java 1.5. I'd like to release it. Shall I run the release process and call a vote? Before I do that, what JIRA should cover this POM, I'll add an issueManagement section. - To

Re: svn commit: r1131491 - /maven/pom/trunk/maven/pom.xml

2011-06-04 Thread Dennis Lundberg
Yes, let's move to Java 5 across the board! Benson, we have a no-tab code style here at the Maven project. You can find code style guidelines here: http://maven.apache.org/developers/conventions/code.html and Maven code style templates for Eclipse and IDEA here:

Re: svn commit: r1131414 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/jira/ src/site/apt/ src/site/apt/examples/

2011-06-04 Thread Dennis Lundberg
On 2011-06-04 22:44, Benson Margulies wrote: Dennis, Points taken. The web page with developer guidance does specifically give the syntax: [JIRA1, JIRA2, ...] comments Indeed they do. Looks like I have some site docs to update :) --benson On Sat, Jun 4, 2011 at 4:33 PM, Dennis

Re: svn commit: r1131491 - /maven/pom/trunk/maven/pom.xml

2011-06-04 Thread Benson Margulies
I personally gave a no-tab policy, I will have to figure out how I got a tab into there. On Jun 4, 2011, at 5:01 PM, Dennis Lundberg denn...@apache.org wrote: Yes, let's move to Java 5 across the board! Benson, we have a no-tab code style here at the Maven project. You can find code style

Re: Release the shared maven pom?

2011-06-04 Thread Dennis Lundberg
On 2011-06-04 22:46, Benson Margulies wrote: In rev 1131491 I made the changes to this POM for Java 1.5. I'd like to release it. Shall I run the release process and call a vote? We usually give a heads up on the dev list before we intend to make a release, to allow others to make changes to the

Re: svn commit: r1131456 - in /maven/plugins/trunk/maven-changes-plugin/src: main/java/org/apache/maven/plugin/announcement/ main/java/org/apache/maven/plugin/changes/ test/java/org/apache/maven/plugi

2011-06-04 Thread Dennis Lundberg
Note that if we decide to keep this patch, the @since tags needs to be updated to 2.6. On 2011-06-04 20:13, bimargul...@apache.org wrote: Author: bimargulies Date: Sat Jun 4 18:13:08 2011 New Revision: 1131456 URL: http://svn.apache.org/viewvc?rev=1131456view=rev Log: [MCHANGES-245]:

Re: Release the shared maven pom?

2011-06-04 Thread Benson Margulies
Actually, we do. MPOM on the apache jira. Please consider this a 'heads up' for the maven pom. On Sat, Jun 4, 2011 at 5:16 PM, Dennis Lundberg denn...@apache.org wrote: On 2011-06-04 22:46, Benson Margulies wrote: In rev 1131491 I made the changes to this POM for Java 1.5. I'd like to

RE: svn commit: r1131491 - /maven/pom/trunk/maven/pom.xml

2011-06-04 Thread Robert Scholte
IIRC, Eclipse Helios has splitted the way of indentation for javacode and XML. I had to set it by hand for XML in the past. -Robert From: bimargul...@gmail.com Date: Sat, 4 Jun 2011 17:10:23 -0400 Subject: Re: svn commit: r1131491 - /maven/pom/trunk/maven/pom.xml To: dev@maven.apache.org

Re: svn commit: r1131491 - /maven/pom/trunk/maven/pom.xml

2011-06-04 Thread Benson Margulies
I was editing the POM in aquamacs, where I thought I had banished all tabs. On Sat, Jun 4, 2011 at 5:30 PM, Robert Scholte rfscho...@codehaus.org wrote: IIRC, Eclipse Helios has splitted the way of indentation for javacode and XML. I had to set it by hand for XML in the past. -Robert

A bit of missing karma in the ASF JIRA MPOM

2011-06-04 Thread Benson Margulies
Oddly, I can open, close, and edit issues, but I can't assign them to myself. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: svn commit: r1131456 - in /maven/plugins/trunk/maven-changes-plugin/src: main/java/org/apache/maven/plugin/announcement/ main/java/org/apache/maven/plugin/changes/ test/java/org/apache/maven/plugi

2011-06-04 Thread Benson Margulies
oops. Well, sicne I see no reason not to keep it, I'll fix the since. On Sat, Jun 4, 2011 at 5:22 PM, Dennis Lundberg denn...@apache.org wrote: Note that if we decide to keep this patch, the @since tags needs to be updated to 2.6. On 2011-06-04 20:13, bimargul...@apache.org wrote: Author:

Re: http://maven.apache.org/plugin-testing/maven-plugin-testing-harness versus reporting

2011-06-04 Thread Benson Margulies
On Sat, Jun 4, 2011 at 4:16 PM, Olivier Lamy ol...@apache.org wrote: Hello, Perso, I usually use invoker plugin (more easy to test with various maven core version) Sure, for an integration test. I was striving for a smaller-scale unit test. I even succeeded :-) 2011/6/4 Benson Margulies

Build failed in Jenkins: maven-plugins-ITs-3.x #6???

2011-06-04 Thread Benson Margulies
I'm tagged with this, but I have no idea what my change to the changed plugin could have done to start this cascade of failures. Help? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: svn commit: r1131414 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/jira/ src/site/apt/ src/site/apt/examples/

2011-06-04 Thread sebb
On 4 June 2011 22:02, Dennis Lundberg denn...@apache.org wrote: On 2011-06-04 22:44, Benson Margulies wrote: Dennis, Points taken. The web page with developer guidance does specifically give the syntax: [JIRA1, JIRA2, ...] comments Indeed they do. Looks like I have some site docs to

Re: svn commit: r1131414 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/jira/ src/site/apt/ src/site/apt/examples/

2011-06-04 Thread Benson Margulies
I have been. Did I miss one? This is generally a job for fisheye, after all. On Sat, Jun 4, 2011 at 7:45 PM, sebb seb...@gmail.com wrote: On 4 June 2011 22:02, Dennis Lundberg denn...@apache.org wrote: On 2011-06-04 22:44, Benson Margulies wrote: Dennis, Points taken. The web page with

Re: svn commit: r1131499 - in /maven/pom/trunk/maven: pom.xml src/site/apt/ src/site/apt/index.apt

2011-06-04 Thread Stephen Connolly
that is a lot of diff... we prefer to keep reformat commits separate from changes - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 4 Jun 2011 23:14, bimargul...@apache.org

Re: svn commit: r1131499 - in /maven/pom/trunk/maven: pom.xml src/site/apt/ src/site/apt/index.apt

2011-06-04 Thread Benson Margulies
Stephen, It's not as much diff as it looks. It's the result of removing tabs with m-x untabify in emacs. I take another run at it if you like. Obviously, I'm going to need a smaller hammer for being sure that I haven't added any tabs. --benson On Sat, Jun 4, 2011 at 7:51 PM, Stephen Connolly

Re: svn commit: r1131499 - in /maven/pom/trunk/maven: pom.xml src/site/apt/ src/site/apt/index.apt

2011-06-04 Thread Benson Margulies
I reverted this monstrosity and fixed things up. I apologize, I have no idea what autopilot caused me to run the reformat. On Sat, Jun 4, 2011 at 7:51 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: that is a lot of diff... we prefer to keep reformat commits separate from changes

Alternate Local repository during dependency:copy is not working for maven 3

2011-06-04 Thread Dan Tran
Hello, maven dev, A while a go, I introduced alternate local repo at dependency:copy/unpack time. It is now not working for maven 3, any help/advice on how to fix this issue is greatly appreciated http://jira.codehaus.org/browse/MDEP-313 Thanks -Dan

Re: svn commit: r1131414 - in /maven/plugins/trunk/maven-changes-plugin: ./ src/main/java/org/apache/maven/plugin/jira/ src/site/apt/ src/site/apt/examples/

2011-06-04 Thread Arnaud Héritier
There was an integration with fisheye and our SVN before but I think that Ben (aka Codehaus) had a lot of performances issues with it. I found an old maven repo in fisheye but it is no more updated that's probably why it isn't configured in the project :