Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] build-helper-maven-plugin

Hi,

no, I did not. There, the error "Discovery completed without finding
any extensions. Please check your network connection and try again"
appears. I can open the URL
http://download.eclipse.org/technology/m2e/discovery/directory-1.4.xml
here. I downloaded the linked jar, opened it and included the content
of org.eclipse.m2e.discovery.lifecyclemapping.buildhelper.xml into my
pom.xml.

Worked great! Thank you for the pointer!

Cheers,

Oliver


2013/11/26 Johannes Wachter <me@xxxxxxxxxxx>:
> Hi,
>
> did you already install the connector through the m2e Discovery? (Window ->
> Preferences -> Maven -> Discovery)
>
> There is a connector available that will support the
> build-helper-maven-plugin to pick up e.g. test, resource and source folders
> you add with it.
>
> Regards,
> Johannes
>
> On 26. November 2013 at 19:20:38, Oliver Kopp (kopp.dev@xxxxxxxxx) wrote:
>
> Hi,
>
> the Wiki page http://wiki.eclipse.org/M2E_plugin_execution_not_covered
> states, that the build-helper-maven-plugin is supported by M2E. If I
> use maven3 with Eclipse Kepler, I get the following error
> message:Plugin execution not covered by lifecycle configuration:
> org.codehaus.mojo:build-helper-maven-plugin:1.0:add-source (execution:
> add-source, phase: generate-sources)
>
> The configuration I'm using is copied from
> http://mojo.codehaus.org/build-helper-maven-plugin/usage.html.
>
> Is there something, I'm doing wrong again? :)
>
> (BTW: All links on the status column are not working any more)
>
> Cheers,
>
> Oliver
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top