soi-toolkit / soi-toolkit-google-code

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

maven-mule-plugin cause maven to incorrectly copy files from src/main/resources and src/main/app to the target/test-classes folder #332

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since the introduction of the maven-mule-plugin it seems like maven incorrectly 
copies files from src/main/resources and src/main/app to the 
target/test-classes folder.

Needs further investigations and then sending an error report to MuleSofts 
Jira-system.

Original issue reported on code.google.com by magnus.l...@gmail.com on 29 Jan 2013 at 7:53

GoogleCodeExporter commented 9 years ago
This cause major problems for Eclipse since mvn eclipse:eclipse creates and 
.classpath filer where the folder test-classes is placed before the classes 
folder.

Changes of files in the src/main/apps and src/main/resources are copied by 
Eclipse to the classes folder but not visible in runtime due to the incorrectly 
copied files to the test-classes folder.

Eclipse "clean project" command works as a workaround for this problem.

Original comment by magnus.l...@gmail.com on 29 Jan 2013 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by hakan.dahl@gmail.com on 23 Feb 2014 at 3:25