Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. "C:\Program Files\Java\jdk1.8.0_211\bin\java.exe" -Dmaven.multiModuleProjectDirectory=D:\Dev\work "-Dmaven.home=D:\Apps\IntelliJ\IntelliJ IDEA Community Edition 2019.1.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=D:\Apps\IntelliJ\IntelliJ IDEA Community Edition 2019.1.3\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:D:\Apps\IntelliJ\IntelliJ IDEA Community Edition 2019.1.3\lib\idea_rt.jar=55554:D:\Apps\IntelliJ\IntelliJ IDEA Community Edition 2019.1.3\bin" -Dfile.encoding=UTF-8 -classpath "D:\Apps\IntelliJ\IntelliJ IDEA Community Edition 2019.1.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version2019.1.3 package
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building work 4.0
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ work ---
  9. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  10. [INFO] Copying 0 resource
  11. [INFO]
  12. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ work ---
  13. [INFO] Nothing to compile - all classes are up to date
  14. [INFO]
  15. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ work ---
  16. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  17. [INFO] skip non existing resourceDirectory D:\Dev\work\src\test\resources
  18. [INFO]
  19. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ work ---
  20. [INFO] Nothing to compile - all classes are up to date
  21. [INFO]
  22. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ work ---
  23. [INFO] No tests to run.
  24. [INFO]
  25. [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ work ---
  26. [INFO]
  27. [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ work ---
  28. [INFO] Including mysql:mysql-connector-java:jar:8.0.16 in the shaded jar.
  29. [INFO] Including com.google.protobuf:protobuf-java:jar:3.6.1 in the shaded jar.
  30. [INFO] Including com.github.theholywaffle:teamspeak3-api:jar:1.0.14 in the shaded jar.
  31. [WARNING] work-4.0.jar, protobuf-java-3.6.1.jar define 581 overlapping classes:
  32. [WARNING] - com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder
  33. [WARNING] - com.google.protobuf.UInt32Value$Builder
  34. [WARNING] - com.google.protobuf.TimestampProto
  35. [WARNING] - com.google.protobuf.UnsafeUtil
  36. [WARNING] - com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$1
  37. [WARNING] - com.google.protobuf.LazyStringArrayList$ByteArrayListView
  38. [WARNING] - com.google.protobuf.DescriptorProtos$OneofOptions
  39. [WARNING] - com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder
  40. [WARNING] - com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder
  41. [WARNING] - com.google.protobuf.ProtobufArrayList
  42. [WARNING] - 571 more...
  43. [WARNING] work-4.0.jar, teamspeak3-api-1.0.14.jar define 298 overlapping classes:
  44. [WARNING] - com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
  45. [WARNING] - com.github.theholywaffle.teamspeak3.commands.Command
  46. [WARNING] - com.github.theholywaffle.teamspeak3.api.wrapper.PermissionAssignment
  47. [WARNING] - com.github.theholywaffle.teamspeak3.commands.CWhoAmI
  48. [WARNING] - com.github.theholywaffle.teamspeak3.commands.CClientList
  49. [WARNING] - com.github.theholywaffle.teamspeak3.commands.CClientDBInfo
  50. [WARNING] - com.github.theholywaffle.teamspeak3.commands.CServerIdGetByPort
  51. [WARNING] - com.github.theholywaffle.teamspeak3.QueryIO
  52. [WARNING] - com.github.theholywaffle.teamspeak3.KeepAliveThread
  53. [WARNING] - com.github.theholywaffle.teamspeak3.TS3ApiAsync$18
  54. [WARNING] - 288 more...
  55. [WARNING] mysql-connector-java-8.0.16.jar, work-4.0.jar define 965 overlapping classes:
  56. [WARNING] - com.mysql.cj.protocol.WriterWatcher
  57. [WARNING] - com.mysql.cj.x.protobuf.MysqlxResultset$ColumnMetaData$Builder
  58. [WARNING] - com.mysql.cj.protocol.a.result.ResultsetRowsStatic
  59. [WARNING] - com.mysql.cj.result.SqlTimestampValueFactory
  60. [WARNING] - com.mysql.cj.xdevapi.DatabaseObject$DbObjectStatus
  61. [WARNING] - com.mysql.cj.jdbc.MysqlSavepoint
  62. [WARNING] - com.mysql.cj.conf.url.LoadbalanceConnectionUrl
  63. [WARNING] - com.mysql.cj.log.LoggingProfilerEventHandler
  64. [WARNING] - com.mysql.cj.protocol.a.NativeSocketConnection$1
  65. [WARNING] - com.mysql.cj.jdbc.NonRegisteringDriver$1
  66. [WARNING] - 955 more...
  67. [WARNING] maven-shade-plugin has detected that some class files are
  68. [WARNING] present in two or more JARs. When this happens, only one
  69. [WARNING] single version of the class is copied to the uber jar.
  70. [WARNING] Usually this is not harmful and you can skip these warnings,
  71. [WARNING] otherwise try to manually exclude artifacts based on
  72. [WARNING] mvn dependency:tree -Ddetail=true and the above output.
  73. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
  74. [INFO] Replacing original artifact with shaded artifact.
  75. [INFO] Replacing D:\Dev\work\target\work-4.0.jar with D:\Dev\work\target\work-4.0-shaded.jar
  76. [INFO] Dependency-reduced POM written at: D:\Dev\work\dependency-reduced-pom.xml
  77. [INFO] ------------------------------------------------------------------------
  78. [INFO] BUILD SUCCESS
  79. [INFO] ------------------------------------------------------------------------
  80. [INFO] Total time: 1.869 s
  81. [INFO] Finished at: 2019-07-20T19:07:40+02:00
  82. [INFO] Final Memory: 12M/309M
  83. [INFO] ------------------------------------------------------------------------
  84.  
  85. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement