Re: Maven-source-plugin ignoring Includes/Excludes

2006-07-18 Thread Carlos Sanchez
I've added a comment to the issue about your patch to keep backwards comaptibility you can't remove non private methods, so you need to refactor your patch to keep old methods while adding the new ones you need, avoiding code duplication On 7/10/06, m k <[EMAIL PROTECTED]> wrote: The maven-sour

Re: Maven-source-plugin ignoring Includes/Excludes

2006-07-18 Thread Brett Porter
Could someone take a look at this? Thanks, Brett On 11/07/2006 7:16 AM, m k wrote: The maven-source-plugin is ignoring the includes/excludes sections of resources. This issue was logged ( http://jira.codehaus.org/browse/MSOURCES-6). I proposed a patch for this issue and was wondering if the d

Maven-source-plugin ignoring Includes/Excludes

2006-07-10 Thread m k
The maven-source-plugin is ignoring the includes/excludes sections of resources. This issue was logged ( http://jira.codehaus.org/browse/MSOURCES-6). I proposed a patch for this issue and was wondering if the developers responsible for this plugin would be able to take a look at it. Thanks, Mic