JesseAtSZ commented on issue #1356: URL: https://github.com/apache/incubator-seatunnel/issues/1356#issuecomment-1055013991
The previous packaging command is: 1. mvn clean 2. mvn install 3. mvn package I solved my problem by changing the packaging command to the following: mvn clean package -DskipTests The jar package size generated after this operation is 300m, about half of the previous size. I don't know why it works. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
