[ 
https://issues.apache.org/jira/browse/MPOM-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012000#comment-13012000
 ] 

Brett Porter commented on MPOM-8:
---------------------------------

This is a bit of a nuisance for picking up versions that you haven't locked 
down. I think it's best that project's specifically declare this intent if/when 
they need it.

> Add snapshot repository as plugin repository
> --------------------------------------------
>
>                 Key: MPOM-8
>                 URL: https://issues.apache.org/jira/browse/MPOM-8
>             Project: Maven POM
>          Issue Type: Improvement
>    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

Reply via email to