I have a ANT project and I'm migrating to maven. This project has some src folders and for each src folder I decided to create a maven module project.
The problem is that each src folder has unit tests and at build all classes are compiled in a classes folder, so all the dependences between tests are resolved.
Creating maven modules, one module do not recognize the dependencies between modules.
I thought about creating a maven project specific for tests. Is this a good pratice or there is another way?
Aucun commentaire:
Enregistrer un commentaire