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

kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 134cc3d  Avoid sealing shaded jar (#10)
134cc3d is described below

commit 134cc3d622c4f21817ff605cd0484b4db1165b1f
Author: Keith Turner <[email protected]>
AuthorDate: Fri Aug 9 12:08:23 2019 -0400

    Avoid sealing shaded jar (#10)
---
 stresso/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/stresso/pom.xml b/stresso/pom.xml
index bf31c57..bc3c66d 100644
--- a/stresso/pom.xml
+++ b/stresso/pom.xml
@@ -184,6 +184,13 @@
                   </excludes>
                 </filter>
               </filters>
+              <transformers>
+                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                  <manifestEntries>
+                    <Sealed>False</Sealed>
+                  </manifestEntries>
+                </transformer>
+              </transformers>
             </configuration>
           </execution>
         </executions>

Reply via email to