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

Benjamin Bentmann commented on MECLIPSE-554:
--------------------------------------------

I agree with Arnaud, the plugin shouldn't deviate from the behavior shown by 
Maven itself. If there's really a major use case that would require main before 
test, this would also need to be configurable in the POM itself, not just one 
plugin.

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