Source Zip management : custom directory
----------------------------------------

         Key: MPECLIPSE-93
         URL: http://jira.codehaus.org/browse/MPECLIPSE-93
     Project: maven-eclipse-plugin
        Type: Improvement
    Versions: 1.9    
    Reporter: Ha Ryon


I would like that the directory where source zip is looked for in maven 
repository can be customized by variable.

Could you change plugin.jelly, line 41 from :
     <j:set var="mappedsrc"
value="${groupId}/src/${artifactId}-${version}.${maven.eclipse.src.extension}"/>
to :
     <j:set var="mappedsrc"
value="${groupId}/${maven.eclipse.src.type}/${artifactId}-${version}.${maven.eclipse.src.extension}"/>

where ${maven.eclipse.src.type} defaults to 'src' to keep backward
compatibility.

I know there is a plugin that create src.jar files packing *.java, but I can't 
remember its name.


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