1
0
-1

Hi,

I am  compiling  Project of policy_engine. 

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2:single (make-assembly) on project BRMSGateway: Failed to create assembly: Error creating assembly archive jar-with-dependencies: zip file is empty -> [Help 1]



    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Hi Jianwen,

      After adding the updated maven-assembly-plugin in your pom.xml file, did you run mvn command after adding this in pom.xml file?


      You can run the following command to identify the root cause

      mvn clean install -X


      Can you please provide the maven stack trace and your pom.xml file if you are still facing the issue? Thank you

        CommentAdd your comment...
      1.  
        1
        0
        -1

        @Ravindra Bakkamanthala, I have  tried on updating the maven-assembly-plugin version in BRMSGateway/pom.xml from 2.2 to 3.0.0. But it can't solve it. The workspace environment:Ubuntu 14.04,Maven 3.5.0, Intellij IDEA,JDK1.8.121.Project  BRMSGateway branch name:release-1.0.0.Using the command to compile: mvn clean intall -Dmaven.test.skip=true


          CommentAdd your comment...
        1.  
          1
          0
          -1

          Hi,

          We haven't seen this issue in our Environments. Can you try on updating the maven-assembly-plugin version in BRMSGateway/pom.xml from 2.2 to 3.0.0

          Thanks

            CommentAdd your comment...