You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/18 17:02:38 UTC

[jira] [Commented] (CAMEL-7445) Fix Eclipse m2e lifecycle configuration problem for properties-maven-plugin

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

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

GitHub user gzurowski opened a pull request:

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

    CAMEL-7445: Fix m2e lifecycle configuration problems

    Fix m2e lifecycle configuration problems caused by missing lifecycle
    mapping details in the properties-maven-plugin.
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

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

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

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

    https://github.com/apache/camel/pull/156.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 #156
    
----
commit 2bf3f6f8e19fabc4c62c920005ffe5ed1f6ffbf4
Author: Gregor Zurowski <gr...@zurowski.org>
Date:   2014-05-18T14:51:30Z

    CAMEL-7445: Fix m2e lifecycle configuration problems
    
    Fix m2e lifecycle configuration problems caused by missing lifecycle
    mapping details in the properties-maven-plugin.
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

----


> Fix Eclipse m2e lifecycle configuration problem for properties-maven-plugin
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-7445
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7445
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Gregor Zurowski
>            Assignee: Gregor Zurowski
>            Priority: Minor
>              Labels: m2e
>             Fix For: 2.14.0
>
>
> Adding the properties-maven-plugin with CAMEL-7314 caused problems with Eclipse m2e because the plugin does not provide any lifecycle mapping configuration. As the plugin was added to the Camel build POM (https://github.com/apache/camel/blob/master/pom.xml), the m2e problem is passed down to all sub-projects.
> The following error message is displayed in every sub-project in Eclipse:
> "Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:set-system-properties (execution: default, phase: initialize)"



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