[ 
https://jira.codehaus.org/browse/WAGON-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=308652#comment-308652
 ] 

Rob Elliot commented on WAGON-374:
----------------------------------

I have to confess that at the moment I'm baffled - what command are you using 
to do the deployment? Whether I use
{noformat}
mvn site-deploy
{noformat}
or
{noformat}
mvn site:deploy
{noformat}
in both cases with your config mvn fails saying:
{noformat}
Missing site information in the distribution management of the project
{noformat}
This is true - your example, and the real pom at 
https://github.com/lhw/duckduckgo/blob/master/pom.xml, both have no site in the 
distributionManagement section, only a repository.

I've gone so far as to clone your project to 
https://github.com/Mahoney/duckduckgo - I still get the same error. If I switch 
the element in distributionManagement from "repository" to "site" then I'm back 
to failing with error "Error uploading site" caused by "Error interacting with 
SCM: No such provider: 'git'.".

                
> Deploying your Maven site to GitHub's gh-pages
> ----------------------------------------------
>
>                 Key: WAGON-374
>                 URL: https://jira.codehaus.org/browse/WAGON-374
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-scm
>    Affects Versions: 2.2
>            Reporter: Samuel Santos
>
> The example at 
> http://maven.apache.org/wagon/wagon-providers/wagon-scm/usage.html for 
> deploying a Maven site to GitHub's pages does not work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to