briefcase icon indicating copy to clipboard operation
briefcase copied to clipboard

Change main and test basecode paths

Open ggalmazor opened this issue 6 years ago • 1 comments

This has been bothering me since the beginning :P

  • Main sources are at src
  • Main resources are at res
  • Test sources are at test/src
  • Test resources are at test/resources

Maybe (probably) it's because of my Mavenite customs, but, wouldn't it be nicer to have:

  • Main sources are at src/main/java

  • Main resources are at src/main/resources

  • Test sources are at src/test/java

  • Test resources are at src/test/resources

    (like a Maven project)

What say ye?

ggalmazor avatar Oct 15 '18 07:10 ggalmazor

Is there any other thing in the repo that should be reorganized?

ggalmazor avatar Oct 15 '18 07:10 ggalmazor