You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Eric Charles (Created) (JIRA)" <ji...@apache.org> on 2012/02/03 13:31:54 UTC

[jira] [Created] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Configure hadoop-main pom to get rid of M2E plugin execution not covered
------------------------------------------------------------------------

                 Key: HADOOP-8017
                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
             Project: Hadoop Common
          Issue Type: Improvement
          Components: build
    Affects Versions: 0.24.0
            Reporter: Eric Charles


Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).

The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.

This configuration has no influence on the Maven build itself.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202397#comment-13202397 ] 

Hudson commented on HADOOP-8017:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #982 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/982/])
    HADOOP-8017.  Configure hadoop-main pom to get rid of M2E plugin execution not covered (Eric Charles via bobby)

bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241190
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/pom.xml

                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13201724#comment-13201724 ] 

Hudson commented on HADOOP-8017:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1686 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1686/])
    HADOOP-8017.  Configure hadoop-main pom to get rid of M2E plugin execution not covered (Eric Charles via bobby)

bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241190
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/pom.xml

                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Robert Joseph Evans (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13201621#comment-13201621 ] 

Robert Joseph Evans commented on HADOOP-8017:
---------------------------------------------

Thanks Eric, I just committed this to trunk.
                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13201644#comment-13201644 ] 

Hudson commented on HADOOP-8017:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1743 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1743/])
    HADOOP-8017.  Configure hadoop-main pom to get rid of M2E plugin execution not covered (Eric Charles via bobby)

bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241190
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/pom.xml

                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202316#comment-13202316 ] 

Hudson commented on HADOOP-8017:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #949 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/949/])
    HADOOP-8017.  Configure hadoop-main pom to get rid of M2E plugin execution not covered (Eric Charles via bobby)

bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241190
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/pom.xml

                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13201631#comment-13201631 ] 

Hudson commented on HADOOP-8017:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1671 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1671/])
    HADOOP-8017.  Configure hadoop-main pom to get rid of M2E plugin execution not covered (Eric Charles via bobby)

bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241190
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/pom.xml

                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Robert Joseph Evans (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199823#comment-13199823 ] 

Robert Joseph Evans commented on HADOOP-8017:
---------------------------------------------

Is the patch intended for the main root pom?  Because all I see in the patch is the index: pom.xml?
                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Eric Charles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Charles updated HADOOP-8017:
---------------------------------

    Attachment: HADOOP-8017.patch

The attached HADOOP-8017.patch can be used to configure the org.eclipse.m2e:lifecycle-plugin in the hadoop-main pom (no influence on the build it self, only on import with m2eclipse in eclipse IDE).
                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Eric Charles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13206060#comment-13206060 ] 

Eric Charles commented on HADOOP-8017:
--------------------------------------

Strange, hudson is not happy with this, see exception in https://builds.apache.org/job/Hadoop-Common-trunk/315/console
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0
org.apache.maven.plugin.PluginResolutionException: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:129)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142)
	at org.apache.maven.plugin.DefaultBuildPluginManager.loadPlugin(DefaultBuildPluginManager.java:59)

I don't have that warning, and finally hudson build is fine.
Just wanted to point this, in case of.
                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Eric Charles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13201218#comment-13201218 ] 

Eric Charles commented on HADOOP-8017:
--------------------------------------

Hi Robert,

Yes, the patch if for the main pom 'org.apache.hadoop:hadoop-main' (https://svn.apache.org/repos/asf/hadoop/common/trunk/pom.xml)

(I generated it with 'svn diff pom.xml > HADOOP-8017.patch' from my top hadoop source folder.., not obvious to retrieve it from the patch file...).

Thx, Eric
                
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HADOOP-8017) Configure hadoop-main pom to get rid of M2E plugin execution not covered

Posted by "Robert Joseph Evans (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans resolved HADOOP-8017.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.24.0
    
> Configure hadoop-main pom to get rid of M2E plugin execution not covered
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-8017
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8017
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.24.0
>            Reporter: Eric Charles
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8017.patch
>
>
> Last M2Eclipse plugin (maven plugin for eclipse) shows nasty errors when importing the hadoop maven modules (read more on http://wiki.eclipse.org/M2E_plugin_execution_not_covered).
> The solution is to configure the build section of the pom with a org.eclipse.m2e:lifecycle-mapping plugin.
> This configuration has no influence on the Maven build itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira