|
|
|
|
|
by SixteenBlue
4848 days ago
|
|
To be fair, src/main/java is often the default places build systems look for code. I'd rather use that then complicate my build scripts. There's also src/main/resources, src/main/webapps, and possibly other dirs that can go in there that aren't other languages. |
|