Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-28 Thread Paul Benedict
Good point. It seems JIRA is setup not to allow public signup. Who in Maven Land can help him? On Tue, Jan 28, 2014 at 2:37 PM, Omair Majid wrote: > * Paul Benedict [2014-01-28 15:34]: > > Your best course is to create a new ticket for the Maven Javadoc plugin, > > and then attach your patch t

Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-28 Thread Baptiste Mathus
Hi, It was possible historically, but I think it was disabled due to spamming issue. Anyway, the best way to create an account on codehaus is by using xircles: http://xircles.codehaus.org/signup This will help you have only one account for jira and possibly the other services of Codehaus. HTH Ch

Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-28 Thread Omair Majid
* Paul Benedict [2014-01-28 15:34]: > Your best course is to create a new ticket for the Maven Javadoc plugin, > and then attach your patch to the ticket: > http://jira.codehaus.org/browse/MJAVADOC Thanks for the pointer. Filing a bug was my first thought too, but I don't have an account on jira.

Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-28 Thread Paul Benedict
Oliver, Your best course is to create a new ticket for the Maven Javadoc plugin, and then attach your patch to the ticket: http://jira.codehaus.org/browse/MJAVADOC Paul On Tue, Jan 28, 2014 at 2:14 PM, Omair Majid wrote: > Hi, > > One of the projects that I am working on has a fairly large ex

[PATCH] Allow spaces in javadoc exclude list

2014-01-28 Thread Omair Majid
Hi, One of the projects that I am working on has a fairly large exclude list for javadoc packages. maven-javadoc-plugin requires me to put this in on line in the pom, which makes it very hard to read. I think it would be nicer to allow separating the items in the list with newlines and other white

RE: SPDX Maven Plugin

2014-01-28 Thread Gary O'Neall
Thanks for the additional feedback and suggestions. Responses inline below. Gary > -Original Message- > From: Jason van Zyl [mailto:ja...@takari.io] > Sent: Monday, January 27, 2014 1:14 PM > To: Maven Developers List > Subject: Re: SPDX Maven Plugin > > > On Jan 27, 2014, at 3:35 PM, G

Re: Releasing 3.2.0

2014-01-28 Thread Jason van Zyl
Right o, thanks. On Jan 28, 2014, at 2:35 AM, Kristian Rosenvold wrote: > I had a solution for this problem using @Named, but i had trouble getting > it to work, I probably did something wrong. I'll give it one more shot. > Just move the issue along if I don't fix it by the time you cut the rel

IOUtil.contentEqualsIgnoreEOL ?

2014-01-28 Thread Baptiste Mathus
Hi all, I created ARCHETYPE-456 yesterday for m-archetype-p to support comparing directories for integration-testing ignoring the EOL/newline encoding [1]. Currently, I put that code directory in the plugin. But I guess it'd better be placed alongside already existing IOUtil.contentEquals() method