m2 eclipse:eclipse should look at the JDK versions
--------------------------------------------------

         Key: MNG-770
         URL: http://jira.codehaus.org/browse/MNG-770
     Project: Maven 2
        Type: Improvement
    Versions: 2.0-alpha-3    
 Reporter: Gilles Scokart
    Priority: Minor


Currently, the option :

<plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-compiler-plugin</artifactId>
              <configuration>
                <source>1.5</source>
                <target>1.5</target>
              </configuration>
</plugin>

are not read by the eclipse plugin.  The generated project use the default 
workspace source and target.  Since eclipse 3.x, there is a .settings directory 
in which we can place such options.

I don't know if one plug-in can read options of an other one, but if it can, it 
would be nice the the eclipse plugin use this information when generating the 
project.

-- 
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, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to