Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] m2e Git repo define a Git submodule to m2e-tests repo?

Done.
To run all m2e tests, you can now just run `git submodule update --remote` to get a local clone of m2e-core-tests as a module, and run `mvn verify -Pits,uts`. One good thing is that someone who has m2e repo and some basic knowledge about Git submodules can figure it out by themselves.
Jenkins jobs for SonarCloud analysis and Gerrit check have been updated to do this.

Possible next steps would be to make the its/uts profiles one by default (or even just removed) to make the command line just `mvn clean verify` and rely on usual `-DskipTests` Maven flags to control whether to run tests or not.

Back to the top