Islandora / documentation

Contains islandora's documentation and main issue queue.
MIT License
104 stars 71 forks source link

Fix mvn site deploy on Alpaca #344

Closed ruebot closed 7 years ago

ruebot commented 8 years ago

Ran into an error on the Alpaca release will trying to publish our javadocs.

mvn site-deploy -DskipTests

[INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[INFO] Generating "Dependency Convergence" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Dependency Information" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Dependency Management" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Distribution Management" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "About" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Issue Management" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Licenses" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Project Modules" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Plugins" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Team" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Source Code Management" report    --- maven-project-info-reports-plugin:2.9
[INFO] Generating "Summary" report    --- maven-project-info-reports-plugin:2.9
[INFO] 
[INFO] --- maven-site-plugin:3.3:deploy (default-deploy) @ islandora-parent ---
[INFO] Parent project loaded from repository: org.sonatype.oss:oss-parent:pom:9
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Islandora CLAW :: Parent POM ....................... FAILURE [ 18.206 s]
[INFO] Islandora CLAW Camel Component ..................... SKIPPED
[INFO] Islandora CLAW Sync Gateway ........................ SKIPPED
[INFO] Karaf Provisioning Features for Islandora CLAW ..... SKIPPED
[INFO] Islandora CLAW Triplestore Indexer ................. SKIPPED
[INFO] Islandora CLAW :: Indexing ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.963 s
[INFO] Finished at: 2016-08-24T18:39:34-04:00
[INFO] Final Memory: 30M/549M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:deploy (default-deploy) on project islandora-parent: Wagon protocol '' doesn't support directory copying -> [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
ruebot commented 7 years ago

Closing this since we don't use Maven any more.