Since the resources folders are being moved, is it ok to move them into the standard maven
directory layout?
src/main/resources
src/test/resources
That way we wouldn't need to have the resources configuration in the pom at all.
What we have now for spring-int is similar, but a little different.
/src/resources/main
/src/resources/tests
We could also move the java source files into the standard layout:
/src/main/java
/src/test/java
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034075#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...