You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Peter Lynch (JIRA)" <ji...@codehaus.org> on 2010/01/03 10:55:55 UTC

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

    [ http://jira.codehaus.org/browse/MECLIPSE-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=204947#action_204947 ] 

Peter Lynch commented on MECLIPSE-601:
--------------------------------------

Providing the integration tests is next in my queue. Hopefully after that it will get applied soon.

> 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
>            Assignee: Peter Lynch
>         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 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