jiazhai commented on a change in pull request #923: Issue-922 Fix shade plugin 
configuration
URL: https://github.com/apache/bookkeeper/pull/923#discussion_r159019511
 
 

 ##########
 File path: bookkeeper-server/pom.xml
 ##########
 @@ -202,19 +202,16 @@
         </configuration>
         <executions>
           <execution>
+            <id>create-shaded-jar</id>
             <phase>package</phase>
             <goals>
               <goal>shade</goal>
             </goals>
             <configuration>
               <createDependencyReducedPom>true</createDependencyReducedPom>
-              
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
 
 Review comment:
   with these lines, the shaded jar will not work?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to