tzulitai opened a new pull request #191: URL: https://github.com/apache/flink-statefun/pull/191
This PR makes us no longer deploy / release Maven artifacts for the examples, starting from the next release. We never expect users to try out the examples via Maven artifacts. ## Brief change log - 498bebc Configure the `maven-deploy-plugin` to skip deployment for `statefun-examples` - 35de6fb Is a nice cleanup we can now do to the packaging setup of the `statefun-ridesharing-example-simulator`. Before, since we were publishing Maven artifacts, we had to use the Maven shade plugin for packaging because `spring-boot-maven-plugin` doesn't support adding custom transformers which was required for merging NOTICE and license files for ASF legal purposes. Since we now no longer release these artifacts, we can revert back to use the simple `spring-boot-maven-plugin` for the packaging the simulator. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
