This repository was archived by the owner on Jul 28, 2023. It is now read-only.
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Toolkit should be able to upload maven generated jar #83
Open
Description
When I want to upload a Lambda function via Eclipse AWS toolkit, the outcome becomes different than maven created jar. I place the log4j.properties file under sr/main/resources and only if I use “mvn package”, Lambda runtime picks it. If I use Eclipse toolkit, log4j.properties remains under Resources folder and lambda runtime is not able to find it.
Is there a way to order eclipse toolkit only upload maven generated Jar?