Re: Integrating custom SCM with maven

2006-06-29 Thread Emmanuel Venisse
1- create a new project that extends maven-scm-providers project 2- create a ScmProvider that extends org.apache.maven.scm.provider.AbstractScmProvider 3- create a ScmProviderRepository 4- implement scm commands Emmanuel Anirudh Chandrakant a écrit : Hi, I have my own built-from-scratch versi

Integrating custom SCM with maven

2006-06-26 Thread Anirudh Chandrakant
Hi,I have my own built-from-scratch version control system. I wish to now integrate this with Maven (like CVS, Subversion, etc).Could anyone please list down the things i need to do to be able to achieve this? Thanks,Anirudh