[ http://jira.codehaus.org/browse/MPECLIPSE-93?page=comments#action_41287 ] 

Ha Ryon commented on MPECLIPSE-93:
----------------------------------

Here is the plugin I use :
https://maven-jar-extend-plugin.dev.java.net/

Ok there is no download, it's version 0.1 in CVS or something, but I liked the 
idea that he treated the src jars as a specific artifact type : "src.jar". This 
made the src jar production very fluent with Maven behavior.

a raw /src directory (since it doesn't end with a 's' like jars, poms, 
distributions, etc.) you can't easily use the artifact plugin to post the 
sources of your jar there.

Hence my suggestion to make this /src/ directory customizable via property. 
Easy fix that would gain a lot of flexibility, me think.

> 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