You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kenneth Simpson <ke...@VirtualMachines.COM> on 2004/07/26 22:33:47 UTC

passing options to the Java compiler

How does pass options to the Java compiler?

In the maven-java-plugin-1.4 directory, there's plugin.properties file with
the following entries

    maven.compile.target = 1.1
    maven.compile.source = 1.3

what do these mean?

-- Ken


   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: passing options to the Java compiler

Posted by Malachi de AElfweald <ma...@eoti.org>.
Same as with javac... from the javac help:
   -source <release>          Provide source compatibility with specified 
release
   -target <release>          Generate class files for specific VM version

At 01:33 PM 7/26/2004, you wrote:
>How does pass options to the Java compiler?
>
>In the maven-java-plugin-1.4 directory, there's plugin.properties file with
>the following entries
>
>    maven.compile.target = 1.1
>    maven.compile.source = 1.3
>
>what do these mean?
>
>-- Ken



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: passing options to the Java compiler

Posted by Dion Gillard <di...@gmail.com>.
Have you read

http://maven.apache.org/reference/plugins/java/properties.html
?

On Mon, 26 Jul 2004 13:33:47 -0700, Kenneth Simpson
<ke...@virtualmachines.com> wrote:
> How does pass options to the Java compiler?
> 
> In the maven-java-plugin-1.4 directory, there's plugin.properties file with
> the following entries
> 
>     maven.compile.target = 1.1
>     maven.compile.source = 1.3
> 
> what do these mean?
> 
> -- Ken
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org