Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-29 Thread Omair Majid
* Baptiste Mathus [2014-01-28 15:51]: > 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

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.

[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