Re: Creating a patch for maven-pmd-plugin

2015-01-20 Thread twilliamson32
ist Date: 01/20/2015 09:27 AM Subject: Re: Creating a patch for maven-pmd-plugin Sent by:kristian.rosenv...@zenior.no As Anders says, svn patch is official. There is an "authorative" git clone of the plugins repo that you can use at https://github.com/apache/maven-pl

Re: Creating a patch for maven-pmd-plugin

2015-01-20 Thread Kristian Rosenvold
As Anders says, svn patch is official. There is an "authorative" git clone of the plugins repo that you can use at https://github.com/apache/maven-plugins . If you're feeling adventurous you can also make a pull request at github and reference this from your JIRA. This may work :) Kirstian 2015-

Re: Creating a patch for maven-pmd-plugin

2015-01-20 Thread Anders Hammar
An svn patch is the preferred way for a plugin hosted in svn. http://maven.apache.org/guides/development/guide-maven-development.html /Anders On Tue, Jan 20, 2015 at 4:12 PM, wrote: > This may or may not be a "stupid question", but it's new territory for me > so I thought I would ask: > > I nor

Creating a patch for maven-pmd-plugin

2015-01-20 Thread twilliamson32
This may or may not be a "stupid question", but it's new territory for me so I thought I would ask: I normally use Git for source control, so when I updated the maven-pmd-plugin project, I just downloaded the source .zip file into a new Git repo and made my changes. Now I need to create a patc