[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3043) seam root pom should declare type ejb for jboss-seam artifact

Michael Brackx (JIRA) jira-events at lists.jboss.org
Tue May 27 04:39:49 EDT 2008


seam root pom should declare type ejb for jboss-seam artifact
-------------------------------------------------------------

                 Key: JBSEAM-3043
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3043
             Project: Seam
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.0.2.GA, 2.0.1.GA
         Environment: maven 2.0.9
            Reporter: Michael Brackx


the seam root pom should declare jboss-seam as follows

      <dependency>
        <groupId>org.jboss.seam</groupId>
        <artifactId>jboss-seam</artifactId>
        <version>2.0.2.GA</version>
        <type>ejb</type>
      </dependency>

If no type is specified, jar is used by default. There is no artifact defined as org.jboss.seam:jboss-seam:jar:2.0.2.GA

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list