Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Component Kit Error deploying to Studio

Hi, i m new to  developing  Talend components using the new component kit, in the documentation, this command,

 

mvn package talend-component:deploy-in-studio -Dtalend.component.studioHome=/path/to/studio
 is supposed to deploy the newly created component to  Talend Studio . But when i run it i get the following error  
0683p000009Lzo3.png
Please can some one help me out?
Thanks in advance

 

Labels (4)
11 Replies
Anonymous
Not applicable
Author

They are in the maven repository of the studio. If you use the value "global" it is your ~/.m2/repository (or the value in  ~/.m2/settings.xml localRepository tag) else it is the local repository of the studio, i.e. <studio>/configuration/.m2.
Anonymous
Not applicable
Author

For the record:

A fresh install of the studio did fix the problem (at least for 50% of us)