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