ruanwenjun opened a new issue #1407: URL: https://github.com/apache/incubator-seatunnel/issues/1407
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened When I execute `mvn package` or `mvn install`, it will take a lot of times(cost 45 min in my computer). And I find it might be caused by `license-maven-plugin` task, the `<skip>true</skip>` is not work. And after I remove the `license-maven-plugin` it will just cost 8 min to execute `mvn install`. I find there are may need to add other parameters to skip `license-maven-plugin` task. https://www.mojohaus.org/license-maven-plugin/add-third-party-mojo.html ### SeaTunnel Version dev ### SeaTunnel Config ```conf no ``` ### Running Command ```shell no ``` ### Error Exception ```log no ``` ### Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
