You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2015/12/25 12:49:51 UTC

[jira] [Closed] (MECLIPSE-601) to-maven mojo install source plugins as ordinay plugins. It should install the source plugins as classified as 'sources'

     [ https://issues.apache.org/jira/browse/MECLIPSE-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MECLIPSE-601.
-----------------------------------
    Resolution: Won't Fix
      Assignee: Robert Scholte

The Apache Maven team has decided to retire the maven-eclipse-plugin, so this issue won't be fixed. 


> to-maven mojo install source plugins as ordinay plugins. It should install the source plugins as classified as 'sources'
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-601
>                 URL: https://issues.apache.org/jira/browse/MECLIPSE-601
>             Project: Maven Eclipse Plugin (RETIRED)
>          Issue Type: Improvement
>          Components: PDE support
>    Affects Versions: 2.7
>         Environment: N/A
>            Reporter: Hasan Ceylan
>            Assignee: Robert Scholte
>         Attachments: source-plugin.patch, 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:
> [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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)