You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (Jira)" <ji...@apache.org> on 2019/09/19 14:39:00 UTC

[jira] [Resolved] (KNOX-2017) Fix recent build issues

     [ https://issues.apache.org/jira/browse/KNOX-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Risden resolved KNOX-2017.
--------------------------------
    Resolution: Fixed

> 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: 1h 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)