I have created Azure DevOps pipeline which builds and deploy the talend job artifact on nexus.
build and deployment has done successfully but when I see the artifact on nexus then I can see there are two folders for every talend job structure like shown below.
So, deployment step added the artifacts(.jar) under DemoREST folder only example and not in DemoREST-feature folder at all.
Kindly let me know when I am missing in deployment step.
Please find used maven build task below for reference.
Any help will be appreciated.