You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Jilles van Gurp (JIRA)" <ji...@apache.org> on 2013/01/27 16:11:12 UTC

[jira] [Updated] (HTTPCLIENT-1306) eclipse m2e generates errors on project import because of the maven-notice plugin

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jilles van Gurp updated HTTPCLIENT-1306:
----------------------------------------

    Description: 
The latest eclipse includes m2e for maven support. This setup does not support custom plugins such as maven-notice and generates an error when you import httpclient as a maven project.

This can be worked around by configuring the lifecycle plugin to ignore goals for this plugin.

The attached patch does this. A similar fix may also be applicable anywhere else the notice plugin is used.

  was:
The latest eclipse includes m2e for maven support. This setup does not support custom plugins such as maven-notice and generates an error when you import httpclient as a maven project.

This can be worked around by configuring the lifecycle plugin to ignore goals for this plugin.

    
> eclipse m2e generates errors on project import because of the maven-notice plugin
> ---------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1306
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1306
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>            Reporter: Jilles van Gurp
>         Attachments: m2efix.patch
>
>
> The latest eclipse includes m2e for maven support. This setup does not support custom plugins such as maven-notice and generates an error when you import httpclient as a maven project.
> This can be worked around by configuring the lifecycle plugin to ignore goals for this plugin.
> The attached patch does this. A similar fix may also be applicable anywhere else the notice plugin is used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org