[ http://jira.codehaus.org/browse/MPECLIPSE-93?page=comments#action_41049 ] Ha Ryon commented on MPECLIPSE-93: ----------------------------------
Ah, no, it's not my own plugin. "my" was more refering to "the plugin I use". In fact, my company uses this plugin. I'll have to check on monday what's its name. I remember something about Extended Jar now, but I couldn't find anything on the net that looked like that. Maybe it was uber jar, but I doubt. I know it's not a plugin my company developped because we are 6month old of maven, and we have instructions to use standard stuffs. So it must be something we downloaded somewhere, but I have no idea where from. Monday I can tell you. > 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]