-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
sortpom-maven-plugin should fail maven checks but not running tests #19226
Comments
@findepi can you include a link to an example run? Why it shouldn't run in the jobs you mentioned, are you concerned with the overhead? |
I am solely concerned with the lack of test output from CI for what i see a really minor issue. |
Agree, probably enough to fail only mvn checks. But this means in all other steps we will need to intentionally disable it. |
Yes, let's disable it in all other steps (just like we disable checkstyle for instance) |
hi, does this task anyone work on right now? If not, I would like to help. |
@u7452206 go ahead and give it a try |
Hi @u7452206, have you been able to give this a shot? Wondering if I can give it a try.. Meanwhile, @nineinchnick, @findepi - I am new to contributing here and wanted to join the trino slack channel to ask a few questions. The 'join slack' link on this page seems to be expired. A new invite link is needed - are one of you able to help me get that? Thanks! |
I didn't work this out. Feel free to continuous. |
@ritishalaungani the Slack invite link has been updated, please try again, and thanks for reporting! |
Thanks @nineinchnick @findepi, AFAICT, sortpom-maven-plugin is not being used in this project atall (in any of the jobs or in pom.xml) - I couldn't find any results when I search for sortpom throughout the project. Perhaps it was being used before and was removed at some point? Am I missing something? In addition, you mention above that checkstyle is disabled in other ci steps. I couldn't figure out where that is happening in the ci.yml file. Can you please point me to it? Thanks! |
This should now work out of the box. We use |
currently
sortpom-maven-plugin
fails pretty much every CI jobit should run in maven checks
it should not run eg in test matrix, of when building the test matrix
The text was updated successfully, but these errors were encountered: