Delany opened MDEPLOY-277 and commented
I have a script which deploys hundreds of static JARs to a Nexus repo. I use the deploy-file goal, which requires the url and repositoryId properties. Currently I have to hard-code these into the script.
I want to be able to use the repository url and id I set in the distributionManagement of my project.
Affects: 3.0.0-M1