[ 
https://issues.apache.org/jira/browse/CAMEL-7326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948833#comment-13948833
 ] 

ASF GitHub Bot commented on CAMEL-7326:
---------------------------------------

GitHub user gzurowski opened a pull request:

    https://github.com/apache/camel/pull/122

    CAMEL-7326: Exclude unused dependency

    Exclude unused dependency on jdk.tools (tools.jar) to avoid problems when 
importing and working with Eclipse m2e integration.
    
    Signed-off-by: Gregor Zurowski <[email protected]>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gzurowski/camel CAMEL-7326-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/122.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #122
    
----
commit 942902c101c7309f86c914e65c1e9a05d95af24b
Author: Gregor Zurowski <[email protected]>
Date:   2014-03-27T01:47:34Z

    CAMEL-7326: Exclude unused dependency
    
    Exclude unused dependency on jdk.tools (tools.jar) to avoid problems
    when importing and working with Eclipse m2e integration.
    
    Signed-off-by: Gregor Zurowski <[email protected]>

commit 2d84828d8f8089af93e64c0021e604dd6ca4b944
Author: Gregor Zurowski <[email protected]>
Date:   2014-03-27T03:27:58Z

    CAMEL-7326: Exclude unused dependency
    
    Exclude unused dependency on jdk.tools (tools.jar) to avoid problems
    when importing and working with Eclipse m2e integration.
    
    Signed-off-by: Gregor Zurowski <[email protected]>

----


> Improve Eclipse development with m2e Maven integration
> ------------------------------------------------------
>
>                 Key: CAMEL-7326
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7326
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Gregor Zurowski
>            Assignee: Gregor Zurowski
>            Priority: Minor
>         Attachments: Eclipse m2e Import Errors.jpg, Eclipse m2e Import 
> Without Errors After Applying Patch.jpg, Eclipse m2e Lifecycle Errors after 
> Import.jpg
>
>
> Importing the Camel code base using Eclipse and the m2e plugin currently 
> results in numerous errors due to missing lifecycle mappings for some Maven 
> plugins. The following errors occur during the import process:
> "Plugin execution not covered by lifecycle configuration"
> To improve and simplify development using Eclipse, missing lifecycle mappings 
> need to be manually provided in pom.xml files for all plugins that do not 
> provide such information (see 
> http://wiki.eclipse.org/M2E_plugin_execution_not_covered). As a result, it 
> should be possible to import all Camel projects using m2e (i.e. Import -> 
> Existing Maven Projects) without the need to generate Eclipse settings 
> (.classpath/.project/.settings) using the maven-eclipse-plugin.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to