-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClassNotFoundException when running exec-maven-plugin #247
Comments
Hi Just to mentioned that we had a simliar issue in our pipelines, i.e. not having specified the version until now and it started breaking with 3.1.0:
Happening on JDK 11.0.15 and Maven 3.8.6. We are having the jaxb-runtime in the classpath, so not sure why it's not found. |
Can anyone of you share a minimal reproducer-project please? have you looked at the ITs in this repo to spot any differences? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey so I have a AWS CDK package and I'm running
mvn package
and i get the following stack trace:My CDK app adds a Lambda Function. The lambda function is stored as another maven package. The directory structure is as such:
My
pom.xml
looks like this:I can't seem to figure out why this is happening. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: