Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e is not adding java nature for some projects

hi,

yep, I already have it installed because all my projects are also based on maven-bundle-plugin...

  Tycho Project Configurators    0.8.0.201409231215    org.sonatype.tycho.m2e.feature.feature.group    Sonatype, Inc.

regards,

Cristiano

On 01/06/2016 10:43, Matthew Piggott wrote:
Those have the packaging type bundle, did you install the tycho plugin?

On 1 June 2016 at 09:39, Cristiano Gavião <cvgaviao@xxxxxxxxx> 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 .classpath is not being created and java nature is not being added to .project.

as example, I imported org.apache.felix.connect and org.apache.felix.scr projects right now.

Both projects have this plugin in the hierarchy:

        <plugin>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>3.2</version>
        </plugin>

anyone also have experimented this kind of problem ?  any tip for how to investigate better this?

thanks,

Cristiano
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top