Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.7
-
Fix Version/s: None
-
Component/s: PDE support
-
Labels:None
-
Environment:N/A
-
Patch Submitted:Yes
-
Number of attachments :
Description
to-maven mojo install source plugins as ordinay plugins. It should install the source plugins as classified as 'sources'
Say you have the source plugins along with your plugins. ie: here's what you would get:
[hceylan@ceylan ~]$ ll /home/hceylan/.m2/repository/org/eclipse/core/runtime/3.5.100-v20090629/
rw-rw-r- 1 hceylan hceylan 69652 2009-09-10 22:12 runtime-3.5.100-v20090629.jar
rw-rw-r- 1 hceylan hceylan 1741 2009-09-10 22:12 runtime-3.5.100-v20090629.pom
drw-rw-r-- 1 hceylan hceylan 86072 2009-09-10 22:12 source
Instead you should get the following:
[hceylan@ceylan ~]$ ll /home/hceylan/.m2/repository/org/eclipse/core/runtime/3.5.100-v20090629/
rw-rw-r- 1 hceylan hceylan 69652 2009-09-10 22:12 runtime-3.5.100-v20090629.jar
rw-rw-r- 1 hceylan hceylan 1741 2009-09-10 22:12 runtime-3.5.100-v20090629.pom
rw-rw-r- 1 hceylan hceylan 86072 2009-09-10 22:12 runtime-3.5.100-v20090629-sources.jar
Attached patch resolves that issue.
Modified version for inclusion of ix to http://jira.codehaus.org/browse/MECLIPSE-601