0 Replies Latest reply on May 26, 2011 5:56 PM by clandestino

    JBoss maven repository not working

    clandestino

      The repository on link https://repository.jboss.org/nexus/content/groups/public/ worked few hours ago, but now it doesn't. I want to download all client jars for my JBoss 5.1.0.GA AS.

       

      <repositories>

            <repository>

                <id>jboss-maven2</id>

                <url>https://repository.jboss.org/nexus/content/groups/public/</url>

            </repository>

        </repositories>

       

        <dependencies>

          <dependency>

              <groupId>org.jboss.jbossas</groupId>

              <artifactId>jboss-as-client</artifactId>

              <version>5.1.0.GA</version>

              <type>pom</type>

              <scope>provided</scope>

          </dependency>

        </dependencies>

       

      But when running maven it trys to download some jars from the old repository http://repository.jboss.com/maven2 which is forbidden.

       

      Is there any working JBoss 5.1.0.GA maven repository?