joswlv commented on issue #6192:
URL: https://github.com/apache/seatunnel/issues/6192#issuecomment-1888483860
Most likely, you didn't install the libs.
Before packaging the source code, run
`{seatunnel_source_code}/bin/install-plugin.sh` (this will download the
relevant lib jars under a dir called connectors) and then run `mvn clean
package -DskipTests -T 1C` to deploy the results.
The packaged result can be used by deploying the tar under the
`seatunnel-dist/target` dir to your server.
--
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]