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