[ https://issues.apache.org/jira/browse/MNG-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rama updated MNG-6670: ---------------------- Summary: Resolve the maven dependencies based on a custom property (was: Resolve the dependencies based on a custom property) > Resolve the maven dependencies based on a custom property > --------------------------------------------------------- > > Key: MNG-6670 > URL: https://issues.apache.org/jira/browse/MNG-6670 > Project: Maven > Issue Type: Improvement > Components: Dependencies > Reporter: Rama > Priority: Major > > My objective is to resolve the dependencies based on a given custom property > I have a settings.xml file pointing to my corporate Jfrog Artifactory > repositories. > The libraries in repositories having the custom property "releaseid" > I would like to download the dependencies only if the custom property and > value matches to the given custom property and value. > Custom property and value should be provided from settings.xml or system > properties. > Ex: mvn install -Dreleaseid=2.0 > Do we have any plugin available to accomplish this requirement? > -- This message was sent by Atlassian JIRA (v7.6.3#76005)