Hacker News new | ask | show | jobs
by pron 756 days ago
How do you find all the source files for a project (as they could have a somewhat different organisation)? Do you manually create a rule to find all the sources of a particular coudebase?
1 comments

It's all automated. Most third-party packages have their source code published as source JAR on Maven central and I just use that. JDK is the only exception, where I use OpenJDK's source code.