Filing a JIRA issue is the best way to go about getting something changes/added.

On 6/10/05, Haryon <[EMAIL PROTECTED]> wrote:
> I'm using maven-eclipse-plugin 1.9, but we have a slightly different
> way of using jar sources. We use a plugin that packs the src and put
> them into the repository under src.jars (artifact type is src.jar).
> 
> 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 could then change it to :
> ${maven.eclipse.src.type} = ${maven.eclipse.src.extension}s
> in my project.properties and everything would work fine :)
> 
> Thanks in advance if you could.
> 
> Ha.Ryon
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Jamie Bisotti
Software Engineer
Lexmark International, Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to