You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2011/07/25 00:16:42 UTC

[jira] Created: (MSITE-599) Improve error message when deploy protocol isn't available

Improve error message when deploy protocol isn't available
----------------------------------------------------------

                 Key: MSITE-599
                 URL: https://jira.codehaus.org/browse/MSITE-599
             Project: Maven 2.x and 3.x Site Plugin
          Issue Type: Improvement
          Components: site:deploy
    Affects Versions: 3.0-beta-3, 2.3
            Reporter: Herve Boutemy


actual message tells the problem but doesn't really help to fix the issue:
{noformat}[INFO] --- maven-site-plugin:3.0-SNAPSHOT:deploy (default-deploy) @ asf-pom-site ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.476s
[INFO] Finished at: Sun Jul 24 23:14:10 CEST 2011
[INFO] Final Memory: 19M/342M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0-SNAPSHOT:deploy (default-deploy) on project asf-pom-site: Unsupported protocol: 'scp': Cannot find wagon which supports the requested protocol: scp: java.util.NoSuchElementException
[ERROR] role: org.apache.maven.wagon.Wagon
[ERROR] roleHint: scp
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MSITE-599) Improve error message when deploy protocol isn't available

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSITE-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy closed MSITE-599.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
         Assignee: Herve Boutemy

done in [r1150501|http://svn.apache.org/viewvc?rev=1150501&view=rev]

> Improve error message when deploy protocol isn't available
> ----------------------------------------------------------
>
>                 Key: MSITE-599
>                 URL: https://jira.codehaus.org/browse/MSITE-599
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Improvement
>          Components: site:deploy
>    Affects Versions: 2.3, 3.0-beta-3
>            Reporter: Herve Boutemy
>            Assignee: Herve Boutemy
>             Fix For: 3.0
>
>
> actual message tells the problem but doesn't really help to fix the issue:
> {noformat}[INFO] --- maven-site-plugin:3.0-SNAPSHOT:deploy (default-deploy) @ asf-pom-site ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 3.476s
> [INFO] Finished at: Sun Jul 24 23:14:10 CEST 2011
> [INFO] Final Memory: 19M/342M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0-SNAPSHOT:deploy (default-deploy) on project asf-pom-site: Unsupported protocol: 'scp': Cannot find wagon which supports the requested protocol: scp: java.util.NoSuchElementException
> [ERROR] role: org.apache.maven.wagon.Wagon
> [ERROR] roleHint: scp
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira