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

Peter Lynch edited comment on MECLIPSE-601 at 1/3/10 3:57 AM:
--------------------------------------------------------------

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

Part of the delay was grokking in what format the integration tests need to be 
created. Getting back into the swing of things I am discovering each plugin 
rolls its own style.

      was (Author: plynch):
    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:
> [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

        

Reply via email to