You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2021/06/25 13:33:22 UTC

[ratis] branch master updated: RATIS-1385. Project assembly fails on linux (#484)

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new a606fd2  RATIS-1385. Project assembly fails on linux (#484)
a606fd2 is described below

commit a606fd2ec0714ff078e6eb9f579bc0c9c965699c
Author: Elek, Márton <el...@users.noreply.github.com>
AuthorDate: Fri Jun 25 15:33:12 2021 +0200

    RATIS-1385. Project assembly fails on linux (#484)
---
 ratis-assembly/pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml
index 079c3c4..7d07937 100644
--- a/ratis-assembly/pom.xml
+++ b/ratis-assembly/pom.xml
@@ -330,10 +330,7 @@
                   <arguments>
                     <argument>bash</argument>
                     <argument>-c</argument>
-                    <argument>cat maven-shared-archive-resources/META-INF/NOTICE \
-                      `find ${project.build.directory}/dependency -iname NOTICE -or -iname
-                      NOTICE.txt` \
-                    </argument>
+                    <argument>cat maven-shared-archive-resources/META-INF/NOTICE `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt`</argument>
                   </arguments>
                   <outputFile>${project.build.directory}/NOTICE.aggregate</outputFile>
                   <workingDirectory>${project.build.directory}</workingDirectory>