I am trying to configure a Bitbucket pipeline for multi-module Maven/Java build and deploy to AWS elasticbeanstalk but having lots of trouble.
How do I specify the ZIP_FILE value? My jar is in one of the sub-modules of the maven build. It always reports ' FileNotFoundError: [Errno 2] No such file or directory:"
Is there a full spec of the options for Maven builds and deployments to elasticbeanstalk?
Are there more complex examples of the above available?