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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get dependencies of jars used in project in pom.xml

Hello,

 

How to get pom.xml of all the dependencies used in a project ? Because when I build job -> create standalone job, I get the project with source code and libraries but I do not get the pom.xml.

 

Please let me know how to get pom.xml with all dependencies of jars (other than manually searching for dependencies) ?

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

By default, Maven dependencies are only downloaded once from remote repositories, and then stored/cached in a local file system

Could you please try to go <TalendInstallationPath>workspace-->projectname-->pom.xml to see if it is what you are looking for?

Best regards

Sabrina