Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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) ?
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