Re: Beginning the process of updating maven-pmd-plugin

2015-01-19 Thread Karl Heinz Marbaise
Hi Tom, first step would be to create a JIRA item where you describe your improvements etc. and there you can add a patch which you have created...Of course it would be good having tests for your improvements which makes it easier for the devs to integrate your changes into the code base...

Re: Beginning the process of updating maven-pmd-plugin

2015-01-18 Thread Anders Hammar
Create an account on Xircles [1] and then file a JIRA ticket [2] with your patch. Please include integration tests or similar to verify the new functionality. [1] https://xircles.codehaus.org/ [2] http://jira.codehaus.org/browse/MPMD /Anders On Mon, Jan 19, 2015 at 2:15 AM, wrote: > I've devel

Beginning the process of updating maven-pmd-plugin

2015-01-18 Thread twilliamson32
I've developed an update to the maven-pmd-plugin 3.3 project which allows it to check JSP files - I'd like to begin the process of getting the plugin updated, but I'm not sure what the next step is. Is there someone who can guide me on this process or direct me to the documentation? Thanks -