summarylogtreecommitdiffstats
path: root/hdfs-packaging.patch
blob: 8a79b8b1fc043c0fcfa423bafb5f2b3071ef870f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/pom.xml	2018-07-23 09:54:45.667127177 +0300
+++ b/pom.xml	2018-07-23 09:54:41.547181643 +0300
@@ -123,10 +123,13 @@
               <artifactSet>
                 <includes>
                   <include>*</include>
                 </includes>
               </artifactSet>
+              <transformers>
+                <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+              </transformers>
             </configuration>
           </execution>
         </executions>
       </plugin>
     </plugins>