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-29 Thread Anders Hammar
Found this: https://confluence.atlassian.com/display/JIRAKB/How+to+Customise+the+Login+Gadget Seems as with 6.0 you alter /atlassian-jira/includes/loginform.jsp Possibly needs to be re-applied when upgrading though. /Anders On Wed, Jan 29, 2014 at 12:50 PM, Stephen Connolly < stephen.alan.conn

Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-29 Thread Stephen Connolly
Ben seems confident he can use jquery to fix it... On 29 January 2014 09:55, Anders Hammar wrote: > I think this also calls for an request for improvement to Atlassian. That > text should be configurable. > > /Anders > > > On Wed, Jan 29, 2014 at 10:51 AM, Stephen Connolly < > stephen.alan.conn

Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-29 Thread Anders Hammar
I think this also calls for an request for improvement to Atlassian. That text should be configurable. /Anders On Wed, Jan 29, 2014 at 10:51 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > FYI, when you go to jira.codehaus.org, the System Dashboard has two boxes > at the top...

Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-29 Thread Stephen Connolly
FYI, when you go to jira.codehaus.org, the System Dashboard has two boxes at the top... On the Right Hand Side: Login... with the text "Not a member? To request an account, please contact your JIRA administrators" On the Left Hand Side: Introduction... with the text "Sign-up for a JIRA account Yo

Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-29 Thread Stephen Connolly
You go to xircles.codehaus.org to get an account... I'll ask Ben@codehausto see if the JIRA signup message can be changed to point people at xircles... On 28 January 2014 20:52, Paul Benedict wrote: > Good point. It seems JIRA is setup not to allow public signup. Who in Maven > Land can help hi

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