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 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