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

chore: Avoid double Maven build #1534

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Conversation

apupier
Copy link
Member

@apupier apupier commented Oct 4, 2024

  • keep a separate build:mvn for ease of read
  • currently there is no integration test and no need to install locally the generated artifact, so using package phase only (and not install or verify)
  • the impact of the change is that there will be mvn clean called also when calling directly yarn run build:default:catalog, which I think is acceptable
  • it is saving ~30 seconds of build time on CI

- keep a separate `build:mvn` for ease of read
- currently there is no integration test and no need to install locally
the generated artifact, so using `package` phase only (and not install
or verify)
- the impact of the change is that there will be `mvn clean` called also
when calling directly `yarn run build:default:catalog`, which I think is
acceptable
- it is saving ~30 seconds of build time on CI

Signed-off-by: Aurélien Pupier <[email protected]>
Copy link

sonarqubecloud bot commented Oct 4, 2024

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@1ea7704). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1534   +/-   ##
=======================================
  Coverage        ?   80.02%           
  Complexity      ?      259           
=======================================
  Files           ?      276           
  Lines           ?     7755           
  Branches        ?     1509           
=======================================
  Hits            ?     6206           
  Misses          ?     1441           
  Partials        ?      108           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@apupier apupier merged commit 27b7087 into KaotoIO:main Oct 4, 2024
12 checks passed
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.

2 participants