View | Details | Raw Unified | Return to bug 214522
Collapse All | Expand All

(-)hbase-1.2.4/hbase-assembly/pom.xml (-1 / +1 lines)
Lines 138-144 Link Here
138
                <argument>bash</argument>
138
                <argument>bash</argument>
139
                <argument>-c</argument>
139
                <argument>-c</argument>
140
                <argument>cat maven-shared-archive-resources/META-INF/NOTICE \
140
                <argument>cat maven-shared-archive-resources/META-INF/NOTICE \
141
                  `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt` \
141
                  `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt`
142
                </argument>
142
                </argument>
143
              </arguments>
143
              </arguments>
144
              <outputFile>${project.build.directory}/NOTICE.aggregate</outputFile>
144
              <outputFile>${project.build.directory}/NOTICE.aggregate</outputFile>

Return to bug 214522