[jira] (MJAXB-71) Ensure no exception when a source directory does not exist
Lennart Jörelid (JIRA <jira <at> codehaus.org>
2012-08-13 15:02:21 GMT
|
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
1.4, 1.3.1 |
|
Assignee:
|
Unassigned |
|
Created:
|
13/Aug/12 10:02 AM
|
|
Description:
|
Currently, if a source directory does not exist, the Jaxb2-maven-plugin
throws an exception which breaks the build. The situation is frequent, such
as when another plugin adds source roots for a set of multimodule projects.
This can easily be handled by simply ignoring nonexistent source roots.
|
|
Environment:
|
All
|
|
Project:
|
JAXB-2 Maven Plugin
|
|
Priority:
|
Major
|
|
Reporter:
|
Lennart Jörelid
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
Patch attached.