[ 
http://jira.codehaus.org/browse/MECLIPSE-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=173299#action_173299
 ] 

Arnaud Heritier commented on MECLIPSE-554:
------------------------------------------

We could add another parameter (one more, one less) but why do you need to have 
a different behavior between maven and eclipse ? It's dangerous and you can 
loose many time to find why a testcase passes in one of them but not in both.

> [regression] Order of source folders in build classpath reversed
> ----------------------------------------------------------------
>
>                 Key: MECLIPSE-554
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-554
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: Core : Dependencies resolution and build path 
> (.classpath)
>    Affects Versions: 2.6
>            Reporter: Gregor Heine
>            Assignee: Arnaud Heritier
>
> Up to version 2.5.1 the order of source folders was:
> src/main/java
> src/main/resources
> src/test/java
> src/test/resources
> In 2.6 the test folders now appear before the main folders:
> src/test/java
> src/test/resources
> src/main/java
> src/main/resources

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