[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2420) Invalid dependency in root pom file

Andrew (JIRA) jira-events at lists.jboss.org
Thu Dec 20 19:10:43 EST 2007


Invalid dependency in root pom file
-----------------------------------

                 Key: JBSEAM-2420
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2420
             Project: JBoss Seam
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.0.1.CR1
            Reporter: Andrew


The root pom has an invalid reference to jboss-el:

      <dependency>
        <groupId>org.jboss.el</groupId>
        <artifactId>jboss-el</artifactId>
        <version>2.0.1-SNAPSHOT</version>
      </dependency>

Found in:
http://repository.jboss.com/maven2/org/jboss/seam/root/2.0.1.CR1/root-2.0.1.CR1.pom

As a result maven always attempts to download it:
Downloading: http://repository.jboss.com/maven2/org/jboss/el/jboss-el/2.0.1-SNAPSHOT/jboss-el-2.0.1-SNAPSHOT.pom


-- 
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