You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
If use mvn command, it will be like below,
mvn -D archetypeArtifactId=target-connector-archetype archetype:generate -D archetypeGroupId=io.tapdata.pdk -D archetypeVersion=1.0.0 -D interactiveMode=false -D archetypeCatalog=local -D groupId=io.tapdata -D artifactId=xdb-connector -D package=io.tapdata.xdb -D libName=XDB -D outputDirectory="./connectors"
It is too many parameters that developer don't need to care about.
./bin/pdk template --group io.tapdata --name MyDataSourceConnector --version 0.0.1 --output ./connectors
This command look more simpler.
Instead of this:
./bin/tap template --group io.tapdata --name MyDataSourceConnector --version 0.0.1 --output ./connectors
Suggest using mvn statement which is common practice.
The text was updated successfully, but these errors were encountered: