Allow plugins to be downloaded from standard repository -------------------------------------------------------
Key: MNG-3413 URL: http://jira.codehaus.org/browse/MNG-3413 Project: Maven 2 Issue Type: Improvement Components: Dependencies, Plugins and Lifecycle, Settings Reporter: Paul Gier Priority: Minor I would like to be able to define a single repository either in settings.xml or in my pom that can be used for downloading both project dependencies and plugins. In many situations the regular repository and the plugin repository are the same place, so it would be nice to be able to do something like this: <repository> <id>snapshots.mydomain.com</id> <name>My snapshot repository</name> <url>http://snapshots.mydomain.com/</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> <plugins> <enabled>true</enabled> </plugins> </repository> This would allow me to download snapshots of both project dependencies and plugins from the repository without needing to configure a separate plugin repository. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira