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:
[hidden email]
For additional commands, e-mail:
[hidden email]