runtime scope dependencies should not be included into .classpath
-----------------------------------------------------------------

                 Key: MECLIPSE-539
                 URL: http://jira.codehaus.org/browse/MECLIPSE-539
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Improvement
          Components: Core : Dependencies resolution and build path (.classpath)
    Affects Versions: 2.6
         Environment: maven 2.0.9
Java 6
Eclipse 3.4.2
WinXP
            Reporter: Jean-Paul GUIGUI


"runtime" scope dependencies are today included by "mvn eclipse:eclipse" into 
the .classpath as the other compile dependencies. It should not since it make 
possible to use these runtime dependencies by mistake into Eclipse and then 
write code which is broken the "mvn compile" goal.
Ideally the "runtime" dependencies should not be included into the .classpath, 
but add only as "User entries" into the "Run configuration -> Classpath" of 
Eclipse


-- 
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

        

Reply via email to