utilise repository relocation information during conversion of an artifact
--------------------------------------------------------------------------

         Key: MRM-13
         URL: http://jira.codehaus.org/browse/MRM-13
     Project: Maven Repository Manager
        Type: New Feature
  Components: repository-converter  
 Reporter: Brett Porter


we should allow some extra metdata in the m1 pom that can be recognised as 
relocation information:

<properties>
  <relocated.groupId />
  <relocated.artifactId />
  <relocated.version />
  <relocated.message />
</properties>

when encountering this, the converted POM and JAR will go to the new location 
in the m2 repository, and the marker POM (just the relocation information) 
should go to the old location (and any artifact there should be removed)

This would allow us to move Jakarta commons en mass to the dotted groupId 
layout for example.

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