[ 
http://jira.codehaus.org/browse/MGROOVY-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dillon updated MGROOVY-169:
---------------------------------

    Fix Version/s: 1.1

> gmaven-plugin does not support <source> and <target> configuration options
> --------------------------------------------------------------------------
>
>                 Key: MGROOVY-169
>                 URL: http://jira.codehaus.org/browse/MGROOVY-169
>             Project: GMaven
>          Issue Type: Bug
>          Components: compile
>    Affects Versions: 1.0-beta-3
>         Environment: ubuntu 8.04, Java 1.6
>            Reporter: Daniel
>            Assignee: Jason Dillon
>             Fix For: 1.1
>
>
> The gmaven-plugin does not support using source and target options which the 
> maven-compiler-plugin supports:
> <configuration>                 
>     <source>1.5</source>
>     <target>1.5</target>
> </configuration>
> This makes it hard to compile java code with 1.5+ features, such as 
> annotations.  The only workaround I found was to pass in the variables on the 
> command line:
>  mvn clean test -Dmaven.compiler.source=1.5 -Dmaven.compiler.target=1.5

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to