Not sure why they've decided to check in the examples into src/main though: https://github.com/anthonynsimon/jurl/tree/master/src/main/j...
What would be a good practice for placing the examples folder into a Java project? Something like the following?
Project Root /jurl /src /main /test /examples <= HERE ...
See here for an example: https://github.com/gradle/gradle/tree/master/subprojects/doc...
https://docs.gradle.org/current/userguide/intro_multi_projec...
I'd put them in an entirely separate repo and link to it from the README.
Not sure why they've decided to check in the examples into src/main though: https://github.com/anthonynsimon/jurl/tree/master/src/main/j...