You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "jiraposter@reviews.apache.org (JIRA)" <ji...@apache.org> on 2012/05/01 01:57:50 UTC

[jira] [Commented] (OOZIE-810) Modify Oozie POM to pickup doxia 9.2y from a repo where it is avail

    [ https://issues.apache.org/jira/browse/OOZIE-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13265526#comment-13265526 ] 

jiraposter@reviews.apache.org commented on OOZIE-810:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4941/
-----------------------------------------------------------

Review request for oozie and Mohammad Islam.


Summary
-------

replacing the dead GH repo with Cloudera's repo where the doxia 9.2y plugin is now being hosted


This addresses bug OOZIE-810.
    https://issues.apache.org/jira/browse/OOZIE-810


Diffs
-----

  trunk/pom.xml 1332473 

Diff: https://reviews.apache.org/r/4941/diff


Testing
-------

did a full build with a clean m2 cache


Thanks,

Alejandro


                
> Modify Oozie POM to pickup doxia 9.2y from a repo where it is avail
> -------------------------------------------------------------------
>
>                 Key: OOZIE-810
>                 URL: https://issues.apache.org/jira/browse/OOZIE-810
>             Project: Oozie
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.2.0
>         Environment: Oozie docs  Build Failure due to missing doxia-module-twiki:jar:1.0-alpha-9.2 and doxia-module-twiki:jar:1.0-alpha-9.2y
>            Reporter: Ashish Singh
>            Assignee: Alejandro Abdelnur
>              Labels: Oozie, build
>         Attachments: OOZIE-810.patch
>
>
> Ozzie Docs are not able to compile due to the below error:
> [INFO] --- maven-site-plugin:2.0-beta-6:site (default) @ oozie-docs ---
> Downloading: file:///tmp/internalmavenrepo/org/apache/maven/doxia/doxia-module-twiki/1.0-alpha-9.2y/doxia-module-twiki-1.0-alpha-9.2y.pom
> Downloading: http://yahoo.github.com/maven/repository/org/apache/maven/doxia/doxia-module-twiki/1.0-alpha-9.2y/doxia-module-twiki-1.0-alpha-9.2y.pom
> Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-twiki/1.0-alpha-9.2y/doxia-module-twiki-1.0-alpha-9.2y.pom
> [WARNING] The POM for org.apache.maven.doxia:doxia-module-twiki:jar:1.0-alpha-9.2y is missing, no dependency information available
> Downloading: file:///tmp/internalmavenrepo/org/apache/maven/doxia/doxia-core/1.0-alpha-9.2y/doxia-core-1.0-alpha-9.2y.pom
> Downloading: http://yahoo.github.com/maven/repository/org/apache/maven/doxia/doxia-core/1.0-alpha-9.2y/doxia-core-1.0-alpha-9.2y.pom
> Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-9.2y/doxia-core-1.0-alpha-9.2y.pom
> [WARNING] The POM for org.apache.maven.doxia:doxia-core:jar:1.0-alpha-9.2y is missing, no dependency information available
> Downloading: file:///tmp/internalmavenrepo/org/apache/maven/doxia/doxia-module-twiki/1.0-alpha-9.2y/doxia-module-twiki-1.0-alpha-9.2y.jar
> Downloading: file:///tmp/internalmavenrepo/org/apache/maven/doxia/doxia-core/1.0-alpha-9.2y/doxia-core-1.0-alpha-9.2y.jar
> Downloading: http://yahoo.github.com/maven/repository/org/apache/maven/doxia/doxia-module-twiki/1.0-alpha-9.2y/doxia-module-twiki-1.0-alpha-9.2y.jar
> Downloading: http://yahoo.github.com/maven/repository/org/apache/maven/doxia/doxia-core/1.0-alpha-9.2y/doxia-core-1.0-alpha-9.2y.jar
> Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-twiki/1.0-alpha-9.2y/doxia-module-twiki-1.0-alpha-9.2y.jar
> Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-9.2y/doxia-core-1.0-alpha-9.2y.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Oozie Main ........................................ SUCCESS [2.202s]
> [INFO] Oozie Client ...................................... SUCCESS [23.935s]
> [INFO] Oozie Share Lib ................................... SUCCESS [5.644s]
> [INFO] Oozie Core ........................................ SUCCESS [52.477s]
> [INFO] Oozie Docs ........................................ FAILURE [3.388s]
> [INFO] Oozie WebApp ...................................... SKIPPED
> [INFO] Oozie Examples .................................... SKIPPED
> [INFO] Oozie Distro ...................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1:28.870s
> [INFO] Finished at: Wed Apr 11 11:43:42 PDT 2012
> [INFO] Final Memory: 41M/111M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site (default) on project oozie-docs: Execution default of goal org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site failed: Plugin org.apache.maven.plugins:maven-site-plugin:2.0-beta-6 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven.doxia:doxia-module-twiki:jar:1.0-alpha-9.2y, org.apache.maven.doxia:doxia-core:jar:1.0-alpha-9.2y: Could not find artifact org.apache.maven.doxia:doxia-module-twiki:jar:1.0-alpha-9.2y in internal.maven.repo (file:///tmp/internalmavenrepo) -> [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/PluginResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :oozie-docs
> + '[' 1 '!=' 0 ']'
> + echo
> + echo 'ERROR, Oozie distro creation failed'
> ERROR, Oozie distro creation failed
> + echo
> + exit -1
> There is related jira under BIGTOP https://issues.apache.org/jira/browse/BIGTOP-518.

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