Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skiptest management #56

Open
integrationContinueLSS opened this issue Jun 19, 2020 · 1 comment
Open

skiptest management #56

integrationContinueLSS opened this issue Jun 19, 2020 · 1 comment

Comments

@integrationContinueLSS
Copy link

Please deactivate the test if maven.test.skip property is true

@cmarchand
Copy link
Collaborator

mvn -DskipTests avoid XSpec tests being executed.

According to maven-surefire-plugin documentation, maven.test.skip avoid test compilation, not tests execution. Ok, if there is no test compilation, test execution should not be run.

In my opinion, skipTests should be enough.

Please propose a pull request if you want this feature be included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants