I'm trying to develop a CICD pipeline with Azure DevOps following the Talend documentation here. I get an error during the "
Maven install P2 and generate POMs" and I'm not able to find a solution.
Here is the yaml code for this step:
and here is the maven error I get (I'm using the -X option to get logs):
I suppose that there is a network and/or proxy issue behind that but I'm still not able to find a workaround, maybe there is something to add into the maven_settings.xml ? I'm using the default one available from the Talend documentation.