3 Replies Latest reply on Feb 12, 2008 11:47 PM by starksm64

    JBoss_5_0_0_Beta4 build

    starksm64

      Paul, can you do a release of the JBoss_5_0_0_Beta4 maven artifacts to see what the status is and illustrate the current artifacts?

      https://svn.jboss.org/repos/jbossas/tags/JBoss_5_0_0_Beta4/

        • 1. Re: JBoss_5_0_0_Beta4 build
          pgier

          Ok, I'll work on this today.

          • 2. Re: JBoss_5_0_0_Beta4 build
            pgier

            I updated the poms in the tag to remove snapshot dependencies (most of them) and updated the versions. The module jars are now deployed here http://repository.jboss.org/maven2/org/jboss/jbossas. Projects that have dependencies on the app server (i.e. ejb3) should now be able to use these jars.

            There are still a couple of snapshot dependencies in the maven build, so it is not completely reproducible. There are snapshot dependencies on some of the jboss web jars. Release versions of these can be deployed, but it's just time consuming because it's not mavenized, so I didn't do it for this release.

            The other snapshot dependencies are the rmic maven plugin and the maven assembly plugin. I'm going to release the rmic plugin at codehaus this week, so this one won't be an issue for the next app server release. The assembly plugin will be a little more difficult though because it has a snapshot dependency itself and has several open jira issues. I will try to work with some of the maven developers to get out the next release of this plugin. If I can't get that one released, then I will fork it in our repository, and we can depend on that version.

            There also is not a combined zip distribution yet, hopefully I will be able to complete that either this week or next.

            • 3. Re: JBoss_5_0_0_Beta4 build
              starksm64

              thanks.