I have a multi-module Java Maven project. This project is stored in Nexus. I'm trying to use uDeploy to fetch all artifacts associated with parent POM and deploy to a target server.
UDeploy allows for the configuration of components which can have a 1:1 mapping with a Nexus artifact. Instead of creating individual components for each of my projects artifacts i would like to simply use the artifact ID of the projects parent POM and use this to pull in all dependencies.
In order to do this i need to know if its possible to fetch all of a multi-module projects modules from Nexus by simply having the parent pom?
Maybe someone has a better way to do this?