You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Dietrich Schulten (JIRA)" <ji...@codehaus.org> on 2005/11/30 16:06:08 UTC

[jira] Created: (MEV-240) Spring Framework is broken after relocation

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-240) Spring Framework is broken after relocation

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-240?page=all ]
     
Edwin Punzalan closed MEV-240:
------------------------------

    Resolution: Fixed

Fixed.

NOTE: May take up to 4 hours for the fix to reach central repo.

> 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
>     Assignee: Edwin Punzalan

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-240) Spring Framework is broken after relocation

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-240?page=comments#action_52438 ] 

Carlos Sanchez commented on MEV-240:
------------------------------------

Point 1 is true
Point 2 I'm not able to reproduce it, please post the output of mvn with the -X option

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org