10 Replies Latest reply on Nov 22, 2010 7:16 AM by tarruda

    Is there a maven artifact for JBoss AS 5.1.0GA distribution?

    tarruda

        We have a JBoss Seam App which gives me a lot of work when I need to setup a new development environment for it ( lots of downloads/eclipse configuration), so I decided to migrate the project to have a maven based build which will setup the environment automatically including downloading/installing jboss/seam distributions.

       

        My current pom.xml is based on a tutorial (http://community.jboss.org/wiki/JBossEmbeddedASFullClassPathviaMaven) which shows how to setup jboss download for version 6. After browsing a lot through the repository (http://repository.jboss.org/nexus/content/groups/public-jboss/)  I have only found zip distributions for jboss 4.2.3 GA and some 6.0.0 versions. I need the 5.1.0.GA version along with the 2.2.0.GA distribution of seam, but couldn't find those in the repositories. Can someone point me the group/artifact id for those if they are present? Thanks in advance.