You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/03/01 04:48:08 UTC

[GitHub] [incubator-seatunnel] JesseAtSZ commented on issue #1356: [Bug] [JCommander] Error when starting start-seatunnel-flink.sh

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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org