Custom artifact handlers should be ignored
------------------------------------------

         Key: MONE-2
         URL: http://jira.codehaus.org/browse/MONE-2
     Project: Maven 2.x M1 Plugin 
        Type: Bug

    Versions: 1.0    
    Reporter: Matthew Beermann
    Priority: Critical


If a custom packaging has a custom artifact handler, that handler (in 
particular, the file extension) should be ignored by the M2 --> M1 plugin.

For example, if I create a packaging "foo" and use the artifact handler to 
declare that my packaging has the file extension "jar", then the plugin will 
currently create deploy files in the form "foos/a.jar". This is a corrupted 
repository from M1's point of view, which expects the packaging and the file 
extension to match in all cases.

The workaround is to use M1's <jar> dependency field to override the calculated 
file name, but the real issue should also be fixed.

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

Reply via email to