On Wed, Aug 10, 2011 at 3:41 PM, ccc <[email protected]> wrote:

> I had already tried putting the JBOss repo in my settings.xml, I even tried
> using a mirror of it provided by some other company. Nothing worked.
>

As you can see from my earlier message, this repository:

<repository>
      <id>maven.glassfish.org</id>
      <name>maven.glassfish.org Glassfish Repository Group</name>
      <url>http://maven.glassfish.org/content/groups/glassfish/</url>
      <layout>default</layout>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>

...is where my Maven happened to download the hibernate-jbosscache2 artifact
you were talking about earlier.  I hope that helps.

Best,
Laird

Reply via email to