[seam-dev] Repositories temporarily down

Nikolay Elenkov nick at sarion.co.jp
Wed Jul 14 23:49:08 EDT 2010


On 2010/07/15 10:19, Nikolay Elenkov wrote:
> On 2010/07/14 22:09, Pete Muir wrote:
>> It is for testing purposes only currently.
> 
> Thanks.
> 
>>
>> On 14 Jul 2010, at 02:36, Nikolay Elenkov wrote:
>>
>>> Sorry for hijacking this thread, but what's the deal with the brew repository
>>> ([1])? 
>>> ...
>>>
>>> [1] http://repository.jboss.org/maven2-brew/


Funny thing is, it is linked from the Seam root pom, distributed with EAP5:

  <artifactId>root</artifactId>
  <url>http://jboss.com/products/seam</url>
  <version>2.2.1.EAP5</version>
  <name>JBoss Seam</name>
  <packaging>pom</packaging>
 ...
  <repositories>
...
    <repository>
      <id>maven_eap5</id>
      <name>EAP5 Central Repository</name>
      <url>http://repository.jboss.org/maven2-brew</url>
    </repository>


More information about the seam-dev mailing list