Re: [mojo-dev] Plugin developing process questions

2007-07-09 Thread Trygve Laugstøl
Stefano Lenzi wrote: Trygve Laugstøl wrote: Stefano Lenzi wrote: Hi All, I'm new to the development process of MOJO, so I have some questions: - How often should a developer create a snapshot release of the plugin? Anytime there are changes in the implementation? Once per commit. > - W

Re: [mojo-dev] Plugin developing process questions

2007-07-09 Thread Stefano Lenzi
Trygve Laugstøl wrote: Stefano Lenzi wrote: Hi All, I'm new to the development process of MOJO, so I have some questions: - How often should a developer create a snapshot release of the plugin? Anytime there are changes in the implementation? Once per commit. > - Which are the maven ste

Re: [mojo-dev] Plugin developing process questions

2007-07-08 Thread Trygve Laugstøl
Stefano Lenzi wrote: Hi All, I'm new to the development process of MOJO, so I have some questions: - How often should a developer create a snapshot release of the plugin? Anytime there are changes in the implementation? Once per commit. > - Which are the maven step to create a snapshot re

[mojo-dev] Plugin developing process questions

2007-07-06 Thread Stefano Lenzi
Hi All, I'm new to the development process of MOJO, so I have some questions: - How often should a developer create a snapshot release of the plugin? Anytime there are changes in the implementation? - Which are the maven step to create a snapshot release? Is enough to execute mvn deploy ;