Advertisement
Guest User

Untitled

a guest
Jun 25th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. [INFO]
  2. [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jetfuel ---
  3. [INFO] Including com.airhacks:afterburner.fx:jar:1.6.0 in the shaded jar.
  4. [INFO] Including org.openjfx:javafx-controls:jar:13.0.1 in the shaded jar.
  5. [INFO] Including org.openjfx:javafx-controls:jar:linux:13.0.1 in the shaded jar.
  6. [INFO] Including org.openjfx:javafx-graphics:jar:13.0.1 in the shaded jar.
  7. [INFO] Including org.openjfx:javafx-graphics:jar:win:13.0.1 in the shaded jar.
  8. [INFO] Including org.openjfx:javafx-base:jar:13.0.1 in the shaded jar.
  9. [INFO] Including org.openjfx:javafx-base:jar:linux:13.0.1 in the shaded jar.
  10. [INFO] Including org.openjfx:javafx-graphics:jar:linux:13.0.1 in the shaded jar.
  11. [INFO] Including org.openjfx:javafx-graphics:jar:mac:13.0.1 in the shaded jar.
  12. [WARNING] javafx-graphics-13.0.1-linux.jar, javafx-graphics-13.0.1-mac.jar define 42 overlapping classes:
  13. javafx-graphics-13.0.1-linux.jar, javafx-graphics-13.0.1-mac.jar define 42 overlapping classes:
  14. - com.sun.prism.es2.ES2Mesh
  15. - com.sun.prism.es2.ES2PhongShader$DiffuseState
  16. - com.sun.prism.es2.ES2Mesh$ES2MeshDisposerRecord
  17. - com.sun.prism.es2.ES2Shader$ES2ShaderDisposerRecord
  18. - com.sun.prism.es2.ES2TextureResource
  19. - com.sun.prism.es2.ES2Pipeline$1
  20. - com.sun.prism.es2.GLPixelFormat
  21. - com.sun.prism.es2.GLFactory
  22. - com.sun.prism.es2.GLGPUInfo
  23. - com.sun.prism.es2.ES2Pipeline
  24. - 32 more...
  25. javafx-graphics-13.0.1-win.jar, javafx-graphics-13.0.1-linux.jar, javafx-graphics-13.0.1-mac.jar define 2823 overlapping classes:
  26. - javafx.scene.shape.ArcTo$1
  27. - com.sun.glass.ui.CommonDialogs$ExtensionFilter
  28. - javafx.scene.paint.CycleMethod
  29. - com.sun.javafx.geom.AreaOp$SubOp
  30. - javafx.scene.shape.Shape3D$3
  31. - javafx.scene.Node$NodeTransformation$5
  32. - com.sun.prism.PixelFormat$DataType
  33. - javafx.scene.shape.SVGPath
  34. - javafx.animation.Animation$AnimationReadOnlyProperty
  35. - javafx.scene.layout.BackgroundFill
  36. - 2813 more...
  37. maven-shade-plugin has detected that some class files are
  38. present in two or more JARs. When this happens, only one
  39. single version of the class is copied to the uber jar.
  40. Usually this is not harmful and you can skip these warnings,
  41. otherwise try to manually exclude artifacts based on
  42. mvn dependency:tree -Ddetail=true and the above output.
  43. See http://maven.apache.org/plugins/maven-shade-plugin/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement