You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "GuotaoLi (Jira)" <ji...@apache.org> on 2020/08/07 15:43:00 UTC

[jira] [Created] (RANGER-2942) Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (default) on project ranger-examples-distro

GuotaoLi created RANGER-2942:
--------------------------------

             Summary: Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (default) on project ranger-examples-distro
                 Key: RANGER-2942
                 URL: https://issues.apache.org/jira/browse/RANGER-2942
             Project: Ranger
          Issue Type: Bug
          Components: Ranger
    Affects Versions: 2.1
         Environment: RHEL 7
            Reporter: GuotaoLi


When compile ranger with below command:
{{}}
{code:java}
mvn -DskipTests clean compile package install assembly:assembly {code}
{{}}Throws create assembly failed:
{code:java}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (default) on project ranger-examples-distro: Failed to create assembly: Error creating assembly archive sampleapp: You must set at least one file. -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :ranger-examples-distro
{code}



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