Skip to content

Instantly share code, notes, and snippets.

Created December 23, 2012 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4364071 to your computer and use it in GitHub Desktop.
Save anonymous/4364071 to your computer and use it in GitHub Desktop.
1 09:02 /Users/mike/Projects/greendao-emmby/DaoCore $ mvn -X ghSite:site
Apache Maven 3.0.3 (r1075438; 2011-02-28 10:31:09-0700)
Maven home: /usr/share/maven
Java version: 1.6.0_37, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.8.2", arch: "x86_64", family: "mac"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml
[DEBUG] Reading user settings from /Users/mike/.m2/settings.xml
[DEBUG] Using local repository at /Users/mike/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /Users/mike/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.greendao-orm:greendao:jar:1.3-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin prefix ghSite from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix ghSite to com.github.github:site-maven-plugin from POM com.greendao-orm:greendao:jar:1.3-SNAPSHOT
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.greendao-orm:greendao:jar:1.3-SNAPSHOT
[DEBUG] Tasks: [ghSite:site]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building DaoCore 1.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix ghSite from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix ghSite to com.github.github:site-maven-plugin from POM com.greendao-orm:greendao:jar:1.3-SNAPSHOT
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: com.greendao-orm:greendao:1.3-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [central (http://repo1.maven.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [central (http://repo1.maven.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.github.github:site-maven-plugin:0.7:site (default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<branch default-value="refs/heads/gh-pages">gh-pages</branch>
<dryRun>${github.site.dryRun}</dryRun>
<force>${github.site.force}</force>
<host default-value="${github.global.host}">${github.site.host}</host>
<includes>
<include>**/*</include>
</includes>
<merge>${github.site.merge}</merge>
<message>Creating site for 1.3-SNAPSHOT</message>
<noJekyll>true</noJekyll>
<oauth2Token default-value="${github.global.oauth2Token}">${github.site.oauth2Token}</oauth2Token>
<outputDirectory default-value="${project.reporting.outputDirectory}">/Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo</outputDirectory>
<password default-value="${github.global.password}">${github.site.password}</password>
<project>${project}</project>
<repositoryName>greenDAO</repositoryName>
<repositoryOwner>emmby</repositoryOwner>
<server default-value="${github.global.server}">${github.site.server}</server>
<session>${session}</session>
<settings>${settings}</settings>
<userName default-value="${github.global.userName}">${github.site.userName}</userName>
</configuration>
[DEBUG] =======================================================================
[INFO]
[INFO] --- site-maven-plugin:0.7:site (default-cli) @ greendao ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core
[DEBUG] Imported: org.sonatype.aether.version < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.sonatype.aether.repository < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG] Imported: org.sonatype.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core
[DEBUG] Imported: org.sonatype.aether.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.sonatype.aether.installation < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] com.github.github:site-maven-plugin:jar:0.7:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven.plugins:maven-site-plugin:jar:3.0:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-exec:jar:1.0.1:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG] org.apache.velocity:velocity:jar:1.5:compile
[DEBUG] oro:oro:jar:2.0.8:compile
[DEBUG] velocity:velocity:jar:1.5:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.2:compile
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.2:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.apache.maven.doxia:doxia-core:jar:1.2:compile
[DEBUG] xerces:xercesImpl:jar:2.9.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.0.2:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.3:compile
[DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.2:compile
[DEBUG] org.apache.maven.doxia:doxia-module-apt:jar:1.2:runtime
[DEBUG] org.apache.maven.doxia:doxia-module-xdoc:jar:1.2:compile
[DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.2:compile
[DEBUG] javax.servlet:servlet-api:jar:2.5:compile
[DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.2:compile
[DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.2:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] org.apache.maven.shared:maven-doxia-tools:jar:1.4:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:1.0:compile
[DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.8:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.10:compile
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.25:compile
[DEBUG] org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.25:compile
[DEBUG] commons-lang:commons-lang:jar:2.5:compile
[DEBUG] commons-io:commons-io:jar:1.4:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.eclipse.mylyn.github:org.eclipse.egit.github.core:jar:1.3.6:compile
[DEBUG] com.google.code.gson:gson:jar:2.1:compile
[DEBUG] com.github.github:github-maven-core:jar:0.5:compile
[DEBUG] Created new class realm plugin>com.github.github:site-maven-plugin:0.7
[DEBUG] Importing foreign packages into class realm plugin>com.github.github:site-maven-plugin:0.7
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>com.github.github:site-maven-plugin:0.7
[DEBUG] Included: com.github.github:site-maven-plugin:jar:0.7
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.apache.maven.plugins:maven-site-plugin:jar:3.0
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-exec:jar:1.0.1
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG] Included: org.apache.velocity:velocity:jar:1.5
[DEBUG] Included: oro:oro:jar:2.0.8
[DEBUG] Included: velocity:velocity:jar:1.5
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.2
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.2
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.2
[DEBUG] Included: xerces:xercesImpl:jar:2.9.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.3.04
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.0.2
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.3
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.2
[DEBUG] Included: org.apache.maven.doxia:doxia-module-apt:jar:1.2
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xdoc:jar:1.2
[DEBUG] Included: org.apache.maven.doxia:doxia-module-fml:jar:1.2
[DEBUG] Included: javax.servlet:servlet-api:jar:2.5
[DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.2
[DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.2
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: org.apache.maven.shared:maven-doxia-tools:jar:1.4
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.1.8
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.10
[DEBUG] Included: org.mortbay.jetty:jetty:jar:6.1.25
[DEBUG] Included: org.mortbay.jetty:servlet-api:jar:2.5-20081211
[DEBUG] Included: org.mortbay.jetty:jetty-util:jar:6.1.25
[DEBUG] Included: commons-lang:commons-lang:jar:2.5
[DEBUG] Included: commons-io:commons-io:jar:1.4
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.eclipse.mylyn.github:org.eclipse.egit.github.core:jar:1.3.6
[DEBUG] Included: com.google.code.gson:gson:jar:2.1
[DEBUG] Included: com.github.github:github-maven-core:jar:0.5
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30
[DEBUG] Excluded: org.apache.maven.wagon:wagon-provider-api:jar:1.0
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.7
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.7
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.7
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3
[DEBUG] Configuring mojo com.github.github:site-maven-plugin:0.7:site from plugin realm ClassRealm[plugin>com.github.github:site-maven-plugin:0.7, parent: sun.misc.Launcher$AppClassLoader@7a9664a1]
[DEBUG] Configuring mojo 'com.github.github:site-maven-plugin:0.7:site' with basic configurator -->
[DEBUG] (f) branch = gh-pages
[DEBUG] (f) includes = [**/*]
[DEBUG] (f) message = Creating site for 1.3-SNAPSHOT
[DEBUG] (f) noJekyll = true
[DEBUG] (f) outputDirectory = /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo
[DEBUG] (f) project = MavenProject: com.greendao-orm:greendao:1.3-SNAPSHOT @ /Users/mike/Projects/greendao-emmby/DaoCore/pom.xml
[DEBUG] (f) repositoryName = greenDAO
[DEBUG] (f) repositoryOwner = emmby
[DEBUG] (f) server = github
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@6d352447
[DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@2af6a882
[DEBUG] -- end configuration --
[DEBUG] Using GitHub repository emmby/greenDAO
[DEBUG] Scanning /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo and including [**/*] and exluding []
[INFO] Creating 13 blobs
[DEBUG] Scanned files to include: [.nojekyll, com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.jar, com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.jar.md5, com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.jar.sha1, com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.pom, com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.pom.md5, com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.pom.sha1, com/greendao-orm/greendao/1.3-SNAPSHOT/maven-metadata.xml, com/greendao-orm/greendao/1.3-SNAPSHOT/maven-metadata.xml.md5, com/greendao-orm/greendao/1.3-SNAPSHOT/maven-metadata.xml.sha1, com/greendao-orm/greendao/maven-metadata.xml, com/greendao-orm/greendao/maven-metadata.xml.md5, com/greendao-orm/greendao/maven-metadata.xml.sha1]
[DEBUG] Using basic authentication with username: emmby
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/.nojekyll
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.jar
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.jar.md5
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.jar.sha1
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.pom
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.pom.md5
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/1.3-SNAPSHOT/greendao-1.3-20121222.235217-1.pom.sha1
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/1.3-SNAPSHOT/maven-metadata.xml
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/1.3-SNAPSHOT/maven-metadata.xml.md5
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/1.3-SNAPSHOT/maven-metadata.xml.sha1
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/maven-metadata.xml
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/maven-metadata.xml.md5
[DEBUG] Creating blob from /Users/mike/Projects/greendao-emmby/DaoCore/target/mvn-repo/com/greendao-orm/greendao/maven-metadata.xml.sha1
[INFO] Creating tree with 13 blob entries
[INFO] Creating commit with SHA-1: 43699fc106d7dafd7b00634bfbc1399798c778d3
[INFO] Creating reference gh-pages starting at commit 43699fc106d7dafd7b00634bfbc1399798c778d3
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.177s
[INFO] Finished at: Sun Dec 23 09:03:01 MST 2012
[INFO] Final Memory: 7M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.github:site-maven-plugin:0.7:site (default-cli) on project greendao: Error creating reference: Server Error (500) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.github:site-maven-plugin:0.7:site (default-cli) on project greendao: Error creating reference: Server Error (500)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error creating reference: Server Error (500)
at com.github.maven.plugins.site.SiteMojo.execute(SiteMojo.java:454)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.eclipse.egit.github.core.client.RequestException: Server Error (500)
at org.eclipse.egit.github.core.client.GitHubClient.createException(GitHubClient.java:516)
at org.eclipse.egit.github.core.client.GitHubClient.sendJson(GitHubClient.java:600)
at org.eclipse.egit.github.core.client.GitHubClient.post(GitHubClient.java:679)
at org.eclipse.egit.github.core.service.DataService.createReference(DataService.java:283)
at com.github.maven.plugins.site.SiteMojo.execute(SiteMojo.java:452)
... 21 more
[ERROR]
[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
1 09:03 /Users/mike/Projects/greendao-emmby/DaoCore $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment