The directory path structure src/main/java is hardcoded. This isn't how my projects are setup so it won't work in my environment.
If this were moved to a property I could configure this to work easily in my projects. Ideally this would be done with a regex allowing me to use a single launch configuration for multiple projects,
The directory path structure src/main/java is hardcoded. This isn't how my projects are setup so it won't work in my environment.
If this were moved to a property I could configure this to work easily in my projects. Ideally this would be done with a regex allowing me to use a single launch configuration for multiple projects,