[ 
https://issues.apache.org/jira/browse/KNOX-2017?focusedWorklogId=315040&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-315040
 ]

ASF GitHub Bot logged work on KNOX-2017:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Sep/19 13:12
            Start Date: 19/Sep/19 13:12
    Worklog Time Spent: 10m 
      Work Description: smolnar82 commented on pull request #149: KNOX-2017 - 
Making Cloudera repository available in Knox's parent POM so that Cloudera 
dependencies are available in every children project
URL: https://github.com/apache/knox/pull/149
 
 
   ## What changes were proposed in this pull request?
   
   Fixing build issue of MAven cannot find Cloudera dependencies in all Knox 
Maven projects (other than `gateway-discovery-cm`.
   
   ## How was this patch tested?
   
   Running JUnit tests and checked manually if the packaged deliverable has the 
`cloudera-manager-api-swagger:jar`
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 315040)
    Remaining Estimate: 0h
            Time Spent: 10m

> Fix recent build issues
> -----------------------
>
>                 Key: KNOX-2017
>                 URL: https://issues.apache.org/jira/browse/KNOX-2017
>             Project: Apache Knox
>          Issue Type: Task
>          Components: Build
>    Affects Versions: 1.4.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Critical
>             Fix For: 1.4.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Since a recent change, the Travis CI build has been failing due to an issue 
> with Cloudera Manager dependencies in Maven:
> {code:java}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process 
> (process-resource-bundles) on project gateway-release: Failed to resolve 
> dependencies for one or more projects in the reactor. Reason: Missing:
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process 
> (process-resource-bundles) on project gateway-release: Failed to resolve 
> dependencies for one or more projects in the reactor. Reason: Missing:
> [ERROR] ----------
> [ERROR] 1) com.cloudera.api.swagger:cloudera-manager-api-swagger:jar:6.3.0
> [ERROR]
> [ERROR]   Try downloading the file manually from the project website.[ERROR] 
> [ERROR]   Then, install it using the command: 
> [ERROR]       mvn install:install-file -DgroupId=com.cloudera.api.swagger 
> -DartifactId=cloudera-manager-api-swagger -Dversion=6.3.0 -Dpackaging=jar 
> -Dfile=/path/to/file
> [ERROR] 
> [ERROR]   Alternatively, if you host your own repository you can deploy the 
> file there: 
> [ERROR]       mvn deploy:deploy-file -DgroupId=com.cloudera.api.swagger 
> -DartifactId=cloudera-manager-api-swagger -Dversion=6.3.0 -Dpackaging=jar 
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [ERROR]
> [ERROR]   Path to dependency:
> [ERROR]    1) org.apache.knox:gateway-release:jar:1.4.0-SNAPSHOT
> [ERROR]    2) org.apache.knox:gateway-discovery-cm:jar:1.4.0-SNAPSHOT
> [ERROR]    3) com.cloudera.api.swagger:cloudera-manager-api-swagger:jar:6.3.0
> [ERROR]
> [ERROR] ----------
> [ERROR] 1 required artifact is missing. {code}
> We should check if the relevant {{repository}} tags are added in the proper 
> place and fix this issue ASAP (until that all of the PR builds will fail).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to