[jira] (MJAVADOC-384) Allow whitespace in javadoc exclude list

2014-12-17 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=359248#comment-359248
 ] 

Robert Scholte commented on MJAVADOC-384:
-

Yes, now I'm only missing the unittests...

 Allow whitespace in javadoc exclude list
 

 Key: MJAVADOC-384
 URL: https://jira.codehaus.org/browse/MJAVADOC-384
 Project: Maven Javadoc Plugin
  Issue Type: Improvement
Affects Versions: 2.9.1
Reporter: Omair Majid
Priority: Minor
 Attachments: spaces-for-javadoc-exclude-02.patch, 
 spaces-for-javadoc-exclude-list


 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 
 whitespace characters.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-384) Allow whitespace in javadoc exclude list

2014-12-17 Thread Omair Majid (JIRA)

 [ 
https://jira.codehaus.org/browse/MJAVADOC-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omair Majid updated MJAVADOC-384:
-

Attachment: spaces-for-javadoc-exclude-03.patch

This adds an integration test.

I am happy to add a unit test too; any suggestions/examples on where to add it?

 Allow whitespace in javadoc exclude list
 

 Key: MJAVADOC-384
 URL: https://jira.codehaus.org/browse/MJAVADOC-384
 Project: Maven Javadoc Plugin
  Issue Type: Improvement
Affects Versions: 2.9.1
Reporter: Omair Majid
Priority: Minor
 Attachments: spaces-for-javadoc-exclude-02.patch, 
 spaces-for-javadoc-exclude-03.patch, spaces-for-javadoc-exclude-list


 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 
 whitespace characters.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-384) Allow whitespace in javadoc exclude list

2014-12-16 Thread Omair Majid (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=359183#comment-359183
 ] 

Omair Majid edited comment on MJAVADOC-384 at 12/16/14 5:21 PM:


Attempt number 2. Is this what you had in mind?


was (Author: omajid):
Attempt number 2

 Allow whitespace in javadoc exclude list
 

 Key: MJAVADOC-384
 URL: https://jira.codehaus.org/browse/MJAVADOC-384
 Project: Maven Javadoc Plugin
  Issue Type: Improvement
Affects Versions: 2.9.1
Reporter: Omair Majid
Priority: Minor
 Attachments: spaces-for-javadoc-exclude-02.patch, 
 spaces-for-javadoc-exclude-list


 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 
 whitespace characters.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-384) Allow whitespace in javadoc exclude list

2014-12-16 Thread Omair Majid (JIRA)

 [ 
https://jira.codehaus.org/browse/MJAVADOC-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omair Majid updated MJAVADOC-384:
-

Attachment: spaces-for-javadoc-exclude-02.patch

Attempt number 2

 Allow whitespace in javadoc exclude list
 

 Key: MJAVADOC-384
 URL: https://jira.codehaus.org/browse/MJAVADOC-384
 Project: Maven Javadoc Plugin
  Issue Type: Improvement
Affects Versions: 2.9.1
Reporter: Omair Majid
Priority: Minor
 Attachments: spaces-for-javadoc-exclude-02.patch, 
 spaces-for-javadoc-exclude-list


 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 
 whitespace characters.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-384) Allow whitespace in javadoc exclude list

2014-10-10 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MJAVADOC-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=354202#comment-354202
 ] 

Robert Scholte commented on MJAVADOC-384:
-

I'd prefer to have a mechanism which works for field (in general for Maven 
configurations), including those which have spaces. Instead I'd suggest to 
split by comma and trim those values. I think that will have the same result.

 Allow whitespace in javadoc exclude list
 

 Key: MJAVADOC-384
 URL: https://jira.codehaus.org/browse/MJAVADOC-384
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Omair Majid
Priority: Minor
 Attachments: spaces-for-javadoc-exclude-list


 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 
 whitespace characters.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-384) Allow whitespace in javadoc exclude list

2014-10-10 Thread Robert Scholte (JIRA)

 [ 
https://jira.codehaus.org/browse/MJAVADOC-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated MJAVADOC-384:


Issue Type: Improvement  (was: Bug)

 Allow whitespace in javadoc exclude list
 

 Key: MJAVADOC-384
 URL: https://jira.codehaus.org/browse/MJAVADOC-384
 Project: Maven Javadoc Plugin
  Issue Type: Improvement
Affects Versions: 2.9.1
Reporter: Omair Majid
Priority: Minor
 Attachments: spaces-for-javadoc-exclude-list


 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 
 whitespace characters.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MJAVADOC-384) Allow whitespace in javadoc exclude list

2014-01-29 Thread Omair Majid (JIRA)
Omair Majid created MJAVADOC-384:


 Summary: Allow whitespace in javadoc exclude list
 Key: MJAVADOC-384
 URL: https://jira.codehaus.org/browse/MJAVADOC-384
 Project: Maven Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.9.1
Reporter: Omair Majid
Priority: Minor
 Attachments: spaces-for-javadoc-exclude-list

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 
whitespace characters.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)