[jira] (MSCMPUB-5) Need a working example for GitHub/gh-pages, preferably naturally linked to natural site lifecycle, and multi-module

2012-10-20 Thread Anthony Whitford (JIRA)

 [ 
https://jira.codehaus.org/browse/MSCMPUB-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anthony Whitford closed MSCMPUB-5.
--

Resolution: Duplicate

See MSCMPUB-4.

> Need a working example for GitHub/gh-pages, preferably naturally linked to 
> natural site lifecycle, and multi-module
> ---
>
> Key: MSCMPUB-5
> URL: https://jira.codehaus.org/browse/MSCMPUB-5
> Project: maven-scm-publish-plugin
>  Issue Type: Story
> Environment: Mac OSX 10.8.2, Java 1.6 Update 35, Maven 3.0.4, Maven 
> Site Plugin 3.2, Maven SCM Plugin 1.8, Git
>Reporter: Anthony Whitford
>Priority: Critical
>
> I am trying to update my 
> [lombok-maven-plugin|http://awhitford.github.com/lombok.maven/lombok-maven-plugin/index.html]
>  project to use this plugin to publish the project to _Github Pages_.
> When I try this command:
> {noformat}
> mvn clean site site:stage-deploy scm-publish:publish-scm
> {noformat}
> which is outlined 
> [here|http://maven.apache.org/plugins/maven-scm-publish-plugin/examples/multi-module-configuration.html],
>  I get this error:
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-scm-publish-plugin:1.0-beta-1:publish-scm 
> (default-cli) on project lombok-maven: Unable to checkout from SCM
> [ERROR] Provider message:
> [ERROR] The git-log command failed.
> [ERROR] Command output:
> [ERROR] fatal: ambiguous argument 'master': unknown revision or path not in 
> the working tree.
> [ERROR] Use '--' to separate paths from revisions
> {noformat}
> (?) Is there a multi-module project in GitHub that uses this plugin that I 
> can use as an example?
> This is what I did so far...
> {code:xml}
> 
>   ${user.home}/Sites/lombok.maven
>   
> ${user.home}/site-content-scm/lombok.maven
> 
> ...
> 
>   
> 
>   org.apache.maven.plugins
>   maven-site-plugin
>   3.2
>   
> true
> file://${siteMainDirectory}
>   
> 
> ...
>   
> 
> ...
> 
>   
> org.apache.maven.plugins
> maven-site-plugin
> 
>   
> stage-for-scm-publish
> post-site
> 
>   stage
> 
>   
> 
>   
>   
> org.apache.maven.plugins
> maven-scm-publish-plugin
> 1.0-beta-1
> 
>   ${scmPubCheckoutDirectory}
>   \${siteMainDirectory}
>   true
>   gh-pages
>   
> scm:git:g...@github.com:awhitford/lombok.maven.git
> 
> 
>   
> scm-publish
> site-deploy
> 
>   publish-scm
> 
>   
> 
>   
> 
> {code}
> Finally, I'm really interested in wiring this up so that when I do a normal 
> {{site-deploy}} or an implicit one through the release process, it gets 
> published to {{gh-pages}} -- just like I had working with 
> [wagon-gitsite|https://github.com/awhitford/wagon-gitsite].

--
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




[jira] (MSCMPUB-5) Need a working example for GitHub/gh-pages, preferably naturally linked to natural site lifecycle, and multi-module

2012-10-20 Thread Anthony Whitford (JIRA)
Anthony Whitford created MSCMPUB-5:
--

 Summary: Need a working example for GitHub/gh-pages, preferably 
naturally linked to natural site lifecycle, and multi-module
 Key: MSCMPUB-5
 URL: https://jira.codehaus.org/browse/MSCMPUB-5
 Project: maven-scm-publish-plugin
  Issue Type: Story
 Environment: Mac OSX 10.8.2, Java 1.6 Update 35, Maven 3.0.4, Maven 
Site Plugin 3.2, Maven SCM Plugin 1.8, Git
Reporter: Anthony Whitford
Priority: Critical


I am trying to update my 
[lombok-maven-plugin|http://awhitford.github.com/lombok.maven/lombok-maven-plugin/index.html]
 project to use this plugin to publish the project to _Github Pages_.

When I try this command:
{noformat}
mvn clean site site:stage-deploy scm-publish:publish-scm
{noformat}
which is outlined 
[here|http://maven.apache.org/plugins/maven-scm-publish-plugin/examples/multi-module-configuration.html],
 I get this error:
{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-scm-publish-plugin:1.0-beta-1:publish-scm 
(default-cli) on project lombok-maven: Unable to checkout from SCM
[ERROR] Provider message:
[ERROR] The git-log command failed.
[ERROR] Command output:
[ERROR] fatal: ambiguous argument 'master': unknown revision or path not in the 
working tree.
[ERROR] Use '--' to separate paths from revisions
{noformat}

(?) Is there a multi-module project in GitHub that uses this plugin that I can 
use as an example?

This is what I did so far...

{code:xml}

  ${user.home}/Sites/lombok.maven
  
${user.home}/site-content-scm/lombok.maven

...

  

  org.apache.maven.plugins
  maven-site-plugin
  3.2
  
true
file://${siteMainDirectory}
  

...
  

...

  
org.apache.maven.plugins
maven-site-plugin

  
stage-for-scm-publish
post-site

  stage

  

  
  
org.apache.maven.plugins
maven-scm-publish-plugin
1.0-beta-1

  ${scmPubCheckoutDirectory}
  \${siteMainDirectory}
  true
  gh-pages
  scm:git:g...@github.com:awhitford/lombok.maven.git


  
scm-publish
site-deploy

  publish-scm

  

  

{code}

Finally, I'm really interested in wiring this up so that when I do a normal 
{{site-deploy}} or an implicit one through the release process, it gets 
published to {{gh-pages}} -- just like I had working with 
[wagon-gitsite|https://github.com/awhitford/wagon-gitsite].

--
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