We keep that inside of our Trinidad pom b/c that way we don't force all others
to go with *snapshots*, of plugins.

Trinidad's maven plugins are a separate project, therefore it is needed.

Will update the POM with a comment.

-M

On Fri, Nov 5, 2010 at 9:49 AM, Matthias Wessendorf <mat...@apache.org> wrote:
> Hi,
>
> the ASF master-pom does contain a _regular_ snapshot repo (linked to
> the (new) nexus repo), see:
> https://svn.apache.org/repos/asf/maven/pom/trunk/asf/pom.xml
>
> *snip*
>    <repository>
>      <id>apache.snapshots</id>
>      <name>Apache Snapshot Repository</name>
>      <url>http://repository.apache.org/snapshots</url>
>      <releases>
>        <enabled>false</enabled>
>      </releases>
>    </repository>
> *snip*
>
>
> However, it doesn't define the "apache.snapshot" for plugins. Nor does
> the myfaces pom.
> Does one know why?
>
> In Trinidad we currently have this setting:
>  <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>
>
> IMO it could be centralized: In myfaces-pom or in the ASF pom.
>
> Thoughts?
>
> -Matthias
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

Reply via email to