[ http://jira.codehaus.org/browse/MPECLIPSE-93?page=all ] Brett Porter closed MPECLIPSE-93: ---------------------------------
Resolution: Won't Fix I don't believe this is a good idea. The problem is really that you can't get your plugin to put the files in the directory you want, right? We shouldn't be implementing workarounds for that. If there is a problem with Maven that you can't get your plugin to do that, then that is appropriate to file elsewhere. Thanks. > 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]