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

Only execute Vault ITs if -Dtest-vault is specified #4933

Merged
merged 1 commit into from Oct 28, 2019

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Oct 28, 2019

Fixes #4925

@gsmet gsmet added this to the 0.27.0 milestone Oct 28, 2019
@gsmet gsmet requested a review from Sanne October 28, 2019 14:47
@gsmet
Copy link
Member Author

gsmet commented Oct 28, 2019

@Sanne this should fix the problem you reported.

@@ -75,7 +75,6 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this reverting what you just blessed in #4843 ?

Copy link
Member Author

@gsmet gsmet Oct 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue is only if the plugin is in a profile. If it is not in a profile, it's OK. That's why I haven't removed the version in the profile below.

@Sanne
Copy link
Member

Sanne commented Oct 28, 2019

If we ignore the maven plugin version I commented about, the other changes to indeed fix the build. Thanks!

@Sanne Sanne merged commit baa1233 into quarkusio:master Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quarkus-integration-test-vault-app is requiring Docker to build
2 participants