[ http://jira.codehaus.org/browse/MECLIPSE-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hasan Ceylan updated MECLIPSE-601: ---------------------------------- Attachment: source-plugin.patch Modified version for inclusion of ix to http://jira.codehaus.org/browse/MECLIPSE-601 > to-maven mojo install source plugins as ordinay plugins. It should install > the source plugins as classified as 'sources' > ------------------------------------------------------------------------------------------------------------------------ > > Key: MECLIPSE-601 > URL: http://jira.codehaus.org/browse/MECLIPSE-601 > Project: Maven 2.x Eclipse Plugin > Issue Type: Improvement > Components: PDE support > Affects Versions: 2.7 > Environment: N/A > Reporter: Hasan Ceylan > Attachments: source-plugin.patch, source-plugin.patch > > > 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: > [hcey...@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: > [hcey...@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. -- 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