[m2e-users] Unable to install M2E into Neon

2016-06-01 Thread Jochen Wiedmann
Hi, whenever I try to install M2E into Eclipse 4.6RC3, I get an error like below Is there any other possibility to get M2E running? Thanks, Jochen An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.pha

Re: [m2e-users] Unable to install M2E into Neon

2016-06-01 Thread Anton Tanasenko
Hi, just downloading the file by that url in a browser is extremely slow, so it's probably an eclipse infra problem. 2016-06-01 11:56 GMT+03:00 Jochen Wiedmann : > Hi, > > whenever I try to install M2E into Eclipse 4.6RC3, I get an error like > below > > Is there any other possibility to get M2E

[m2e-users] m2e is not adding java nature for some projects

2016-06-01 Thread Cristiano Gavião
Hello, recently (with neon) I started to note that some projects, mostly ones that uses maven-bundle-plugin, are being imported as a general project. The .classpath is not being created and java nature is not being added to .project. as example, I imported org.apache.felix.connect and org.a

Re: [m2e-users] m2e is not adding java nature for some projects

2016-06-01 Thread Matthew Piggott
Those have the packaging type bundle, did you install the tycho plugin? On 1 June 2016 at 09:39, Cristiano Gavião wrote: > Hello, > > recently (with neon) I started to note that some projects, mostly ones > that uses maven-bundle-plugin, are being imported as a general project. > > The .classpat

Re: [m2e-users] m2e is not adding java nature for some projects

2016-06-01 Thread Cristiano Gavião
hi, yep, I already have it installed because all my projects are also based on maven-bundle-plugin... Tycho Project Configurators0.8.0.201409231215 org.sonatype.tycho.m2e.feature.feature.groupSonatype, Inc. regards, Cristiano On 01/06/2016 10:43, Matthew Piggott wrote: Those ha

[m2e-users] (no subject)

2016-06-01 Thread priyanka shankar
___ m2e-users mailing list m2e-users@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users

[m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread David M. Karr
I'm looking at a project with a POM file, with a "repositories" section like this: --- opendaylight-release opendaylight-release https://nexus.opendaylight.org/content/repositories/opendaylight.release/ opendaylight-snapshot openda

Re: [m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread Eric B
You also have to consider any inherited repos either from a parent pom or from settings.xml file(s). Eric On Jun 1, 2016 7:13 PM, "David M. Karr" wrote: > I'm looking at a project with a POM file, with a "repositories" section > like this: > --- > > > openda

Re: [m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread David M. Karr
On 06/01/2016 04:35 PM, Eric B wrote: You also have to consider any inherited repos either from a parent pom or from settings.xml file(s). What exactly do I have to "consider"? How could anything I put in a parent POM possibly PREVENT a repo from being listed in the repositories list in

Re: [m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread Eric B
Sorry - I misread your post; I thought you were asking something different. Rereading it, I am also confused by the results that you see. Eric On Wed, Jun 1, 2016 at 9:01 PM, Eric Benzacar wrote: > Sorry - I misread your post; I thought you were asking something different. > > Rereading it, I

Re: [m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread David M. Karr
On 06/01/2016 06:02 PM, Eric B wrote: Sorry - I misread your post; I thought you were asking something different. Rereading it, I am also confused by the results that you see. Ok. If it matters, I filed a bug report for this that includes the POM file in question (which doesn't have a parent