[
http://jira.codehaus.org/browse/MNBMODULE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105760
]
Alexander commented on MNBMODULE-17:
------------------------------------
Sorry, maybe a bit unclear. But what I mean is that when you do 'mvn
netbeans-freeform:generate-netbeans-project', the netbeans project files
generated have the wrong java vm version. It defaults to 1.4, instead of
checking for a source-tag (or maybe it should be an commandline option to mvn)
to set the correct java vm version.
> Incorrect java source version
> -----------------------------
>
> Key: MNBMODULE-17
> URL: http://jira.codehaus.org/browse/MNBMODULE-17
> Project: Maven 2.x Netbeans Module Plugin
> Issue Type: Bug
> Reporter: Alexander
> Assignee: Milos Kleint
> Priority: Minor
>
> The archetype always builds the project to use java version 1.4 instead of
> what is set in the source parameter of the compiler-plugin.
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-compiler-plugin</artifactId>
> <configuration>
> <source>1.5</source>
> <target>1.5</target>
> </configuration>
> </plugin>
--
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