Spring Framework is broken after relocation
-------------------------------------------

         Key: MEV-240
         URL: http://jira.codehaus.org/browse/MEV-240
     Project: Maven Evangelism
        Type: Bug
  Components: Invalid POM  
    Reporter: Dietrich Schulten



Springframework is being moved from group springframework to group 
org.springframework on ibiblio. Problem:

1. The old version-specific poms for springframework/spring* on ibiblio have 
been changed, they now only contain a relocation section instead of the 
dependencies. 
However, they do not contain a <modelVersion>, so mvn complains about invalid 
poms and ignores them.

2. I cannot specify a groupId <org.springframework /> for the new location like 
this:

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>1.2.5</version>
</dependency>

it gives me an 
org.apache.maven.reactor.MavenExecutionException: Failed to validate POM

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to