Re: [VOTE] Release Maven GPG Plugin version 1.2

2011-03-21 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-021/ Staging site: http://maven.apache.org/plugins/maven-gpg-plugin-1.2/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@m

Re: [VOTE] Release Maven GPG Plugin version 1.2

2011-03-21 Thread Vincent Siveton
+1 but MGPG-34 has a patch so +0 Vincent 2011/3/21 Dennis Lundberg : > Hi, > > We solved 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11431&styleName=Html&version=16529 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.

maven-site-plugin bugs

2011-03-21 Thread Jörg Hohwiller
Hi there, I just created MSITE-571 and hope this helps to easily reproduce and track down some issues with site generation. http://jira.codehaus.org/browse/MSITE-571 Thanks Jörg - To unsubscribe, e-mail: dev-unsubscr...@maven

[VOTE] Release Maven GPG Plugin version 1.2

2011-03-21 Thread Dennis Lundberg
Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11431&styleName=Html&version=16529 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11431&status=1 Staging repo: https://repository.apache.org/con

Re: How do you get aether to traverse the entire dependency tree?

2011-03-21 Thread Brian Fox
On Mon, Mar 21, 2011 at 6:06 AM, Benjamin Bentmann wrote: > David Jencks wrote: > >> Any advice? > > Provide a standalone example project that allows others to reproduce/analyze > the problem. People that can't browse source without approval likely can't post code with out approval either ;-/ --

Re: '*.java ident' considered harmful

2011-03-21 Thread Jesse Glick
On 03/04/2011 12:29 PM, Benjamin Bentmann wrote: As long as somebody else provides the patch, that's fine with me http://jira.codehaus.org/browse/MNG-5046 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additio

Re: svn commit: r1083681 - in /maven/plugins/trunk: ./ maven-acr-plugin/ maven-acr-plugin/src/ maven-acr-plugin/src/it/ maven-acr-plugin/src/it/it-01/ maven-acr-plugin/src/it/it-01/src/ maven-acr-plug

2011-03-21 Thread Benjamin Bentmann
Stephane Nicoll wrote: If this artifact handler is supposed to be used for a project using app-client, I suggest to change the handler's packaging field to match its role-hint as otherwise MNG-4654/-4730 kick in. I had a look to those issues and I am not sure I fully understand what you meant.

Re: svn commit: r1083681 - in /maven/plugins/trunk: ./ maven-acr-plugin/ maven-acr-plugin/src/ maven-acr-plugin/src/it/ maven-acr-plugin/src/it/it-01/ maven-acr-plugin/src/it/it-01/src/ maven-acr-plug

2011-03-21 Thread Stephane Nicoll
Hi Benjamin, On Mon, Mar 21, 2011 at 11:21 AM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Hi Stephane, > > > Author: snicoll >> Date: Mon Mar 21 06:10:23 2011 >> New Revision: 1083681 >> >> URL: http://svn.apache.org/viewvc?rev=1083681&view=rev >> Log: >> MACR-1: Initial version of

Re: svn commit: r1083681 - in /maven/plugins/trunk: ./ maven-acr-plugin/ maven-acr-plugin/src/ maven-acr-plugin/src/it/ maven-acr-plugin/src/it/it-01/ maven-acr-plugin/src/it/it-01/src/ maven-acr-plug

2011-03-21 Thread Benjamin Bentmann
Hi Stephane, Author: snicoll Date: Mon Mar 21 06:10:23 2011 New Revision: 1083681 URL: http://svn.apache.org/viewvc?rev=1083681&view=rev Log: MACR-1: Initial version of the plugin Added: maven/plugins/trunk/maven-acr-plugin/ (with props) maven/plugins/trunk/maven-acr-plugin/pom.xml

Re: How do you get aether to traverse the entire dependency tree?

2011-03-21 Thread Benjamin Bentmann
David Jencks wrote: Any advice? Provide a standalone example project that allows others to reproduce/analyze the problem. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail

How do you get aether to traverse the entire dependency tree?

2011-03-21 Thread David Jencks
One of the nice side effects of moving the maven resolution code away from apache is that people who work for companies with IP policies need additional approval to look at the source to find out how it works. Since I don't have such approval I'm really hoping for some advice. I've been follow