Re: How remove exclude **/*.java from resources

2009-06-26 Thread Sipungora
: http://www.nabble.com/How-remove-exclude-**-*.java-from-resources-tp24184164p24217538.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

How remove exclude **/*.java from resources

2009-06-24 Thread Sipungora
this message in context: http://www.nabble.com/How-remove-exclude-**-*.java-from-resources-tp24184164p24184164.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: How remove exclude **/*.java from resources

2009-06-24 Thread Wayne Fay
i try to get two source folders in my project. As a second source folder I'm going to use resources directory. I can set **/*.java in include. But in conflicts between include and exclude, exclude wins. You should use the build-helper-maven-plugin to add the second source directory. Wayne