0 Replies Latest reply on Jun 7, 2010 1:06 PM by dan.j.allen

    Package name for container implementations

    dan.j.allen

      I've noticed an inconsistency between the Maven groupId and the package name for container implementations.

       

      The Maven groupId for containers is:

       

      • org.jboss.arquillian.container

       

      However, package names do not include the "container" segment. Example package names are:

       

      • org.jboss.arquillian.jbossas.remote60
      • org.jboss.arquillian.glassfish.embedded30

       

      I suggest that we update the package names to include the container segment, as in the Maven groupId.