My java application uses KPL 0.13.1 and is deployed as a lambda. However, I wish to exclude amazon-kinesis-producer-native-binaries windows folder from the final Jar file. There is an kinesis_producer.exe file in this folder which we do not wish to include in the final build. Could you please let me know how should I exclude this file from the final build. I am using maven-compiler-plugin for the build purposes.
My java application uses KPL 0.13.1 and is deployed as a lambda. However, I wish to exclude amazon-kinesis-producer-native-binaries windows folder from the final Jar file. There is an kinesis_producer.exe file in this folder which we do not wish to include in the final build. Could you please let me know how should I exclude this file from the final build. I am using maven-compiler-plugin for the build purposes.