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

update shade plugin version #1261

Merged
merged 7 commits into from
Dec 27, 2022
Merged

Conversation

roasher
Copy link
Contributor

@roasher roasher commented Dec 20, 2022

What type of PR is this?

Plugin update

What does this PR do / why is it needed ?

This plugin updates maven-shade-plugin up to 3.4.1 version.

Shade plugin update needed to be able to add submodules with relocation, like #1256

In version that we use now, if relocation is triggered, build would fail if there is no "clean" command prior to shade goal.
And this is the case now:

mvn -B -e install -DskipTests=true

mvn -B -e javadoc:javadoc deploy -DargLine="-Xmx2200m" -P docker-snapshot

In new plugin version this bug is fixed:
elastic/apm-agent-java#961
apache/maven-shade-plugin#150

Does this PR introduce a user-facing change?

No

@github-actions
Copy link

github-actions bot commented Dec 20, 2022

Test Results

   350 files  ±0     350 suites  ±0   1h 23m 51s ⏱️ + 9m 52s
8 159 tests ±0  7 951 ✔️ ±0  208 💤 ±0  0 ±0 
9 572 runs  ±0  9 339 ✔️ ±0  233 💤 ±0  0 ±0 

Results for commit fc965ae. ± Comparison against base commit b3b4117.

♻️ This comment has been updated with latest results.

@rafaelbey rafaelbey merged commit 3fe9813 into finos:master Dec 27, 2022
hausea pushed a commit to hausea/legend-engine that referenced this pull request Feb 8, 2023
* update shade plugin version

* update shade plugin configs

* update shade plugin configs

* disable reduced pom creation to end original pom in repo istead of reduced one. Need this cause server would be used as a dependency

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

Successfully merging this pull request may close these issues.

2 participants