We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For each datasafe project we will be renaming the integration test to end with IT such that they are not running in the default maven lifecycle.
We will be providing a special profile for running the integration test so that we can use mvn verify -PIT to run the with integration test.
mvn verify -PIT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For each datasafe project we will be renaming the integration test to end with IT such that they are not running in the default maven lifecycle.
We will be providing a special profile for running the integration test so that we can use
mvn verify -PIT
to run the with integration test.Subtasks
The text was updated successfully, but these errors were encountered: