Skip to main content

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

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


Back to the top