You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2010/09/28 00:04:33 UTC

[jira] Closed: (MSITE-505) Unable to use SVN SCM wagon to upload a site

     [ http://jira.codehaus.org/browse/MSITE-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MSITE-505.
------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-beta-3
         Assignee: Olivier Lamy

fixed [rev 1001922|http://svn.apache.org/viewvc?rev=1001922&view=rev]

> Unable to use SVN SCM wagon to upload a site
> --------------------------------------------
>
>                 Key: MSITE-505
>                 URL: http://jira.codehaus.org/browse/MSITE-505
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 3.0-beta-2
>         Environment: Maven 3.0-beta-3 (r990787; 2010-08-30 14:44:03+0200)
> Maven site plugin 3.0-beta-3-SNAPSHOT
>            Reporter: Andrew Phillips
>            Assignee: Olivier Lamy
>             Fix For: 3.0-beta-3
>
>         Attachments: mvn-X-output.txt, pom.xml
>
>
> Even though the SCM project is apparently able to correctly pick up the SVN provider in the attached POM, the site plugin is unable to deploy to a site with an 'scm:svn...' URL and warns that 
> [WARNING] No SCM providers configured.
> Here the abbreviated output of two commands - see the attachment for the full output.
> > mvn scm:status
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building SCM deploy:site test 1.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-scm-plugin:1.4:status (default-cli) @ scm-deploy-test ---
> [INFO] Executing: cmd.exe /X /C "svn --non-interactive status"
> [INFO] Working directory: XXX
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> > mvn site:deploy -X
> [DEBUG] The site will be deployed to url 'scm:svn:https://acme.com/svn/site' with id 'scm-deploy-test-site'
> [DEBUG] repository protocol scm
> [DEBUG] getProxy 'protocol' : scm
> [DEBUG] getProxy 'protocol' : scm no ProxyInfo found
> [DEBUG] found proxyInfo null
> [DEBUG] authenticationInfo with id 'scm-deploy-test-site' : null
> [WARNING] No SCM providers configured.
> [DEBUG]  configureWagon 
> [DEBUG] configureWagon server XXX
> ...
> [DEBUG] configureWagon server XXX
> [DEBUG] connect with authenticationInfo and without proxyInfo
> scm:svn:https://acme.com/svn/site - Session: Opened  
>  Transfer error: org.apache.maven.scm.manager.NoSuchScmProviderException: No such provider: 'svn'.
> scm:svn:https://acme.com/svn/site - Session: Disconnecting  
> scm:svn:https://acme.com/svn/site - Session: Disconnected
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira