Currently when running tests only the dml files on /src/test/dml are read, this leads to a creation of a second module to only hold the tests.
This is not standard, the tests are not run automatically by CI tools, leading to not running the tests at all.
First add /src/main/dml files when using TestDmlCodeGeneratorMojo.java to the code generator process.
Secondly add the same dml files to the generated project.properties files on the /target directory to be recognized by the Framework during initialization
Currently when running tests only the dml files on /src/test/dml are read, this leads to a creation of a second module to only hold the tests. This is not standard, the tests are not run automatically by CI tools, leading to not running the tests at all.
First add /src/main/dml files when using TestDmlCodeGeneratorMojo.java to the code generator process. Secondly add the same dml files to the generated project.properties files on the /target directory to be recognized by the Framework during initialization