Re: Using Maven on a Server Environment

2006-11-13 Thread Emmanuel Venisse
All API are in maven-scm-api. You can use it directly and you need in your classpath a provider and eventually maven-scm-plexus-manager. You'll find sample usage in maven-scm-plugin sources (http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-plugin/) and in maven-scm-client (http://svn.

Using Maven on a Server Environment

2006-11-09 Thread S Vishvapriya
Hi,   Our development team would like to use Maven (and its SCM functionalities) on a server environment. We want to setup Maven against the file system on which tomcat runs. Any requests for check-out/check-in that comes to the Application Server (to our application running on Tomcat) has to be re