Skip to content
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

Fix issue with main class in pom.xml #21

Merged
merged 1 commit into from
Nov 26, 2020
Merged

Conversation

ardlema
Copy link
Contributor

@ardlema ardlema commented Nov 25, 2020

There was an error in the main class in the pom that prevented the project from running properly.

This PR fixes that error.

@kaiwaehner
Copy link
Owner

Thanks for the fix. Not sure how this error got in here :-)

@kaiwaehner kaiwaehner merged commit 3977e39 into kaiwaehner:master Nov 26, 2020
@ardlema
Copy link
Contributor Author

ardlema commented Nov 26, 2020

You're welcome. I guess this error didn't come up before because most people use java -cp and pass in the main class to start the process and I didn't (I've used java -jar <thefatjar.jar>).

Anyway, thank you very much for sharing this work, it's helping me a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants