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

Generally, m2e offers installation of required extensions as part of
project import flow, so if not for the java 7u40 p2 bug, you would get
buildhelper extension installed for you without having to do much beyond
clicking "install" button.

Also, buildhelper developers could embed m2e metaddata, in which case
neither pom.xml changes nor m2e extension installation would be
necessary. I can provide pointers if somebody wants to make this change
to buildhelper plugin.

--
Regards,
Igor

On 11/27/2013, 14:10, Oliver Kopp wrote:
Hi,

Yeah, that's it. Windows 8.1, 64 bit.

I find an inclusion in the pom.xml more portable. - Until I find out
how to configure the workspace using maven. A m2-variant of the
eclipse:configure-workspace plugin
(http://maven.apache.org/plugins/maven-eclipse-plugin/configure-workspace-mojo.html)
doesn't exist, does it?

I would love to see code styles and plugins to be configured
automatically without the hazzle of writing pages of pages of
documentation O:)

Cheers,

Oliver


2013/11/27 Igor Fedorenko <igor@xxxxxxxxxxxxxx>:
Do you use Oracle Java 7u40 by any chance?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=417241


--
Regards,
Igor


On 11/27/2013, 12:51, Oliver Kopp wrote:

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
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top