You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by nicolas de loof <ni...@gmail.com> on 2007/04/14 08:16:24 UTC

Re: How to set the Eclipse Java Compiler property JDK Compliance using the eclipse plugin?

This requires http://jira.codehaus.org/browse/MECLIPSE-172 to be fixed. You
can vote for it.

2007/4/13, Paul Spencer <pa...@apache.org>:
>
> I have set the compiler version for the maven-compiler-plugin, but that
> does not seem to affect the eclipse plugin.
>
>   <plugin>
>     <groupId>org.apache.maven.plugins</groupId>
>     <artifactId>maven-compiler-plugin</artifactId>
>     <configuration>
>       <verbose>true</verbose>
>       <fork>true</fork>
>       <compilerVersion>1.4</compilerVersion>
>     </configuration>
>   </plugin>
>
>
> How do I set the Eclipse Java Compiler property JDK Compliance using the
> eclipse plugin?
>
> Paul Spencer
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>