tbal999 opened a new pull request, #323:
URL: https://github.com/apache/flink-statefun/pull/323

   this fixes the error:
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-shade-plugin:3.0.0:shade (default) on project 
statefun-smoke-e2e-embedded: Error creating shaded jar: Invalid signature file 
digest for Manifest main attributes -> [Help 1]
   ```
   
   by removing the shaded jar plugin for 2 of the modules where this error 
occurred
   
   downside:
   - rather than 1 large jar, you get lots of little jars for these 2 modules
   
   upside:
   - we can do modifications to the modules without test failures


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to