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

[BUG] Shade warnings when building the tools artifact #4454

Closed
jlowe opened this issue Jan 4, 2022 · 0 comments · Fixed by #4566
Closed

[BUG] Shade warnings when building the tools artifact #4454

jlowe opened this issue Jan 4, 2022 · 0 comments · Fixed by #4566
Assignees
Labels
bug Something isn't working build Related to CI / CD or cleanly building

Comments

@jlowe
Copy link
Contributor

jlowe commented Jan 4, 2022

Describe the bug
Building produces the following warning:

[WARNING] rapids-4-spark-tools_2.12-22.02.0-SNAPSHOT.jar, scala-library-2.12.15.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/

Steps/Code to reproduce bug
mvn clean package -DskipTests

Expected behavior
Build should not emit shade warnings.

@jlowe jlowe added bug Something isn't working ? - Needs Triage Need team to review and classify build Related to CI / CD or cleanly building labels Jan 4, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jan 4, 2022
@sameerz sameerz added this to the Jan 10 - Jan 28 milestone Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants