[m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Konrad Windszus
When I try to install m2e-egit from the m2e catalog in version 1.6 (from within a plain Eclipse Mars SR1, Java Developer Edition) I get the following error: An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Konrad Windszus
<https://repository.takari.io/service/local/repositories/m2e.extras/content/m2eclipse-egit/0.14.0/N/LATEST> (which is working) or is that not compliant with the catalog rules for m2e? Thanks Konrad > On 05 Nov 2015, at 16:23, Konrad Windszus wrote: > > > When I try to install

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Konrad Windszus
s in your message appear to be the same, either way both lead to > downloads for me. > > On 5 November 2015 at 10:23, Konrad Windszus <mailto:konra...@gmx.de>> wrote: > > When I try to install m2e-egit from the m2e catalog in version 1.6 (from > within a plain Eclipse

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Konrad Windszus
ified: Wed, 09 Sep 2015 01:57:37 GMT Server: nginx Via: 1.1 varnish, 1.1 varnish X-Cache: HIT, HIT X-Cache-Hits: 1, 25 X-Served-By: cache-iad2150-IAD, cache-fra1240-FRA X-Timer: S1446738038.580375,VS0,VE0 > On 05 Nov 2015, at 16:37, Konrad Windszus wrote: > > Seem to work only in some c

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Konrad Windszus
> > On 5 November 2015 at 10:42, Konrad Windszus <mailto:konra...@gmx.de>> wrote: > I get a 404 together with these response headers: > > Accept-Ranges:bytes > Age:2946976 > Connection:keep-alive > Content-Length:162 > Content-Type:text/html > Date:Thu,

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Konrad Windszus
; On 5 November 2015 at 10:55, Matthew Piggott wrote: > One of those users is attempting to access the m2eclipse.sonatype.org site > which has been gone for a couple years now. > > I also tried installing via the Eclipse install menu and it succeeded too > > On 5 November 2015

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-06 Thread Konrad Windszus
I tested today again, and now it works reliably for me. Thanks a lot. Konrad > On 05 Nov 2015, at 17:24, Matthew Piggott wrote: > > I've pinged someone here about it, they're doing a cache purge which will > hopefully fix it. > > On 5 November 2015 at 11:05, Ko

[m2e-users] Connector as well as Integrated Lifecycle Mapping for the same plugin and goal

2016-03-12 Thread Konrad Windszus
In the past https://github.com/tesla/m2eclipse-tycho was used to configure the execution of maven-bundle-plugin:manifest and goal (https://github.com/tesla/m2eclipse-tycho/blob/master/org.sonatype.tycho.m2e/lifecycle-mapping-metadata.xml#L100

Re: [m2e-users] Why does m2e offer bundle artifacts when the underlying POM doesn't know about them?

2016-05-25 Thread Konrad Windszus
Type is actually determined only by the packaging of the referenced artifact’s pom. Therefore m2e behaves 100% correct. Whether a JAR (or more accurate, the manifest within) actually contains OSGi specific headers doesn’t matter here. Just as a side note: Actually, even if the type is set to bun

[m2e-users] BuildContext.newScanner(...) with FileSet

2016-09-26 Thread Konrad Windszus
The recommended documented way of dealing with Files inside your Mojo is using a FileSet http://maven.apache.org/shared/file-management/examples/mojo.html and https://maven.apache.org/shared/file-management/fileset.html

Re: [m2e-users] BuildContext.newScanner(...) with FileSet

2016-09-26 Thread Konrad Windszus
th the BuildContext (to also consider only modified files in my IDE). > On 26 Sep 2016, at 15:53, Igor Fedorenko wrote: > > What are you trying to achieve? > > -- > Regards, > Igor > > > On Mon, Sep 26, 2016, at 09:32 AM, Konrad Windszus wrote: >> The recommended d

[m2e-users] API class AbstractProjectConfigurator exposes access to internal IMarkerManager

2016-10-20 Thread Konrad Windszus
Whenever I access the markerManager in my custom project configurator derived from org.eclipse.m2e.core.project.configurator.AbstractProjectConfigurator I get a "Discouraged Access" warning, because the class IMavenMarkerManager is located in an internal package "org.eclipse.m2e.core.internal.ma

Re: [m2e-users] API class AbstractProjectConfigurator exposes access to internal IMarkerManager

2016-10-20 Thread Konrad Windszus
rnal/markers/IMavenMarkerManager.java#L27 > > <https://github.com/eclipse/m2e-core/blob/master/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/markers/IMavenMarkerManager.java#L27> > > > > On 20 October 2016 at 05:20, Konrad Windszus <mailto:konra...@gmx.de>>

[m2e-users] Using lifecycle mapping from extension as well as from plugin

2016-10-21 Thread Konrad Windszus
If a lifecycle mapping for the same plugin is contributed by both an m2e extension as well as the plugin itself the extension will take precedence (http://dev.eclipse.org/mhonarc/lists/m2e-users/msg05446.html ). But what about the use

Re: [m2e-users] Using lifecycle mapping from extension as well as from plugin

2016-10-21 Thread Konrad Windszus
e. You need to fully define mapping in your m2e extension. > > -- > Regards, > Igor > > > On Fri, Oct 21, 2016, at 07:54 AM, Konrad Windszus wrote: >> If a lifecycle mapping for the same plugin is contributed by both an m2e >> extension as well as the plugi

Re: [m2e-users] Using lifecycle mapping from extension as well as from plugin

2016-10-21 Thread Konrad Windszus
s. You still have > only one mapping for each mojo. > > -- > Regards, > Igor > > > On Fri, Oct 21, 2016, at 08:35 AM, Konrad Windszus wrote: >> What about if I just register a lifecycle mapping id for packaging type >> (similar to >> https://github.com/te

[m2e-users] Lifecycle Mapping: Use default action for incremental builds and custom configurator

2016-10-24 Thread Konrad Windszus
In my extension I want to support the native m2e incremental build action of the plugin as well as registering a new custom configurator (both bound to the same goal). How is that possible? Since I need to overwrite for that purpose the lifecycle-mapping-metadata.xml fully in my extension (due

[m2e-users] Multiple Eclipse plugins providing lifecycle-mapping for the same plugin goal

2016-11-10 Thread Konrad Windszus
I want to bind my own Eclipse plugin to the same goal as m2eclipse-tycho (https://github.com/tesla/m2eclipse-tycho) namely org.apache.felix maven-bundle-plugin [1.0.0,) manifest bundle Whenever I run Eclipse with both plugins (mine and m2eclipse-tycho) it complains about "Conflicting lif

[m2e-users] Fwd: Multiple Eclipse plugins providing lifecycle-mapping for the same plugin goal

2016-11-10 Thread Konrad Windszus
plugin goal. > > -- > Regards, > Igor > > On Thu, Nov 10, 2016, at 12:24 PM, Konrad Windszus wrote: >> I want to bind my own Eclipse plugin to the same goal as m2eclipse-tycho >> (https://github.com/tesla/m2eclipse-tycho) namely >> >> >> >> or

Re: [m2e-users] Validation error with maven-bundle-plugin "Unable to load the mojo 'manifest'"

2017-04-12 Thread Konrad Windszus
Hi AURÉLIEN, the Maven-Bundle-Plugin since version 3.2.0 supports M2E natively (https://issues.apache.org/jira/browse/FELIX-4009). Unfortunately that conflicts with m2e-tycho (https://github.com/tesla/m2eclipse-tycho). Since the latter also does no longer seem to be maintained (when it comes to