1 Reply Latest reply on Feb 1, 2010 7:31 AM by josdaniel

    Seam parent POM (Yuan example)

    monkeyden

      Anyone know what happened yesterday to the jboss repo?  I started my project with the Seam-Maven example from Michael's blog (link below) but it seems the parent POM was moved yesterday.  It built fine one minute and suddenly it didn't. 


      http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/


      <repositories>
          <repository>
              <id>jboss-snapshot</id>
              <name>The JBoss maven repo</name>
              <url>http://snapshots.jboss.org/maven2</url>
          </repository>
      </repositories>
      <parent>
          <groupId>org.jboss.seam</groupId>
          <artifactId>root</artifactId>
          <version>2.1.1.GA</version>
      </parent>
      



      As you can see, the 2.1.1.GA pom no longer exists and the apparent replacement artifact (2.1.1-SNAPSHOT) is empty.


      Thanks