On Wed, Aug 6, 2008 at 12:08 AM, Jeff Mutonho <[EMAIL PROTECTED]> wrote:
> I'm trying to checkout some project using the from Subversion by issuing > this Maven command: > > mvn scm:checkout -DconnectionUrl=scm:svn: > https://svn.sentium.co.za/svn/portal/trunk/myportal-DcheckoutDirectory=myportal > > This fails with an error message that says : > > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'scm'. > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-scm-plugin' does not > exist or > no valid version could be found > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: < 1 second > [INFO] Finished at: Tue Aug 05 23:58:50 CAT 2008 > [INFO] Final Memory: 1M/4M > [INFO] > ------------------------------------------------------------------------ > I'm still battling with this.Any idea what could cause the maven-scm-plugin to be not found?
