Hi, It is somewhat strange that we have "src/" folder for modules. It results in folders like src/core/src (note that src is duplicated).
What do you think of removing top-level "src" folder, and moving to layout like /jmeter-core/ /jmeter-components/ ... I guess it would be slightly easier to follow. Here's a sample project with the layout I have in mind: https://github.com/cbeust/testng Even though "jmeter-" prefix might sound redundant, it enables to group jmeter-related folders nicely, and the rest (e.g. gradle, etc) folders do not mix in-between. Any thoughts? Vladimir