Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Project importing with 1.4 as source and target levels

M2E is not able to read maven-compiler-plugin configuration. What is your
project packaging type? Does it use maven-compiler-plugin?

--
Regards,
Igor


> Hello,
>
> When importing the m2eclipse project as an existing Maven project into
> Eclipse, I am getting a number of compilation problems caused by the
> project
> importing with Java 1.4 as the source and target levels.  When I look at
> the
> Maven console, I see the following repeated for many of the sub-projects:
>
> 11/27/10 7:33:07 PM PST: Update started
> ...
> 11/27/10 7:33:07 PM PST: Could not determine source level, using default
> 1.4
> 11/27/10 7:33:07 PM PST: Could not determine target level, using default
> 1.4
> 11/27/10 7:33:07 PM PST: Adding source folder
> /org.eclipse.m2e.editor.tests/src
> 11/27/10 7:33:07 PM PST: Update completed: 0 sec
>
> Any ideas?
>
> Here is my platform:
>
> Eclipse Platform    3.5.2    Eclipse Platform
>
> Maven Integration for Eclipse (Required)    0.12.0.20101115-1102
> org.maven.ide.eclipse.feature.feature.group
>
>
> Ben
> _______________________________________________
> m2e-dev mailing list
> m2e-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-dev
>




Back to the top