[
https://issues.apache.org/jira/browse/MPOM-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hervé Boutemy closed MPOM-8.
----------------------------
Resolution: Won't Fix
> Add snapshot repository as plugin repository
> --------------------------------------------
>
> Key: MPOM-8
> URL: https://issues.apache.org/jira/browse/MPOM-8
> Project: Maven POMs
> Issue Type: Improvement
> Components: asf
> Affects Versions: ASF-9
> Reporter: Carsten Ziegeler
>
> The parent pom only adds the Apache snapshot repo as a repo for artifacts but
> not for plugins. Adding this block, allows to use snapshots of plugins:
> <pluginRepositories>
> <pluginRepository>
> <id>apache.snapshots</id>
> <name>Apache Snapshot Repository</name>
> <url>http://repository.apache.org/snapshots</url>
> <releases>
> <enabled>false</enabled>
> </releases>
> </pluginRepository>
> </pluginRepositories>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira