Skip to content

shortthirdman/QuickStart-Coding-Challenges

Repository files navigation

Quickstart Coding Challenges

Java CI with Maven

GitHub commit activity GitHub GitHub last commit Maintenance

All Java solutions for various challenges presented during interviews for software development positions.

Requirements

Run, Test and Code Coverage

mvn jacoco:prepare-agent clean test surefire-report:report jacoco:report

Release and Tag

mvn jacoco:prepare-agent clean test surefire-report:report jacoco:report -Prelease

Contributing

PRs Welcome first-timers-only

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

References

License

Apache License, Version 2.0