allow repoclean converter to read from a repository containing both v3 and v4 
poms, and convert each correctly
--------------------------------------------------------------------------------------------------------------

         Key: MNG-252
         URL: http://jira.codehaus.org/browse/MNG-252
     Project: m2
        Type: Improvement
  Components: repository-tools  
 Environment: all
    Reporter: John Casey
 Assigned to: John Casey 
     Fix For: 1.0-alpha-2


currently there is no reliable way to detect whether a given POM is a v3 pom 
(from maven1) or a v4 pom (from maven2-alpha-0+). This makes it impossible to 
look at *.pom and decide which conversions to use in validating and/or cleaning 
the POM, and moreover which libraries to use in reading the file (they are 
separate Xpp3Reader implementations).

It would be good to be able to sort out a repository that currently contains 
both maven1- and maven2-produced artifacts, and normalize them into maven2 
format.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to