Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-10-09 Thread Benedikt Ritter
Hello Bernd, sorry it took so long, I finally have some time to catch up with things... here are my comments: 2014-08-31 23:20 GMT+02:00 Bernd Eckenfels e...@zusammenkunft.net: Hello Benedikt, I finally had some time to look at this. I tried to integrate it into VFS. I did not (yet) change

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-09-10 Thread Benedikt Ritter
Hello Bernd, I'm back from Portual and will try to have a look at your comments this week :-) Thanks! Benedikt 2014-08-31 23:20 GMT+02:00 Bernd Eckenfels e...@zusammenkunft.net: Hello Benedikt, I finally had some time to look at this. I tried to integrate it into VFS. I did not (yet)

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-09-10 Thread Bernd Eckenfels
Hello Benedikt, thanks for the feedback, no worries, take your time. I already fixed the below mentioned wrong template-comments. For the project id/url related stuff I did not take a deeper look as it is I guess moslty getting familiar with the commons-parent structure. However let me know if

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-31 Thread Bernd Eckenfels
Hello Benedikt, I finally had some time to look at this. I tried to integrate it into VFS. I did not (yet) change the commpons-parent, I instead used the direct call method: mvn org.apache.commons:commons-build-plugin:1.5-SNAPSHOT:readme-md I dont think this affects the result substantially,

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-27 Thread Benedikt Ritter
Hi all, I have worked on this some more. Today I included a new mojo that can generate a CONTRIBUTING.md for you. An example of how the generated file looks at github can be found here [1]. Please review the contents and add anything you think is missing :-) Thanks, Benedikt [1]

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-27 Thread Gary Gregory
Looks good! Gary On Wed, Aug 27, 2014 at 9:11 AM, Benedikt Ritter brit...@apache.org wrote: Hi all, I have worked on this some more. Today I included a new mojo that can generate a CONTRIBUTING.md for you. An example of how the generated file looks at github can be found here [1]. Please

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-23 Thread Benedikt Ritter
2014-08-21 6:03 GMT+02:00 Stefan Bodewig bode...@apache.org: On 2014-08-20, Benedikt Ritter wrote: 2014-08-20 13:13 GMT+02:00 Stefan Bodewig bode...@apache.org: On 2014-08-20, Benedikt Ritter wrote: I've committed a new mojo to the commons build plugin, which generates a README.md

[ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-20 Thread Benedikt Ritter
Hi all, I've committed a new mojo to the commons build plugin, which generates a README.md file for a component [1]. README.md files are used by github to create some kind of a landing page, when you browse a repository. It makes a repository more inviting to people using github, so I consider it

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-20 Thread Stefan Bodewig
On 2014-08-20, Benedikt Ritter wrote: I've committed a new mojo to the commons build plugin, which generates a README.md file for a component [1]. Without looking at the code, do you plan to make it so that projects can override the default README.md with a template of their own - much like we

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-20 Thread Benedikt Ritter
2014-08-20 13:13 GMT+02:00 Stefan Bodewig bode...@apache.org: On 2014-08-20, Benedikt Ritter wrote: I've committed a new mojo to the commons build plugin, which generates a README.md file for a component [1]. Without looking at the code, do you plan to make it so that projects can

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-20 Thread Gary Gregory
Sounds like a good idea. Gary On Wed, Aug 20, 2014 at 5:55 AM, Benedikt Ritter brit...@apache.org wrote: Hi all, I've committed a new mojo to the commons build plugin, which generates a README.md file for a component [1]. README.md files are used by github to create some kind of a landing

Re: [ALL] Auto generating README.md and CONTRIBUTING.md for github using the commons build plugin

2014-08-20 Thread Stefan Bodewig
On 2014-08-20, Benedikt Ritter wrote: 2014-08-20 13:13 GMT+02:00 Stefan Bodewig bode...@apache.org: On 2014-08-20, Benedikt Ritter wrote: I've committed a new mojo to the commons build plugin, which generates a README.md file for a component [1]. Without looking at the code, do you plan